Searched refs:fstype (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | mount.h | 1444 int vfs_mount_at_path(const char *fstype, const char *path,
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_syscalls.c | 284 kernel_mount(const char *fstype, vnode_t pvp, vnode_t vp, const char *path, in kernel_mount() argument 320 error = mount_common(fstype, pvp, vp, &nd.ni_cnd, CAST_USER_ADDR_T(data), in kernel_mount() 333 vfs_mount_at_path(const char *fstype, const char *path, in vfs_mount_at_path() argument 343 if ((strcmp(fstype, "lifs") != 0) && (strcmp(fstype, "nfs") != 0)) { in vfs_mount_at_path() 348 if (strcmp(fstype, "lifs") == 0) { in vfs_mount_at_path() 360 error = kernel_mount(fstype, pvp, vp, path, data, datalen, in vfs_mount_at_path()
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_vfsops.c | 3250 char fstype[MFSTYPENAMELEN], *mntfromname = NULL, *path = NULL, *relpath, *p, *cp; in nfs_mirror_mount_domount() local 3322 vfs_name(vnode_mount(vp), fstype); in nfs_mirror_mount_domount() 3659 error = vfs_mount_at_path(fstype, path, dvp, vp, xb_buffer_base(&xbnew), argslength, in nfs_mirror_mount_domount()
|