Searched refs:AFS_ESTATE_SUPERSEDED (Results 1 – 2 of 2) sorted by relevance
278 set_bit(AFS_ESTATE_SUPERSEDED, &old->flags); in afs_fs_probe_fileserver()325 if (test_bit(AFS_ESTATE_SUPERSEDED, &estate->flags)) in afs_wait_for_fs_probes()344 if (test_bit(AFS_ESTATE_SUPERSEDED, &estate->flags)) { in afs_wait_for_fs_probes()510 test_bit(AFS_ESTATE_SUPERSEDED, &estate->flags) || in afs_wait_for_one_fs_probe()521 if (test_bit(AFS_ESTATE_SUPERSEDED, &estate->flags)) in afs_wait_for_one_fs_probe()
526 #define AFS_ESTATE_SUPERSEDED 1 /* Set if this record has been superseded */ macro