Home
last modified time | relevance | path

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

/linux-6.14.4/fs/nfs/
Dinternal.h461 extern struct nfsd_file *nfs_local_open_fh(struct nfs_client *,
479 nfs_local_open_fh(struct nfs_client *clp, const struct cred *cred, in nfs_local_open_fh() function
Dlocalio.c257 nfs_local_open_fh(struct nfs_client *clp, const struct cred *cred, in nfs_local_open_fh() function
298 EXPORT_SYMBOL_GPL(nfs_local_open_fh);
Dpagelist.c964 nfs_local_open_fh(clp, hdr->cred, hdr->args.fh, in nfs_generic_pg_pgios()
Dwrite.c1830 localio = nfs_local_open_fh(NFS_SERVER(inode)->nfs_client, data->cred, in nfs_commit_list()
Dnfstrace.h1688 TRACE_EVENT(nfs_local_open_fh,
/linux-6.14.4/Documentation/filesystems/nfs/
Dlocalio.rst253 See fs/nfs/localio.c:nfs_local_open_fh() and
258 The client's fs/nfs/localio.c:nfs_local_open_fh() will call into the
263 to nfs_local_open_fh() and the client will try to reestablish the
/linux-6.14.4/fs/nfs/flexfilelayout/
Dflexfilelayout.c174 return nfs_local_open_fh(clp, cred, fh, &mirror->nfl, mode); in ff_local_open_fh()