Searched refs:pathconf (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
H A D | nfs_xdr.h | 1159 struct nfs_pathconf *pathconf; member 1818 int (*pathconf) (struct nfs_server *, struct nfs_fh *, member
|
/linux/fs/nfs/ |
H A D | nfs4proc.c | 5505 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 D | nfs3proc.c | 842 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 D | client.c | 925 if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0) in nfs_probe_fsinfo()
|
H A D | nfs3xdr.c | 2472 PROC(PATHCONF, getattr, pathconf, 0),
|
H A D | nfs4xdr.c | 4584 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()
|