Searched defs:mount (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/sys/sys/ |
| H A D | mount.h | 189 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 D | zfs.c | 73 struct mount mount, *mountptr; in zfs_filestat() local
|
| H A D | common_kvm.c | 121 struct mount mount; in devfs_filestat() local
|
| /freebsd-12.1/usr.sbin/bsdinstall/partedit/ |
| H A D | scripted.c | 70 char *partition, *ap, *size = NULL, *type = NULL, *mount = NULL; in part_config() local
|
| /freebsd-12.1/contrib/netbsd-tests/fs/puffs/ |
| H A D | t_basic.c | 63 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 D | vimage.c | 66 int mount; member
|
| /freebsd-12.1/stand/libsa/zfs/ |
| H A D | zfs.c | 105 struct zfsmount *mount = (struct zfsmount *)f->f_devdata; in zfs_open() local 657 struct zfsmount *mount; in zfs_dev_open() local
|
| H A D | zfsimpl.c | 2734 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 D | mac_vfs.c | 964 mac_mount_check_stat(struct ucred *cred, struct mount *mount) in mac_mount_check_stat()
|
| /freebsd-12.1/sys/kern/ |
| H A D | vfs_subr.c | 3722 DB_SHOW_COMMAND(mount, db_show_mount) in DB_SHOW_COMMAND() argument
|