Searched refs:VNOP_PATHCONF (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfs_serv.c | 5078 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, ¬runc, 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 D | vnode_if.h | 1187 extern errno_t VNOP_PATHCONF(vnode_t, int, int32_t *, vfs_context_t);
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_vnops.c | 1966 error = VNOP_PATHCONF(vp, name, retval, ctx); in vn_pathconf() 1975 error = VNOP_PATHCONF(vp, name, retval, ctx); in vn_pathconf()
|
| H A D | kpi_vfs.c | 5705 VNOP_PATHCONF(struct vnode *vp, int name, int32_t *retval, vfs_context_t ctx) in VNOP_PATHCONF() function
|
| H A D | vfs_syscalls.c | 9612 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()
|