Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dmount.h189 struct mount { struct
190 struct mtx mnt_mtx; /* mount structure interlock */ argument
191 int mnt_gen; /* struct mount generation */ argument
196 struct vnode *mnt_vnodecovered; /* vnode we mounted on */ argument
204 struct vfsoptlist *mnt_opt; /* current mount options */ argument
208 struct ucred *mnt_cred; /* credentials of mounter */ argument
227 TAILQ_ENTRY(mount) mnt_upper_link; /* (m) we in the all uppers */ argument
/freebsd-12.1/lib/libprocstat/
H A Dzfs.c73 struct mount mount, *mountptr; in zfs_filestat() local
H A Dcommon_kvm.c121 struct mount mount; in devfs_filestat() local
/freebsd-12.1/usr.sbin/bsdinstall/partedit/
H A Dscripted.c70 char *partition, *ap, *size = NULL, *type = NULL, *mount = NULL; in part_config() local
/freebsd-12.1/contrib/netbsd-tests/fs/puffs/
H A Dt_basic.c63 ATF_TC_HEAD(mount, tc) in ATF_TC_HEAD() argument
69 ATF_TC_BODY(mount, tc) in ATF_TC_BODY() argument
/freebsd-12.1/tools/tools/vimage/
H A Dvimage.c66 int mount; member
/freebsd-12.1/stand/libsa/zfs/
H A Dzfs.c105 struct zfsmount *mount = (struct zfsmount *)f->f_devdata; in zfs_open() local
657 struct zfsmount *mount; in zfs_dev_open() local
H A Dzfsimpl.c2734 zfs_mount(const spa_t *spa, uint64_t rootobj, struct zfsmount *mount) in zfs_mount()
3072 zfs_lookup(const struct zfsmount *mount, const char *upath, dnode_phys_t *dnode) in zfs_lookup()
/freebsd-12.1/sys/security/mac/
H A Dmac_vfs.c964 mac_mount_check_stat(struct ucred *cred, struct mount *mount) in mac_mount_check_stat()
/freebsd-12.1/sys/kern/
H A Dvfs_subr.c3722 DB_SHOW_COMMAND(mount, db_show_mount) in DB_SHOW_COMMAND() argument