Searched refs:nfs_local_open_fh (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/fs/nfs/ |
D | internal.h | 461 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
|
D | localio.c | 257 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);
|
D | pagelist.c | 964 nfs_local_open_fh(clp, hdr->cred, hdr->args.fh, in nfs_generic_pg_pgios()
|
D | write.c | 1830 localio = nfs_local_open_fh(NFS_SERVER(inode)->nfs_client, data->cred, in nfs_commit_list()
|
D | nfstrace.h | 1688 TRACE_EVENT(nfs_local_open_fh,
|
/linux-6.14.4/Documentation/filesystems/nfs/ |
D | localio.rst | 253 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/ |
D | flexfilelayout.c | 174 return nfs_local_open_fh(clp, cred, fh, &mirror->nfl, mode); in ff_local_open_fh()
|