Home
last modified time | relevance | path

Searched defs:mount (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/regress/sys/ffs/tmpfs/
H A DMakefile9 mount: target
/openbsd-src/regress/sys/ffs/mfs/
H A DMakefile9 mount: target
/openbsd-src/regress/sys/ffs/ffs/
H A DMakefile15 mount: disk target
/openbsd-src/regress/sys/ffs/nfs/
H A DMakefile22 mount: disk nfs target
/openbsd-src/regress/sys/mfs_noperm/
H A DMakefile20 mount: target
/openbsd-src/sys/sys/
H A Dmount.h334 struct mount { global() struct
339 mnt_vnodecoveredmount global() argument
341 mnt_syncermount global() argument
342 mnt_lockmount global() argument
363 mnt_datamount global() argument
[all...]
/openbsd-src/regress/sys/kern/mount/
H A DMakefile18 mount: disk target
[all...]
/openbsd-src/regress/sys/nfs/
H A DMakefile21 mount: disk nfs target
/openbsd-src/regress/sys/kern/realpath-unmount/
H A DMakefile17 mount: diskimage target
/openbsd-src/sys/tmpfs/
H A Dtmpfs_vnops.c1378 struct mount *mount; tmpfs_sane_rename() local
1597 tmpfs_rename_enter(struct mount * mount,struct tmpfs_mount * tmpfs,struct ucred * cred,struct vnode * fdvp,struct tmpfs_node * fdnode,struct componentname * fcnp,struct tmpfs_dirent ** fde_ret,struct vnode ** fvp_ret,struct vnode * tdvp,struct tmpfs_node * tdnode,struct componentname * tcnp,struct tmpfs_dirent ** tde_ret,struct vnode ** tvp_ret) tmpfs_rename_enter() argument
1659 tmpfs_rename_enter_common(struct mount * mount,struct tmpfs_mount * tmpfs,struct ucred * cred,struct vnode * dvp,struct tmpfs_node * dnode,struct componentname * fcnp,struct tmpfs_dirent ** fde_ret,struct vnode ** fvp_ret,struct componentname * tcnp,struct tmpfs_dirent ** tde_ret,struct vnode ** tvp_ret) tmpfs_rename_enter_common() argument
1770 tmpfs_rename_enter_separate(struct mount * mount,struct tmpfs_mount * tmpfs,struct ucred * cred,struct vnode * fdvp,struct tmpfs_node * fdnode,struct componentname * fcnp,struct tmpfs_dirent ** fde_ret,struct vnode ** fvp_ret,struct vnode * tdvp,struct tmpfs_node * tdnode,struct componentname * tcnp,struct tmpfs_dirent ** tde_ret,struct vnode ** tvp_ret) tmpfs_rename_enter_separate() argument
1992 tmpfs_rename_lock(struct mount * mount,struct ucred * cred,int overlap_error,struct vnode * a_dvp,struct tmpfs_node * a_dnode,struct componentname * a_cnp,int a_missing_ok,struct tmpfs_dirent ** a_dirent_ret,struct vnode ** a_vp_ret,struct vnode * b_dvp,struct tmpfs_node * b_dnode,struct componentname * b_cnp,int b_missing_ok,struct tmpfs_dirent ** b_dirent_ret,struct vnode ** b_vp_ret) tmpfs_rename_lock() argument
[all...]
/openbsd-src/regress/usr.sbin/syslogd/
H A DMakefile118 mount: disk global() target
/openbsd-src/regress/sys/kern/unveil-unmount/
H A DMakefile17 mount: diskimage target
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DPaths.pm48 sub mount($) { '/sbin/mount' } subroutine
/openbsd-src/usr.sbin/pstat/
H A Dpstat.c687 struct mount mount; in getmnt() member
857 struct mount *mp, mount; in kinfo_vnodes() local
/openbsd-src/lib/libcrypto/
H A Dcryptlib.c
/openbsd-src/lib/libkvm/
H A Dkvm_file2.c530 struct mount mount; in fill_file() local
/openbsd-src/usr.sbin/procmap/
H A Dprocmap.c137 struct mount mount; member