Searched refs:NFSD4_CLIENT_STABLE (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | nfs4recover.c | 131 if (test_and_set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_create_clid_dir() 302 if (!nn->rec_file || !test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_remove_clid_dir() 310 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_remove_clid_dir() 590 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_check_legacy_client() 606 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_check_legacy_client() 1009 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create() 1026 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create() 1048 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create_v2() 1076 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create_v2() 1096 if (!test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_remove() [all …]
|
| H A D | state.h | 479 #define NFSD4_CLIENT_STABLE (2) /* client on stable storage */ macro
|