Searched refs:NFSD4_CLIENT_STABLE (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/nfsd/ |
D | nfs4recover.c | 176 if (test_and_set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_create_clid_dir() 345 if (!nn->rec_file || !test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_remove_clid_dir() 355 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_remove_clid_dir() 609 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_check_legacy_client() 621 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_check_legacy_client() 924 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create() 941 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create() 961 if (!test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_remove() 978 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_remove() 998 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_check() [all …]
|
D | state.h | 319 #define NFSD4_CLIENT_STABLE (2) /* client on stable storage */ macro
|