Searched refs:NFSD4_CLIENT_STABLE (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/nfsd/ |
| A D | nfs4recover.c | 403 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_remove_clid_dir() 685 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_check_legacy_client() 705 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_check_legacy_client() 1121 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create() 1138 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create() 1203 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create_v2() 1241 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_remove() 1284 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_check_v0() 1942 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_umh_cltrack_create() 1967 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_umh_cltrack_remove() [all …]
|
| A D | state.h | 406 #define NFSD4_CLIENT_STABLE (2) /* client on stable storage */ macro
|
Completed in 11 milliseconds