Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dmount.h1453 int vfs_mount_at_path(const char *fstype, const char *path,
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_syscalls.c285 kernel_mount(const char *fstype, vnode_t pvp, vnode_t vp, const char *path, in kernel_mount() argument
321 error = mount_common(fstype, pvp, vp, &nd.ni_cnd, CAST_USER_ADDR_T(data), in kernel_mount()
334 vfs_mount_at_path(const char *fstype, const char *path, in vfs_mount_at_path() argument
345 if ((strcmp(fstype, "lifs") != 0) && (strcmp(fstype, "nfs") != 0)) { in vfs_mount_at_path()
350 if (strcmp(fstype, "lifs") == 0) { in vfs_mount_at_path()
362 error = kernel_mount(fstype, pvp, vp, path, data, datalen, in vfs_mount_at_path()