Home
last modified time | relevance | path

Searched refs:AFS_ESTATE_SUPERSEDED (Results 1 – 2 of 2) sorted by relevance

/linux/fs/afs/
H A Dfs_probe.c267 set_bit(AFS_ESTATE_SUPERSEDED, &old->flags); in afs_fs_probe_fileserver()
313 if (test_bit(AFS_ESTATE_SUPERSEDED, &estate->flags)) in afs_wait_for_fs_probes()
332 if (test_bit(AFS_ESTATE_SUPERSEDED, &estate->flags)) { in afs_wait_for_fs_probes()
498 test_bit(AFS_ESTATE_SUPERSEDED, &estate->flags) || in afs_wait_for_one_fs_probe()
509 if (test_bit(AFS_ESTATE_SUPERSEDED, &estate->flags)) in afs_wait_for_one_fs_probe()
H A Dinternal.h528 #define AFS_ESTATE_SUPERSEDED 1 /* Set if this record has been superseded */ macro