Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/nfs/
H A Dnfs_serv.c5078 error = VNOP_PATHCONF(vp, _PC_LINK_MAX, &linkmax, ctx); in nfsrv_pathconf()
5080 error = VNOP_PATHCONF(vp, _PC_NAME_MAX, &namemax, ctx); in nfsrv_pathconf()
5083 error = VNOP_PATHCONF(vp, _PC_CHOWN_RESTRICTED, &chownres, ctx); in nfsrv_pathconf()
5086 error = VNOP_PATHCONF(vp, _PC_NO_TRUNC, &notrunc, ctx); in nfsrv_pathconf()
5089 error = VNOP_PATHCONF(vp, _PC_CASE_SENSITIVE, &case_sensitive, ctx); in nfsrv_pathconf()
5092 error = VNOP_PATHCONF(vp, _PC_CASE_PRESERVING, &case_preserving, ctx); in nfsrv_pathconf()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h1187 extern errno_t VNOP_PATHCONF(vnode_t, int, int32_t *, vfs_context_t);
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_vnops.c1966 error = VNOP_PATHCONF(vp, name, retval, ctx); in vn_pathconf()
1975 error = VNOP_PATHCONF(vp, name, retval, ctx); in vn_pathconf()
H A Dkpi_vfs.c5705 VNOP_PATHCONF(struct vnode *vp, int name, int32_t *retval, vfs_context_t ctx) in VNOP_PATHCONF() function
H A Dvfs_syscalls.c9612 err = VNOP_PATHCONF(tvp, _PC_CASE_SENSITIVE, &pval, ctx); in renameat_internal()
9721 if (VNOP_PATHCONF(fvp, _PC_CASE_SENSITIVE, &pathconf_val, ctx) != 0 || in renameat_internal()