Lines Matching defs:ctx

363 mac_vnode_label_associate(struct mount *mp, struct vnode *vp, vfs_context_t ctx)  in mac_vnode_label_associate()
446 mac_vnode_notify_create(vfs_context_t ctx, struct mount *mp, in mac_vnode_notify_create()
471 mac_vnode_notify_rename(vfs_context_t ctx, struct vnode *fvp, in mac_vnode_notify_rename()
518 mac_vnode_notify_open(vfs_context_t ctx, struct vnode *vp, int acc_flags) in mac_vnode_notify_open()
538 mac_vnode_notify_link(vfs_context_t ctx, struct vnode *vp, in mac_vnode_notify_link()
559 mac_vnode_notify_deleteextattr(vfs_context_t ctx, struct vnode *vp, const char *name) in mac_vnode_notify_deleteextattr()
579 mac_vnode_notify_setacl(vfs_context_t ctx, struct vnode *vp, struct kauth_acl *acl) in mac_vnode_notify_setacl()
599 mac_vnode_notify_setattrlist(vfs_context_t ctx, struct vnode *vp, struct attrlist *alist) in mac_vnode_notify_setattrlist()
619 mac_vnode_notify_setextattr(vfs_context_t ctx, struct vnode *vp, const char *name, struct uio *uio) in mac_vnode_notify_setextattr()
639 mac_vnode_notify_setflags(vfs_context_t ctx, struct vnode *vp, u_long flags) in mac_vnode_notify_setflags()
659 mac_vnode_notify_setmode(vfs_context_t ctx, struct vnode *vp, mode_t mode) in mac_vnode_notify_setmode()
679 mac_vnode_notify_setowner(vfs_context_t ctx, struct vnode *vp, uid_t uid, gid_t gid) in mac_vnode_notify_setowner()
699 mac_vnode_notify_setutimes(vfs_context_t ctx, struct vnode *vp, struct timespec atime, struct times… in mac_vnode_notify_setutimes()
719 mac_vnode_notify_truncate(vfs_context_t ctx, kauth_cred_t file_cred, struct vnode *vp) in mac_vnode_notify_truncate()
774 mac_vnode_label_store(vfs_context_t ctx, struct vnode *vp, in mac_vnode_label_store()
802 mac_cred_label_update_execve(vfs_context_t ctx, kauth_cred_t new, struct vnode *vp, off_t offset, in mac_cred_label_update_execve()
879 mac_cred_check_label_update_execve(vfs_context_t ctx, struct vnode *vp, off_t offset, in mac_cred_check_label_update_execve()
947 mac_vnode_check_access(vfs_context_t ctx, struct vnode *vp, in mac_vnode_check_access()
973 mac_vnode_check_chdir(vfs_context_t ctx, struct vnode *dvp) in mac_vnode_check_chdir()
995 mac_vnode_check_chroot(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_chroot()
1018 mac_vnode_check_clone(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_clone()
1041 mac_vnode_check_create(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_create()
1064 mac_vnode_check_unlink(vfs_context_t ctx, struct vnode *dvp, struct vnode *vp, in mac_vnode_check_unlink()
1112 mac_vnode_check_deleteextattr(vfs_context_t ctx, struct vnode *vp, in mac_vnode_check_deleteextattr()
1134 mac_vnode_check_exchangedata(vfs_context_t ctx, in mac_vnode_check_exchangedata()
1183 mac_vnode_check_getattr(vfs_context_t ctx, struct ucred *file_cred, in mac_vnode_check_getattr()
1206 mac_vnode_check_getattrlist(vfs_context_t ctx, struct vnode *vp, in mac_vnode_check_getattrlist()
1231 mac_vnode_check_exec(vfs_context_t ctx, struct vnode *vp, in mac_vnode_check_exec()
1306 mac_vnode_check_fsgetpath(vfs_context_t ctx, struct vnode *vp) in mac_vnode_check_fsgetpath()
1482 mac_vnode_check_getextattr(vfs_context_t ctx, struct vnode *vp, in mac_vnode_check_getextattr()
1506 mac_vnode_check_ioctl(vfs_context_t ctx, struct vnode *vp, u_long cmd) in mac_vnode_check_ioctl()
1528 mac_vnode_check_kqfilter(vfs_context_t ctx, kauth_cred_t file_cred, in mac_vnode_check_kqfilter()
1553 mac_vnode_check_link(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_link()
1577 mac_vnode_check_listextattr(vfs_context_t ctx, struct vnode *vp) in mac_vnode_check_listextattr()
1599 mac_vnode_check_lookup_preflight(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_lookup_preflight()
1622 mac_vnode_check_lookup(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_lookup()
1645 mac_vnode_check_open(vfs_context_t ctx, struct vnode *vp, int acc_mode) in mac_vnode_check_open()
1667 mac_vnode_check_read(vfs_context_t ctx, struct ucred *file_cred, in mac_vnode_check_read()
1692 mac_vnode_check_readdir(vfs_context_t ctx, struct vnode *dvp) in mac_vnode_check_readdir()
1714 mac_vnode_check_readlink(vfs_context_t ctx, struct vnode *vp) in mac_vnode_check_readlink()
1736 mac_vnode_check_label_update(vfs_context_t ctx, struct vnode *vp, in mac_vnode_check_label_update()
1760 mac_vnode_check_rename(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_rename()
1801 mac_vnode_check_revoke(vfs_context_t ctx, struct vnode *vp) in mac_vnode_check_revoke()
1823 mac_vnode_check_searchfs(vfs_context_t ctx, struct vnode *vp, struct attrlist *returnattrs, in mac_vnode_check_searchfs()
1846 mac_vnode_check_select(vfs_context_t ctx, struct vnode *vp, int which) in mac_vnode_check_select()
1868 mac_vnode_check_setacl(vfs_context_t ctx, struct vnode *vp, in mac_vnode_check_setacl()
1891 mac_vnode_check_setattrlist(vfs_context_t ctx, struct vnode *vp, in mac_vnode_check_setattrlist()
1914 mac_vnode_check_setextattr(vfs_context_t ctx, struct vnode *vp, in mac_vnode_check_setextattr()
1938 mac_vnode_check_setflags(vfs_context_t ctx, struct vnode *vp, u_long flags) in mac_vnode_check_setflags()
1960 mac_vnode_check_setmode(vfs_context_t ctx, struct vnode *vp, mode_t mode) in mac_vnode_check_setmode()
1982 mac_vnode_check_setowner(vfs_context_t ctx, struct vnode *vp, uid_t uid, in mac_vnode_check_setowner()
2005 mac_vnode_check_setutimes(vfs_context_t ctx, struct vnode *vp, in mac_vnode_check_setutimes()
2029 mac_vnode_check_stat(vfs_context_t ctx, struct ucred *file_cred, in mac_vnode_check_stat()
2053 mac_vnode_check_trigger_resolve(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_trigger_resolve()
2076 mac_vnode_check_truncate(vfs_context_t ctx, struct ucred *file_cred, in mac_vnode_check_truncate()
2101 mac_vnode_check_write(vfs_context_t ctx, struct ucred *file_cred, in mac_vnode_check_write()
2125 mac_vnode_check_uipc_bind(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_uipc_bind()
2148 mac_vnode_check_uipc_connect(vfs_context_t ctx, struct vnode *vp, struct socket *so) in mac_vnode_check_uipc_connect()
2170 mac_vnode_label_update(vfs_context_t ctx, struct vnode *vp, struct label *newlabel) in mac_vnode_label_update()
2220 mac_mount_label_associate(vfs_context_t ctx, struct mount *mp) in mac_mount_label_associate()
2278 mac_mount_check_mount(vfs_context_t ctx, struct vnode *vp, in mac_mount_check_mount()
2302 mac_mount_check_mount_late(vfs_context_t ctx, struct mount *mp) in mac_mount_check_mount_late()
2325 mac_mount_check_snapshot_create(vfs_context_t ctx, struct mount *mp, in mac_mount_check_snapshot_create()
2348 mac_mount_check_snapshot_delete(vfs_context_t ctx, struct mount *mp, in mac_mount_check_snapshot_delete()
2371 mac_mount_check_snapshot_mount(vfs_context_t ctx, struct vnode *rvp, struct vnode *vp, struct compo… in mac_mount_check_snapshot_mount()
2394 mac_mount_check_snapshot_revert(vfs_context_t ctx, struct mount *mp, in mac_mount_check_snapshot_revert()
2417 mac_mount_check_remount(vfs_context_t ctx, struct mount *mp) in mac_mount_check_remount()
2440 mac_mount_check_umount(vfs_context_t ctx, struct mount *mp) in mac_mount_check_umount()
2463 mac_mount_check_getattr(vfs_context_t ctx, struct mount *mp, in mac_mount_check_getattr()
2486 mac_mount_check_setattr(vfs_context_t ctx, struct mount *mp, in mac_mount_check_setattr()
2509 mac_mount_check_stat(vfs_context_t ctx, struct mount *mount) in mac_mount_check_stat()
2532 mac_mount_check_label_update(vfs_context_t ctx, struct mount *mount) in mac_mount_check_label_update()
2555 mac_mount_check_fsctl(vfs_context_t ctx, struct mount *mp, u_long cmd) in mac_mount_check_fsctl()
2669 struct vnode *vp, vfs_context_t ctx) in mac_vnode_label_associate_fdesc()
2801 mac_mount_check_quotactl(vfs_context_t ctx, struct mount *mp, int cmd, int id) in mac_mount_check_quotactl()
2824 mac_vnode_check_getattrlistbulk(vfs_context_t ctx, struct vnode *vp, struct attrlist *alist, uint64… in mac_vnode_check_getattrlistbulk()
2847 mac_vnode_check_copyfile(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_copyfile()
2872 mac_vnode_notify_unlink(vfs_context_t ctx, struct vnode *dvp, struct vnode *vp, in mac_vnode_notify_unlink()