Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/lockd/
H A Dbind.h47 u32 nfs_version; member
/openbmc/linux/fs/nfs/
H A Dclient.c65 static const struct rpc_version *nfs_version[5] = { variable
74 .nrvers = ARRAY_SIZE(nfs_version),
75 .version = nfs_version,
125 nfs_version[nfs->rpc_ops->version] = nfs->rpc_vers; in register_nfs_version()
135 nfs_version[nfs->rpc_ops->version] = NULL; in unregister_nfs_version()
575 .nfs_version = clp->rpc_ops->version, in nfs_start_lockd()
583 if (nlm_init.nfs_version > 3) in nfs_start_lockd()
/openbmc/linux/fs/lockd/
H A Dclntlock.c48 u32 nlm_version = (nlm_init->nfs_version == 2) ? 1 : 4; in nlmclnt_init()