Searched refs:pathconf (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/bsd-user/netbsd/ |
H A D | strace.list | 86 { TARGET_NETBSD_NR_pathconf, "pathconf", NULL, NULL, NULL },
|
/openbmc/linux/include/linux/ |
H A D | nfs_xdr.h | 1133 struct nfs_pathconf *pathconf; member 1786 int (*pathconf) (struct nfs_server *, struct nfs_fh *, member
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | strace.list | 109 { TARGET_OPENBSD_NR_pathconf, "pathconf", NULL, NULL, NULL },
|
/openbmc/linux/fs/nfs/ |
H A D | proc.c | 745 .pathconf = nfs_proc_pathconf,
|
H A D | nfs3proc.c | 1049 .pathconf = nfs3_proc_pathconf,
|
H A D | nfs4proc.c | 5336 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 D | client.c | 871 if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0) in nfs_probe_fsinfo()
|
H A D | nfs3xdr.c | 2540 PROC(PATHCONF, getattr, pathconf, 0),
|
H A D | nfs4xdr.c | 4514 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 D | strace.list | 174 { TARGET_FREEBSD_NR_pathconf, "pathconf", "%s(\"%s\", %d)", NULL, NULL },
|
/openbmc/qemu/bsd-user/ |
H A D | bsd-file.h | 902 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 D | autotools-update.patch | 1660 -# define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX))
|