Searched refs:AFS_SERVER_FL_UNCREATED (Results 1 – 2 of 2) sorted by relevance
55 if (test_bit(AFS_SERVER_FL_UNCREATED, &server->flags)) in afs_find_server_by_uuid()126 __set_bit(AFS_SERVER_FL_UNCREATED, &server->flags); in afs_alloc_server()214 if (test_bit(AFS_SERVER_FL_UNCREATED, &server->flags)) { in afs_lookup_server()216 clear_bit(AFS_SERVER_FL_UNCREATED, &server->flags); in afs_lookup_server()253 if (test_bit_acquire(AFS_SERVER_FL_UNCREATED, &server->flags)) { in afs_lookup_server()269 set_bit(AFS_SERVER_FL_UNCREATED, &server->flags); in afs_lookup_server()273 if (test_bit(AFS_SERVER_FL_UNCREATED, &server->flags)) { in afs_lookup_server()274 clear_bit(AFS_SERVER_FL_UNCREATED, &server->flags); in afs_lookup_server()
548 #define AFS_SERVER_FL_UNCREATED 3 /* The record needs creating */ macro