Searched defs:mount (Results 1 – 9 of 9) sorted by relevance
216 struct mount { struct224 struct vnodelst mnt_nvnodelist; /* list of vnodes this mount */ argument226 struct lock mnt_lock; /* mount structure lock */ argument236 int mnt_nvnodelistsize; /* # of vnodes on this mount */ argument251 struct nchandle mnt_ncmountpt; /* mount point */ argument252 struct nchandle mnt_ncmounton; /* mounted on */ argument266 RB_ENTRY(mount) mnt_node; /* mnt_stat.f_fsid */ argument
156 struct mount *mount; /* mount pt (possible overlay) */ member
33 struct mount_args mount; member
165 mount: check target
115 mount: check target
630 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()
152 struct mount { struct153 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;
171 CRYPTO_set_add_lock_callback(int (*func)(int *num, int mount, int lock_num, in CRYPTO_set_add_lock_callback()
585 struct mount mount; in getmnt() member