Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_syscalls.c193 static int mount_common(const char *fstypename, vnode_t pvp, vnode_t vp,
320 error = mount_common(fstype, pvp, vp, &nd.ni_cnd, CAST_USER_ADDR_T(data), in kernel_mount()
462 …error = mount_common(fstypename, pvp, vp, &cn, uap->data, flags, KERNEL_MOUNT_FMOUNT, labelstr, ct… in fmount()
636 error = mount_common(fstypename, pvp, vp, &nd.ni_cnd, uap->data, flags, 0, in __mac_mount()
673 mount_common(const char *fstypename, vnode_t pvp, vnode_t vp, in mount_common() function
13591 error = mount_common(mp->mnt_vfsstat.f_fstypename, pvp, vp, in snapshot_mount()