Searched refs:fstype (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.1.10/bsd/sys/ |
| H A D | mount.h | 1465 int vfs_mount_at_path(const char *fstype, const char *path,
|
| /xnu-11215.1.10/bsd/vfs/ |
| H A D | vfs_syscalls.c | 297 kernel_mount(const char *fstype, vnode_t pvp, vnode_t vp, const char *path, in kernel_mount() argument 333 error = mount_common(fstype, pvp, vp, &nd.ni_cnd, CAST_USER_ADDR_T(data), in kernel_mount() 346 vfs_mount_at_path(const char *fstype, const char *path, in vfs_mount_at_path() argument 357 if ((strcmp(fstype, "lifs") != 0) && (strcmp(fstype, "nfs") != 0)) { in vfs_mount_at_path() 362 if (strcmp(fstype, "lifs") == 0) { in vfs_mount_at_path() 374 error = kernel_mount(fstype, pvp, vp, path, data, datalen, in vfs_mount_at_path()
|