Home
last modified time | relevance | path

Searched refs:VNOP_PATHCONF (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/bsd/vfs/
H A Dvfs_vnops.c1921 error = VNOP_PATHCONF(vp, name, retval, ctx); in vn_pathconf()
1930 error = VNOP_PATHCONF(vp, name, retval, ctx); in vn_pathconf()
H A Dkpi_vfs.c5638 VNOP_PATHCONF(struct vnode *vp, int name, int32_t *retval, vfs_context_t ctx) in VNOP_PATHCONF() function
H A Dvfs_syscalls.c9253 err = VNOP_PATHCONF(tvp, _PC_CASE_SENSITIVE, &pval, ctx); in renameat_internal()
9362 if (VNOP_PATHCONF(fvp, _PC_CASE_SENSITIVE, &pathconf_val, ctx) != 0 || in renameat_internal()
/xnu-11215/bsd/nfs/
H A Dnfs_serv.c5072 error = VNOP_PATHCONF(vp, _PC_LINK_MAX, &linkmax, ctx); in nfsrv_pathconf()
5074 error = VNOP_PATHCONF(vp, _PC_NAME_MAX, &namemax, ctx); in nfsrv_pathconf()
5077 error = VNOP_PATHCONF(vp, _PC_CHOWN_RESTRICTED, &chownres, ctx); in nfsrv_pathconf()
5080 error = VNOP_PATHCONF(vp, _PC_NO_TRUNC, &notrunc, ctx); in nfsrv_pathconf()
5083 error = VNOP_PATHCONF(vp, _PC_CASE_SENSITIVE, &case_sensitive, ctx); in nfsrv_pathconf()
5086 error = VNOP_PATHCONF(vp, _PC_CASE_PRESERVING, &case_preserving, ctx); in nfsrv_pathconf()
/xnu-11215/bsd/sys/
H A Dvnode_if.h1184 extern errno_t VNOP_PATHCONF(vnode_t, int, int32_t *, vfs_context_t);