Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnfs_xdr.h1159 struct nfs_pathconf *pathconf; member
1818 int (*pathconf) (struct nfs_server *, struct nfs_fh *, member
/linux/fs/nfs/
H A Dnfs4proc.c5505 struct nfs_pathconf *pathconf) in _nfs4_proc_pathconf() argument
5512 .pathconf = pathconf, in _nfs4_proc_pathconf()
5520 /* None of the pathconf attributes are mandatory to implement */ in _nfs4_proc_pathconf()
5522 memset(pathconf, 0, sizeof(*pathconf)); in _nfs4_proc_pathconf()
5526 nfs_fattr_init(pathconf->fattr); in _nfs4_proc_pathconf()
5531 struct nfs_pathconf *pathconf) in nfs4_proc_pathconf() argument
5540 _nfs4_proc_pathconf(server, fhandle, pathconf), in nfs4_proc_pathconf()
11014 .pathconf
[all...]
H A Dnfs3proc.c842 dprintk("NFS call pathconf\n"); in nfs3_proc_pathconf()
845 dprintk("NFS reply pathconf: %d\n", status); in nfs3_proc_pathconf()
1100 .pathconf = nfs3_proc_pathconf,
H A Dclient.c925 if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0) in nfs_probe_fsinfo()
H A Dnfs3xdr.c2472 PROC(PATHCONF, getattr, pathconf, 0),
H A Dnfs4xdr.c4584 static int decode_pathconf(struct xdr_stream *xdr, struct nfs_pathconf *pathconf) in decode_pathconf() argument
4597 if ((status = decode_attr_maxlink(xdr, bitmap, &pathconf->max_link)) != 0) in decode_pathconf()
4599 if ((status = decode_attr_maxname(xdr, bitmap, &pathconf->max_namelen)) != 0) in decode_pathconf()
7007 status = decode_pathconf(xdr, res->pathconf); in nfs4_xdr_dec_pathconf()