Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nfs/
Dlocalio.c222 nfs_local_open_fh(struct nfs_client *clp, const struct cred *cred, in nfs_local_open_fh() function
249 EXPORT_SYMBOL_GPL(nfs_local_open_fh);
Dinternal.h459 extern struct nfsd_file *nfs_local_open_fh(struct nfs_client *,
476 nfs_local_open_fh(struct nfs_client *clp, const struct cred *cred, in nfs_local_open_fh() function
Dpagelist.c964 nfs_local_open_fh(clp, hdr->cred, in nfs_generic_pg_pgios()
Dwrite.c1817 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.12.1/Documentation/filesystems/nfs/
Dlocalio.rst287 See fs/nfs/localio.c:nfs_local_open_fh() and
292 The client's fs/nfs/localio.c:nfs_local_open_fh() will call into the
297 to nfs_local_open_fh() and the client will try to reestablish the
/linux-6.12.1/fs/nfs/flexfilelayout/
Dflexfilelayout.c178 return nfs_local_open_fh(clp, cred, fh, mode); in ff_local_open_fh()