Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dnfs.h81 NFSERR_GRACE = 10013, /* v4 */ enumerator
/linux/fs/nfsd/
H A Dnfsd.h260 #define nfserr_grace cpu_to_be32(NFSERR_GRACE)
/linux/fs/nfs/
H A Dnfs4proc.c7862 } while (err == -NFS4ERR_DELAY || err == -NFSERR_GRACE); in nfs4_lock_delegation_recall()