Searched refs:fstype (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.81.4/bsd/sys/ |
| H A D | mount.h | 1466 int vfs_mount_at_path(const char *fstype, const char *path,
|
| /xnu-11215.81.4/bsd/vfs/ |
| H A D | vfs_syscalls.c | 300 kernel_mount(const char *fstype, vnode_t pvp, vnode_t vp, const char *path, in kernel_mount() argument 339 error = mount_common(fstype, pvp, vp, &nd.ni_cnd, CAST_USER_ADDR_T(data), in kernel_mount() 352 vfs_mount_at_path(const char *fstype, const char *path, in vfs_mount_at_path() argument 363 if ((strcmp(fstype, "lifs") != 0) && (strcmp(fstype, "nfs") != 0)) { in vfs_mount_at_path() 368 if (strcmp(fstype, "lifs") == 0) { in vfs_mount_at_path() 380 error = kernel_mount(fstype, pvp, vp, path, data, datalen, in vfs_mount_at_path()
|