Lines Matching refs:mount

148 mac_mount_label_init(struct mount *mp)  in mac_mount_label_init()
158 mac_mount_label(struct mount *mp) in mac_mount_label()
164 mac_mount_label_destroy(struct mount *mp) in mac_mount_label_destroy()
314 error = MAC_INTERNALIZE(mount, label, string); in mac_mount_label_internalize()
325 error = MAC_EXTERNALIZE(mount, label, elements, outbuf, outbuflen); in mac_mount_label_externalize()
346 mac_devfs_label_update(struct mount *mp, struct devnode *de, in mac_devfs_label_update()
363 mac_vnode_label_associate(struct mount *mp, struct vnode *vp, vfs_context_t ctx) in mac_vnode_label_associate()
395 mac_vnode_label_associate_devfs(struct mount *mp, struct devnode *de, in mac_vnode_label_associate_devfs()
414 mac_vnode_label_associate_extattr(struct mount *mp, struct vnode *vp) in mac_vnode_label_associate_extattr()
427 mac_vnode_label_associate_singlelabel(struct mount *mp, struct vnode *vp) in mac_vnode_label_associate_singlelabel()
446 mac_vnode_notify_create(vfs_context_t ctx, struct mount *mp, in mac_vnode_notify_create()
719 mac_vnode_label_update_extattr(struct mount *mp, struct vnode *vp, in mac_vnode_label_update_extattr()
2195 mac_mount_label_associate(vfs_context_t ctx, struct mount *mp) in mac_mount_label_associate()
2277 mac_mount_check_mount_late(vfs_context_t ctx, struct mount *mp) in mac_mount_check_mount_late()
2300 mac_mount_check_snapshot_create(vfs_context_t ctx, struct mount *mp, in mac_mount_check_snapshot_create()
2323 mac_mount_check_snapshot_delete(vfs_context_t ctx, struct mount *mp, in mac_mount_check_snapshot_delete()
2369 mac_mount_check_snapshot_revert(vfs_context_t ctx, struct mount *mp, in mac_mount_check_snapshot_revert()
2392 mac_mount_check_remount(vfs_context_t ctx, struct mount *mp, int flags) in mac_mount_check_remount()
2416 mac_mount_check_umount(vfs_context_t ctx, struct mount *mp) in mac_mount_check_umount()
2439 mac_mount_check_getattr(vfs_context_t ctx, struct mount *mp, in mac_mount_check_getattr()
2462 mac_mount_check_setattr(vfs_context_t ctx, struct mount *mp, in mac_mount_check_setattr()
2485 mac_mount_check_stat(vfs_context_t ctx, struct mount *mount) in mac_mount_check_stat() argument
2500 VFS_KERNEL_DEBUG_START1(86, mount); in mac_mount_check_stat()
2501 MAC_CHECK(mount_check_stat, cred, mount, mac_mount_label(mount)); in mac_mount_check_stat()
2502 VFS_KERNEL_DEBUG_END1(86, 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() argument
2523 VFS_KERNEL_DEBUG_START1(87, mount); in mac_mount_check_label_update()
2524 MAC_CHECK(mount_check_label_update, cred, mount, mac_mount_label(mount)); in mac_mount_check_label_update()
2525 VFS_KERNEL_DEBUG_END1(87, mount); in mac_mount_check_label_update()
2531 mac_mount_check_fsctl(vfs_context_t ctx, struct mount *mp, u_long cmd) in mac_mount_check_fsctl()
2644 mac_vnode_label_associate_fdesc(struct mount *mp, struct fdescnode *fnp, in mac_vnode_label_associate_fdesc()
2777 mac_mount_check_quotactl(vfs_context_t ctx, struct mount *mp, int cmd, int id) in mac_mount_check_quotactl()