Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/vfs/ !
H A Dvfs_syscalls.c2294 get_imgsrc_rootvnode(uint32_t height, vnode_t *rvpp) in get_imgsrc_rootvnode() argument
2304 *rvpp = vp; in get_imgsrc_rootvnode()
14311 vnode_get_snapshot(int dirfd, vnode_t *rvpp, vnode_t *sdvpp, in vnode_get_snapshot() argument
14325 *rvpp = NULLVP; in vnode_get_snapshot()
14327 error = vnode_getfromfd(ctx, dirfd, rvpp); in vnode_get_snapshot()
14332 if (!vnode_isvroot(*rvpp)) { in vnode_get_snapshot()
14340 if ((vfs_getattr(vnode_mount(*rvpp), &vfa, ctx) != 0) || in vnode_get_snapshot()
14350 error = vnode_get_snapdir(*rvpp, sdvpp, ctx); in vnode_get_snapshot()
14380 error = mac_mount_check_snapshot_create(ctx, vnode_mount(*rvpp), in vnode_get_snapshot()
14383 error = mac_mount_check_snapshot_delete(ctx, vnode_mount(*rvpp), in vnode_get_snapshot()
[all …]