Searched defs:mount (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/sys/ |
H A D | mount.h | 226 struct mount { struct 230 struct mount_pcpu *mnt_pcpu; /* per-CPU data */ argument 232 struct vnode *mnt_vnodecovered; /* vnode we mounted on */ argument 235 struct mtx __aligned(CACHE_LINE_SIZE) mnt_mtx; /* mount structure interlock */ argument 236 int mnt_gen; /* struct mount generation */ argument 244 struct vfsoptlist *mnt_opt; /* current mount options */ argument 247 struct ucred *mnt_cred; /* credentials of mounter */ argument 268 STAILQ_ENTRY(mount) mnt_taskqueue_link; /* (d) our place in deferred unmount list */ argument 269 uint64_t mnt_taskqueue_flags; /* (d) unmount flags passed from taskqueue */ argument 270 unsigned int mnt_unmount_retries; /* (d) # of failed deferred unmount attempts */ argument
|
/freebsd/lib/libprocstat/ |
H A D | zfs.c | 59 struct mount mount, *mountptr; in zfs_filestat() local
|
H A D | common_kvm.c | 117 struct mount mount; in devfs_filestat() local
|
/freebsd/usr.sbin/bsdinstall/partedit/ |
H A D | scripted.c | 67 char *partition, *ap, *size = NULL, *type = NULL, *mount = NULL; in part_config() local
|
/freebsd/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/stand/libsa/ |
H A D | mount.c | 90 mount(const char *dev, const char *path, int flags __unused, void *data) in mount() function
|
/freebsd/tools/tools/vimage/ |
H A D | vimage.c | 64 int mount; member
|
/freebsd/stand/libsa/zfs/ |
H A D | zfs.c | 110 struct zfsmount *mount = dev->d_opendata; in zfs_open() local 1545 struct zfsmount *mount; in zfs_dev_open() local 1576 struct zfsmount *mnt, *mount; in zfs_dev_close() local
|
H A D | zfsimpl.c | 3374 zfs_mount_impl(const spa_t *spa, uint64_t rootobj, struct zfsmount *mount) in zfs_mount_impl() 3685 zfs_lookup(const struct zfsmount *mount, const char *upath, dnode_phys_t *dnode) in zfs_lookup()
|
/freebsd/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/sys/kern/ |
H A D | vfs_subr.c | 4704 DB_SHOW_COMMAND(mount, db_show_mount) in DB_SHOW_COMMAND() argument
|