Searched refs:VNOP_PATHCONF (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_vnops.c | 1921 error = VNOP_PATHCONF(vp, name, retval, ctx); in vn_pathconf() 1930 error = VNOP_PATHCONF(vp, name, retval, ctx); in vn_pathconf()
|
| H A D | kpi_vfs.c | 5638 VNOP_PATHCONF(struct vnode *vp, int name, int32_t *retval, vfs_context_t ctx) in VNOP_PATHCONF() function
|
| H A D | vfs_syscalls.c | 9253 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 D | nfs_serv.c | 5072 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, ¬runc, 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 D | vnode_if.h | 1184 extern errno_t VNOP_PATHCONF(vnode_t, int, int32_t *, vfs_context_t);
|