Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmount.h204 struct mount { struct
208 struct mount_pcpu *mnt_pcpu; /* per-CPU data */ argument
210 struct vnode *mnt_vnodecovered; /* vnode we mounted on */ argument
213 struct mtx __aligned(CACHE_LINE_SIZE) mnt_mtx; /* mount structure interlock */ argument
214 int mnt_gen; /* struct mount generation */ argument
222 struct vfsoptlist *mnt_opt; /* current mount options */ argument
226 struct ucred *mnt_cred; /* credentials of mounter */ argument
243 TAILQ_ENTRY(mount) mnt_upper_link; /* (m) we in the all uppers */ argument
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/
H A DMakefile.am44 mount \ subdir
/f-stack/freebsd/security/mac/
H A Dmac_vfs.c966 mac_mount_check_stat(struct ucred *cred, struct mount *mount) in mac_mount_check_stat()
/f-stack/freebsd/kern/
H A Dvfs_subr.c4248 DB_SHOW_COMMAND(mount, db_show_mount) in DB_SHOW_COMMAND() argument