Searched defs:fspath (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/usr.sbin/autofs/ |
H A D | automount.c | 100 mount_autofs(const char *from, const char *fspath, const char *options, in mount_autofs() 231 flush_autofs(const char *fspath, const fsid_t *fsid) in flush_autofs()
|
/freebsd-src/sys/fs/autofs/ |
H A D | autofs_vfsops.c | 59 char *from, *fspath, *options, *prefix; in autofs_mount() local
|
/freebsd-src/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
|
/freebsd-src/usr.sbin/edquota/ |
H A D | edquota.c | 112 char *fspath = NULL; in main() local 357 getprivs(long id, int quotatype, char *fspath) in getprivs()
|
/freebsd-src/sys/kern/ |
H A D | vfs_mount.c | 662 vfs_mount_alloc(struct vnode *vp, struct vfsconf *vfsp, const char *fspath, in vfs_mount_alloc() argument 805 char *fstype, *fspath, *errmsg; in vfs_donmount() local 1113 vfs_domount_first(struct thread * td,struct vfsconf * vfsp,char * fspath,struct vnode * vp,uint64_t fsflags,struct vfsoptlist ** optlist) vfs_domount_first() argument 1587 vfs_domount(struct thread * td,const char * fstype,char * fspath,uint64_t fsflags,bool jail_export,struct vfsoptlist ** optlist) vfs_domount() argument [all...] |
H A D | vfs_mountroot.c | 309 char *fspath; in vfs_mountroot_shuffle() local
|
/freebsd-src/sbin/init/ |
H A D | init.c | 711 mount_tmpfs(const char *fspath) in mount_tmpfs()
|