Searched refs:pathconf (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | nfs_xdr.h | 1131 struct nfs_pathconf *pathconf; member 1776 int (*pathconf) (struct nfs_server *, struct nfs_fh *, member
|
| /Linux-v5.15/fs/nfs/ |
| D | proc.c | 746 .pathconf = nfs_proc_pathconf,
|
| D | nfs4proc.c | 5216 struct nfs_pathconf *pathconf) in _nfs4_proc_pathconf() argument 5223 .pathconf = pathconf, in _nfs4_proc_pathconf() 5233 memset(pathconf, 0, sizeof(*pathconf)); in _nfs4_proc_pathconf() 5237 nfs_fattr_init(pathconf->fattr); in _nfs4_proc_pathconf() 5242 struct nfs_pathconf *pathconf) in nfs4_proc_pathconf() argument 5251 _nfs4_proc_pathconf(server, fhandle, pathconf), in nfs4_proc_pathconf() 10495 .pathconf = nfs4_proc_pathconf,
|
| D | nfs3proc.c | 1049 .pathconf = nfs3_proc_pathconf,
|
| D | client.c | 859 if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0) in nfs_probe_fsinfo()
|
| D | nfs3xdr.c | 2548 PROC(PATHCONF, getattr, pathconf, 0),
|
| D | nfs4xdr.c | 4458 static int decode_pathconf(struct xdr_stream *xdr, struct nfs_pathconf *pathconf) in decode_pathconf() argument 4471 if ((status = decode_attr_maxlink(xdr, bitmap, &pathconf->max_link)) != 0) in decode_pathconf() 4473 if ((status = decode_attr_maxname(xdr, bitmap, &pathconf->max_namelen)) != 0) in decode_pathconf() 6876 status = decode_pathconf(xdr, res->pathconf); in nfs4_xdr_dec_pathconf()
|