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()215 if (test_bit(AFS_SERVER_FL_UNCREATED, &server->flags)) { in afs_lookup_server()217 clear_bit(AFS_SERVER_FL_UNCREATED, &server->flags); in afs_lookup_server()254 if (test_bit_acquire(AFS_SERVER_FL_UNCREATED, &server->flags)) { in afs_lookup_server()270 set_bit(AFS_SERVER_FL_UNCREATED, &server->flags); in afs_lookup_server()274 if (test_bit(AFS_SERVER_FL_UNCREATED, &server->flags)) { in afs_lookup_server()275 clear_bit(AFS_SERVER_FL_UNCREATED, &server->flags); in afs_lookup_server()
557 #define AFS_SERVER_FL_UNCREATED 3 /* The record needs creating */ macro