Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDmount.h216 struct mount { struct
224 struct vnodelst mnt_nvnodelist; /* list of vnodes this mount */ argument
226 struct lock mnt_lock; /* mount structure lock */ argument
236 int mnt_nvnodelistsize; /* # of vnodes on this mount */ argument
251 struct nchandle mnt_ncmountpt; /* mount point */ argument
252 struct nchandle mnt_ncmounton; /* mounted on */ argument
266 RB_ENTRY(mount) mnt_node; /* mnt_stat.f_fsid */ argument
HDnamecache.h156 struct mount *mount; /* mount pt (possible overlay) */ member
HDsysunion.h33 struct mount_args mount; member
/dragonfly/test/x86_64/
HDMakefile165 mount: check target
/dragonfly/sys/kern/
HDvfs_mount.c630 mountlist_interlock(int (*callback)(struct mount *), struct mount *mp) in mountlist_interlock()
736 mountlist_scan(int (*callback)(struct mount *, void *), void *data, int how) in mountlist_scan()
/dragonfly/test/vkernel/
HDMakefile115 mount: check target
/dragonfly/usr.sbin/makefs/hammer2/
HDhammer2_compat.h152 struct mount { struct
153 int mnt_flag;
154 int mnt_kern_flag;
155 struct statfs mnt_stat;
156 struct statvfs mnt_vstat;
157 qaddr_t mnt_data;
158 unsigned int mnt_iosize_max;
/dragonfly/crypto/libressl/crypto/
HDcryptlib.c171 CRYPTO_set_add_lock_callback(int (*func)(int *num, int mount, int lock_num, in CRYPTO_set_add_lock_callback()
/dragonfly/usr.sbin/pstat/
HDpstat.c585 struct mount mount; in getmnt() member