Home
last modified time | relevance | path

Searched refs:NFSD_NET_GRACE_ENDED (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfsd/
H A Dnetns.h32 NFSD_NET_GRACE_ENDED, enumerator
H A Dnfsctl.c1121 test_bit(NFSD_NET_GRACE_ENDED, &nn->flags) ? 'Y' : 'N'); in write_v4_end_grace()
H A Dnfs4state.c7279 if (test_and_set_bit(NFSD_NET_GRACE_ENDED, &nn->flags)) in nfsd4_end_grace()
7323 if (test_bit(NFSD_NET_GRACE_ENDED, &nn->flags)) in nfsd4_force_end_grace()
9754 clear_bit(NFSD_NET_GRACE_ENDED, &nn->flags); in nfs4_state_create_net()