Home
last modified time | relevance | path

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

/linux-6.14.4/fs/nfsd/
Dlocalio.c30 .nfsd_open_local_fh = nfsd_open_local_fh,
61 nfsd_open_local_fh(struct net *net, struct auth_domain *dom, in nfsd_open_local_fh() function
97 EXPORT_SYMBOL_GPL(nfsd_open_local_fh);
/linux-6.14.4/include/linux/
Dnfslocalio.h54 nfsd_open_local_fh(struct net *, struct auth_domain *, struct rpc_clnt *,
62 struct nfsd_file *(*nfsd_open_local_fh)(struct net *, member
/linux-6.14.4/Documentation/filesystems/nfs/
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-6.14.4/fs/nfs_common/
Dnfslocalio.c263 localio = nfs_to->nfsd_open_local_fh(net, uuid->dom, rpc_clnt, in nfs_open_local_fh()