Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dmount_internal.h108 struct mount { struct
110 int32_t mnt_count; /* reference on the mount */ argument
111 lck_mtx_t mnt_mlock; /* mutex that protects mount point */ argument
115 struct vnodelst mnt_vnodelist; /* list of vnodes this mount */ argument
116 struct vnodelst mnt_workerqueue; /* list of vnodes this mount */ argument
117 struct vnodelst mnt_newvnodes; /* list of vnodes this mount */ argument
121 uint32_t mnt_lflag; /* mount life cycle flags */ argument
135 …ale; /* scale the various throttles/limits imposed on the amount of I/O in flight */ argument
137 …uint32_t mnt_minsaturationbytecount; /* if non-zero, mininum amount of writes (in b… argument
146 …vnode_t mnt_devvp; /* the device mounted on for local file system… argument
[all …]
/xnu-11215.81.4/bsd/miscfs/devfs/
H A Ddevfsdefs.h194 struct mount * mount;/* vfs mount struct for this fs */ member
/xnu-11215.81.4/security/
H A Dmac_vfs.c2485 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()
/xnu-11215.81.4/tools/lldbmacros/
H A Dmemory.py1664 def GetMountSummary(mount): argument
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_syscalls.c395 mount(proc_t p, struct mount_args *uap, __unused int32_t *retval) in mount() function