Searched defs:mount (Results 1 – 4 of 4) sorted by relevance
204 struct mount { struct208 struct mount_pcpu *mnt_pcpu; /* per-CPU data */ argument210 struct vnode *mnt_vnodecovered; /* vnode we mounted on */ argument213 struct mtx __aligned(CACHE_LINE_SIZE) mnt_mtx; /* mount structure interlock */ argument214 int mnt_gen; /* struct mount generation */ argument222 struct vfsoptlist *mnt_opt; /* current mount options */ argument226 struct ucred *mnt_cred; /* credentials of mounter */ argument243 TAILQ_ENTRY(mount) mnt_upper_link; /* (m) we in the all uppers */ argument
44 mount \ subdir
966 mac_mount_check_stat(struct ucred *cred, struct mount *mount) in mac_mount_check_stat()
4248 DB_SHOW_COMMAND(mount, db_show_mount) in DB_SHOW_COMMAND() argument