Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dnfs4_fs.h365 _nfs4_state_protect(struct nfs_client *clp, unsigned long sp4_mode, in _nfs4_state_protect() argument
370 if (sp4_mode == NFS_SP4_MACH_CRED_CLEANUP || in _nfs4_state_protect()
371 sp4_mode == NFS_SP4_MACH_CRED_PNFS_CLEANUP) { in _nfs4_state_protect()
381 if (test_bit(sp4_mode, &clp->cl_sp4_flags)) { in _nfs4_state_protect()
401 nfs4_state_protect(struct nfs_client *clp, unsigned long sp4_mode, in nfs4_state_protect() argument
404 _nfs4_state_protect(clp, sp4_mode, clntp, msg); in nfs4_state_protect()