Searched defs:mount (Results 1 – 5 of 5) sorted by relevance
108 struct mount { struct110 int32_t mnt_count; /* reference on the mount */ argument111 lck_mtx_t mnt_mlock; /* mutex that protects mount point */ argument115 struct vnodelst mnt_vnodelist; /* list of vnodes this mount */ argument116 struct vnodelst mnt_workerqueue; /* list of vnodes this mount */ argument117 struct vnodelst mnt_newvnodes; /* list of vnodes this mount */ argument121 uint32_t mnt_lflag; /* mount life cycle flags */ argument135 …ale; /* scale the various throttles/limits imposed on the amount of I/O in flight */ argument137 …uint32_t mnt_minsaturationbytecount; /* if non-zero, mininum amount of writes (in b… argument146 …vnode_t mnt_devvp; /* the device mounted on for local file system… argument[all …]
194 struct mount * mount;/* vfs mount struct for this fs */ member
2485 mac_mount_check_stat(vfs_context_t ctx, struct mount *mount) in mac_mount_check_stat()2508 mac_mount_check_label_update(vfs_context_t ctx, struct mount *mount) in mac_mount_check_label_update()
1664 def GetMountSummary(mount): argument
395 mount(proc_t p, struct mount_args *uap, __unused int32_t *retval) in mount() function