Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/nfs/ !
H A 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/fs/nfs/ !
H A Dinternal.h466 extern struct nfsd_file *nfs_local_open_fh(struct nfs_client *,
484 nfs_local_open_fh(struct nfs_client *clp, const struct cred *cred, in nfs_local_open_fh() function
H A Dlocalio.c271 nfs_local_open_fh(struct nfs_client *clp, const struct cred *cred, in nfs_local_open_fh() function
292 EXPORT_SYMBOL_GPL(nfs_local_open_fh);
H A Dpagelist.c966 nfs_local_open_fh(clp, hdr->cred, hdr->args.fh, in nfs_generic_pg_pgios()
H A Dwrite.c1777 localio = nfs_local_open_fh(NFS_SERVER(inode)->nfs_client, data->cred, in nfs_commit_list()
H A Dnfstrace.h1900 TRACE_EVENT(nfs_local_open_fh,
/linux/fs/nfs/flexfilelayout/ !
H A Dflexfilelayout.c174 return nfs_local_open_fh(clp, cred, fh, &mirror->dss[dss_id].nfl, mode); in ff_local_open_fh()