/freebsd/usr.sbin/autofs/ |
H A D | automount.c | 100 mount_autofs(const char *from, const char *fspath, const char *options, in mount_autofs() argument 107 create_directory(fspath); in mount_autofs() 110 from, fspath, prefix, options); in mount_autofs() 116 __DECONST(void *, fspath), (size_t)-1); in mount_autofs() 135 from, fspath, errmsg); in mount_autofs() 137 log_err(1, "cannot mount %s on %s", from, fspath); in mount_autofs() 231 flush_autofs(const char *fspath, const fsid_t *fsid) in flush_autofs() argument 237 log_debugx("flushing %s", fspath); in flush_autofs() 243 __DECONST(void *, fspath), (size_t)-1); in flush_autofs() 253 fspath, errmsg); in flush_autofs() [all …]
|
/freebsd/usr.sbin/edquota/ |
H A D | edquota.c | 112 char *fspath = NULL; in main() local 126 fspath = optarg; in main() 223 protoprivs = getprivs(protoid, quotatype, fspath); in main() 277 if ((protoprivs = getprivs(0, quotatype, fspath)) != NULL) { in main() 290 if ((curprivs = getprivs(id, quotatype, fspath)) == NULL) in main() 357 getprivs(long id, int quotatype, char *fspath) in getprivs() argument 367 if (fspath && *fspath && strcmp(fspath, fs->fs_spec) && in getprivs() 368 strcmp(fspath, fs->fs_file)) in getprivs() 394 warnx("No quotas on %s", fspath ? fspath : "any filesystems"); in getprivs()
|
/freebsd/sys/fs/autofs/ |
H A D | autofs_vfsops.c | 59 char *from, *fspath, *options, *prefix; in autofs_mount() local 73 if (vfs_getopt(mp->mnt_optnew, "fspath", (void **)&fspath, NULL)) in autofs_mount() 86 strlcpy(amp->am_mountpoint, fspath, sizeof(amp->am_mountpoint)); in autofs_mount()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_diff/ |
H A D | zfs_diff_timestamp.ksh | 45 fspath="$1" 50 log_must touch "$fspath/file$i"
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_vfs.c | 119 mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype, char *fspath, in mount_snapshot() argument 138 if (strlen(fstype) >= MFSNAMELEN || strlen(fspath) >= MNAMELEN) in mount_snapshot() 168 mp = vfs_mount_alloc(vp, vfsp, fspath, vp->v_mount->mnt_cred); in mount_snapshot()
|
/freebsd/sys/kern/ |
H A D | vfs_mountroot.c | 309 char *fspath; in vfs_mountroot_shuffle() local 348 fspath = "/.mount"; in vfs_mountroot_shuffle() 349 NDINIT(&nd, LOOKUP, FOLLOW | LOCKLEAF, UIO_SYSSPACE, fspath); in vfs_mountroot_shuffle() 352 fspath = "/mnt"; in vfs_mountroot_shuffle() 354 fspath); in vfs_mountroot_shuffle() 370 fspath, MNAMELEN); in vfs_mountroot_shuffle()
|
H A D | vfs_mount.c | 77 static int vfs_domount(struct thread *td, const char *fstype, char *fspath, 662 vfs_mount_alloc(struct vnode *vp, struct vfsconf *vfsp, const char *fspath, in vfs_mount_alloc() argument 694 strlcpy(mp->mnt_stat.f_mntonname, fspath, MNAMELEN); in vfs_mount_alloc() 805 char *fstype, *fspath, *errmsg; in vfs_donmount() local 809 errmsg = fspath = NULL; in vfs_donmount() 835 error = vfs_getopt(optlist, "fspath", (void **)&fspath, &fspathlen); in vfs_donmount() 836 if (error || fspathlen <= 0 || fspath[fspathlen - 1] != '\0') { in vfs_donmount() 997 error = vfs_domount(td, fstype, fspath, fsflags, jail_export, &optlist); in vfs_donmount() 1015 error = vfs_domount(td, fstype, fspath, fsflags, jail_export, in vfs_donmount() 1113 char *fspath, /* Mount path. */ in vfs_domount_first() argument [all …]
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | vfs.h | 104 char *fspath, char *fspec, int fsflags, vfs_t *parent_vfsp);
|
/freebsd/sys/cddl/compat/opensolaris/sys/ |
H A D | vfs.h | 101 char *fspath, char *fspec, int fsflags);
|
/freebsd/tests/examples/ |
H A D | test_examples.py | 56 print("SRC_DIR={}".format(request.fspath.dirname))
|
/freebsd/sbin/init/ |
H A D | init.c | 711 mount_tmpfs(const char *fspath) in mount_tmpfs() argument 723 __DECONST(void *, fspath), (size_t)-1); in mount_tmpfs() 731 fspath, errmsg); in mount_tmpfs() 734 fspath); in mount_tmpfs()
|