Home
last modified time | relevance | path

Searched refs:mount_path (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sbin/hammer2/
H A Dcmd_info.c256 static const char *mount_path; variable
263 mount_path = devpath; in mount_callback1()
290 asprintf(&label, "%s@LOCAL", mount_path); in mount_callback2()
/dragonfly/sys/kern/
H A Dvfs_syscalls.c80 static int mount_path(struct proc *p, struct mount *mp, char **rb, char **fb);
1147 mount_path(struct proc *p, struct mount *mp, char **rb, char **fb) in mount_path() function
1421 error = mount_path(p, mp, &fullpath, &freepath); in kern_statfs()
1496 if ((error = mount_path(p, mp, &fullpath, &freepath)) != 0) in kern_fstatfs()
1702 error = mount_path(info->td->td_proc, mp, &fullpath, &freepath); in getfsstat_callback()
1808 error = mount_path(info->td->td_proc, mp, &fullpath, &freepath); in getvfsstat_callback()
5074 error = mount_path(p, mp, &fullpath, &freepath); in sys_fhstatfs()