Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dlocalio.c47 nfsd_open_local_fh(struct net *net, struct auth_domain *dom, in nfsd_open_local_fh() function
133 .nfsd_open_local_fh = nfsd_open_local_fh,
/linux/Documentation/filesystems/nfs/
H A Dlocalio.rst224 to interlock nfsd_shutdown_net() and nfsd_open_local_fh(), to ensure
225 each net-ns is not destroyed while in use by nfsd_open_local_fh(), and
228 nfsd_open_local_fh() uses nfsd_net_try_get() before opening its
233 This interlock working relies heavily on nfsd_open_local_fh() being
243 attempting to nfsd_open_local_fh() without having a proper reference on
254 fs/nfsd/localio.c:nfsd_open_local_fh() for the interface that makes
259 server's fs/nfsd/localio.c:nfsd_open_local_fh() and carefully access
261 RCU. If nfsd_open_local_fh() finds that the client no longer sees valid
/linux/include/linux/
H A Dnfslocalio.h58 struct nfsd_file *(*nfsd_open_local_fh)(struct net *, member
/linux/fs/nfs_common/
H A Dnfslocalio.c292 localio = nfs_to->nfsd_open_local_fh(net, uuid->dom, rpc_clnt, cred, in nfs_open_local_fh()