Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dnfs4recover.c405 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_remove_clid_dir()
688 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_check_legacy_client()
708 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_check_legacy_client()
1124 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create()
1141 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create()
1206 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create_v2()
1244 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_remove()
1287 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_check_v0()
1945 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_umh_cltrack_create()
1970 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_umh_cltrack_remove()
[all …]
H A Dstate.h448 #define NFSD4_CLIENT_STABLE (2) /* client on stable storage */ macro