Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dmount.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
H A Dnamecache.h156 struct mount *mount; /* mount pt (possible overlay) */ member
H A Dsysunion.h33 struct mount_args mount; member
/dflybsd-src/test/x86_64/
H A DMakefile165 mount: check target
/dflybsd-src/test/vkernel/
H A DMakefile115 mount: check target
/dflybsd-src/sys/kern/
H A Dvfs_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()
/dflybsd-src/usr.sbin/makefs/hammer2/
H A Dhammer2_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;
/dflybsd-src/crypto/libressl/crypto/
H A Dcryptlib.c171 CRYPTO_set_add_lock_callback(int (*func)(int *num, int mount, int lock_num, in CRYPTO_set_add_lock_callback()
/dflybsd-src/usr.sbin/pstat/
H A Dpstat.c585 struct mount mount; in getmnt() member