Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnfs_xdr.h1061 struct nfs_pathconf *pathconf; member
1635 int (*pathconf) (struct nfs_server *, struct nfs_fh *, member
/Linux-v4.19/fs/nfs/
Dproc.c732 .pathconf = nfs_proc_pathconf,
Dnfs4proc.c4866 struct nfs_pathconf *pathconf) in _nfs4_proc_pathconf() argument
4873 .pathconf = pathconf, in _nfs4_proc_pathconf()
4883 memset(pathconf, 0, sizeof(*pathconf)); in _nfs4_proc_pathconf()
4887 nfs_fattr_init(pathconf->fattr); in _nfs4_proc_pathconf()
4892 struct nfs_pathconf *pathconf) in nfs4_proc_pathconf() argument
4899 _nfs4_proc_pathconf(server, fhandle, pathconf), in nfs4_proc_pathconf()
9771 .pathconf = nfs4_proc_pathconf,
Dnfs3proc.c983 .pathconf = nfs3_proc_pathconf,
Dclient.c810 if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0) in nfs_probe_fsinfo()
Dnfs3xdr.c2585 PROC(PATHCONF, getattr, pathconf, 0),
Dnfs4xdr.c4542 static int decode_pathconf(struct xdr_stream *xdr, struct nfs_pathconf *pathconf) in decode_pathconf() argument
4555 if ((status = decode_attr_maxlink(xdr, bitmap, &pathconf->max_link)) != 0) in decode_pathconf()
4557 if ((status = decode_attr_maxname(xdr, bitmap, &pathconf->max_namelen)) != 0) in decode_pathconf()
7012 status = decode_pathconf(xdr, res->pathconf); in nfs4_xdr_dec_pathconf()