Searched refs:fstype (Results 1 – 2 of 2) sorted by relevance
| /xnu-10063.101.15/bsd/sys/ |
| H A D | mount.h | 1463 int vfs_mount_at_path(const char *fstype, const char *path,
|
| /xnu-10063.101.15/bsd/vfs/ |
| H A D | vfs_syscalls.c | 294 kernel_mount(const char *fstype, vnode_t pvp, vnode_t vp, const char *path, in kernel_mount() argument 330 error = mount_common(fstype, pvp, vp, &nd.ni_cnd, CAST_USER_ADDR_T(data), in kernel_mount() 343 vfs_mount_at_path(const char *fstype, const char *path, in vfs_mount_at_path() argument 354 if ((strcmp(fstype, "lifs") != 0) && (strcmp(fstype, "nfs") != 0)) { in vfs_mount_at_path() 359 if (strcmp(fstype, "lifs") == 0) { in vfs_mount_at_path() 371 error = kernel_mount(fstype, pvp, vp, path, data, datalen, in vfs_mount_at_path()
|