Searched refs:fstype (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/bsd/sys/ |
| H A D | mount.h | 1446 int vfs_mount_at_path(const char *fstype, const char *path,
|
| /xnu-8020.101.4/bsd/vfs/ |
| H A D | vfs_syscalls.c | 285 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 344 if ((strcmp(fstype, "lifs") != 0) && (strcmp(fstype, "nfs") != 0)) { in vfs_mount_at_path() 349 if (strcmp(fstype, "lifs") == 0) { in vfs_mount_at_path() 361 error = kernel_mount(fstype, pvp, vp, path, data, datalen, in vfs_mount_at_path()
|
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_vfsops.c | 3241 char fstype[MFSTYPENAMELEN], *mntfromname = NULL, *path = NULL, *relpath, *p, *cp; in nfs_mirror_mount_domount() local 3313 vfs_name(vnode_mount(vp), fstype); in nfs_mirror_mount_domount() 3650 error = vfs_mount_at_path(fstype, path, dvp, vp, xb_buffer_base(&xbnew), argslength, in nfs_mirror_mount_domount()
|