Home
last modified time | relevance | path

Searched defs:fspath (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/usr.sbin/autofs/
H A Dautomount.c100 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 Dautofs_vfsops.c59 char *from, *fspath, *options, *prefix; in autofs_mount() local
/freebsd-src/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c119 mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype, char *fspath, in mount_snapshot() argument
/freebsd-src/usr.sbin/edquota/
H A Dedquota.c112 char *fspath = NULL; in main() local
357 getprivs(long id, int quotatype, char *fspath) in getprivs()
/freebsd-src/sys/kern/
H A Dvfs_mount.c662 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 Dvfs_mountroot.c309 char *fspath; in vfs_mountroot_shuffle() local
/freebsd-src/sbin/init/
H A Dinit.c711 mount_tmpfs(const char *fspath) in mount_tmpfs()