Home
last modified time | relevance | path

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

/fs/nfs/
Dproc.c745 .pathconf = nfs_proc_pathconf,
Dnfs4proc.c5336 struct nfs_pathconf *pathconf) in _nfs4_proc_pathconf() argument
5343 .pathconf = pathconf, in _nfs4_proc_pathconf()
5353 memset(pathconf, 0, sizeof(*pathconf)); in _nfs4_proc_pathconf()
5357 nfs_fattr_init(pathconf->fattr); in _nfs4_proc_pathconf()
5362 struct nfs_pathconf *pathconf) in nfs4_proc_pathconf() argument
5371 _nfs4_proc_pathconf(server, fhandle, pathconf), in nfs4_proc_pathconf()
10718 .pathconf = nfs4_proc_pathconf,
Dnfs3proc.c1049 .pathconf = nfs3_proc_pathconf,
Dclient.c871 if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0) in nfs_probe_fsinfo()
Dnfs4xdr.c4514 static int decode_pathconf(struct xdr_stream *xdr, struct nfs_pathconf *pathconf) in decode_pathconf() argument
4527 if ((status = decode_attr_maxlink(xdr, bitmap, &pathconf->max_link)) != 0) in decode_pathconf()
4529 if ((status = decode_attr_maxname(xdr, bitmap, &pathconf->max_namelen)) != 0) in decode_pathconf()
6923 status = decode_pathconf(xdr, res->pathconf); in nfs4_xdr_dec_pathconf()
Dnfs3xdr.c2540 PROC(PATHCONF, getattr, pathconf, 0),