Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmount.h226 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 Dzfs.c57 struct mount mount, *mountptr; in zfs_filestat() local
H A Dcommon_kvm.c117 struct mount mount; in devfs_filestat() local
/freebsd/usr.sbin/bsdinstall/partedit/
H A Dscripted.c67 char *partition, *ap, *size = NULL, *type = NULL, *mount = NULL; in part_config() local
/freebsd/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/stand/libsa/
H A Dmount.c90 mount(const char *dev, const char *path, int flags __unused, void *data) in mount() function
/freebsd/tools/tools/vimage/
H A Dvimage.c64 int mount; member
/freebsd/stand/libsa/zfs/
H A Dzfs.c110 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 Dzfsimpl.c3374 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 Dmac_vfs.c964 mac_mount_check_stat(struct ucred *cred, struct mount *mount) in mac_mount_check_stat()
/freebsd/sys/kern/
H A Dvfs_subr.c4621 DB_SHOW_COMMAND(mount, db_show_mount) in DB_SHOW_COMMAND() argument