Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/netbsd/
H A Dstrace.list86 { TARGET_NETBSD_NR_pathconf, "pathconf", NULL, NULL, NULL },
/openbmc/linux/include/linux/
H A Dnfs_xdr.h1133 struct nfs_pathconf *pathconf; member
1786 int (*pathconf) (struct nfs_server *, struct nfs_fh *, member
/openbmc/qemu/bsd-user/openbsd/
H A Dstrace.list109 { TARGET_OPENBSD_NR_pathconf, "pathconf", NULL, NULL, NULL },
/openbmc/linux/fs/nfs/
H A Dproc.c745 .pathconf = nfs_proc_pathconf,
H A Dnfs3proc.c1049 .pathconf = nfs3_proc_pathconf,
H A 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()
10721 .pathconf = nfs4_proc_pathconf,
H A Dclient.c871 if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0) in nfs_probe_fsinfo()
H A Dnfs3xdr.c2540 PROC(PATHCONF, getattr, pathconf, 0),
H A 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()
/openbmc/qemu/bsd-user/freebsd/
H A Dstrace.list174 { TARGET_FREEBSD_NR_pathconf, "pathconf", "%s(\"%s\", %d)", NULL, NULL },
/openbmc/qemu/bsd-user/
H A Dbsd-file.h902 ret = get_errno(pathconf(p, arg2)); /* XXX path(p)? */ in do_bsd_pathconf()
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch1660 -# define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX))