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()
1483 mac_vnode_check_getextattr(vfs_context_t ctx, struct vnode *vp, in mac_vnode_check_getextattr()
1507 mac_vnode_check_ioctl(vfs_context_t ctx, struct vnode *vp, u_long cmd) in mac_vnode_check_ioctl()
1529 mac_vnode_check_kqfilter(vfs_context_t ctx, kauth_cred_t file_cred, in mac_vnode_check_kqfilter()
1554 mac_vnode_check_link(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_link()
1578 mac_vnode_check_listextattr(vfs_context_t ctx, struct vnode *vp) in mac_vnode_check_listextattr()
1600 mac_vnode_check_lookup_preflight(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_lookup_preflight()
1623 mac_vnode_check_lookup(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_lookup()
1646 mac_vnode_check_open(vfs_context_t ctx, struct vnode *vp, int acc_mode) in mac_vnode_check_open()
1668 mac_vnode_check_read(vfs_context_t ctx, struct ucred *file_cred, in mac_vnode_check_read()
1693 mac_vnode_check_readdir(vfs_context_t ctx, struct vnode *dvp) in mac_vnode_check_readdir()
1715 mac_vnode_check_readlink(vfs_context_t ctx, struct vnode *vp) in mac_vnode_check_readlink()
1737 mac_vnode_check_label_update(vfs_context_t ctx, struct vnode *vp, in mac_vnode_check_label_update()
1761 mac_vnode_check_rename(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_rename()
1802 mac_vnode_check_revoke(vfs_context_t ctx, struct vnode *vp) in mac_vnode_check_revoke()
1824 mac_vnode_check_searchfs(vfs_context_t ctx, struct vnode *vp, struct attrlist *returnattrs, in mac_vnode_check_searchfs()
1847 mac_vnode_check_select(vfs_context_t ctx, struct vnode *vp, int which) in mac_vnode_check_select()
1869 mac_vnode_check_setacl(vfs_context_t ctx, struct vnode *vp, in mac_vnode_check_setacl()
1892 mac_vnode_check_setattrlist(vfs_context_t ctx, struct vnode *vp, in mac_vnode_check_setattrlist()
1915 mac_vnode_check_setextattr(vfs_context_t ctx, struct vnode *vp, in mac_vnode_check_setextattr()
1939 mac_vnode_check_setflags(vfs_context_t ctx, struct vnode *vp, u_long flags) in mac_vnode_check_setflags()
1961 mac_vnode_check_setmode(vfs_context_t ctx, struct vnode *vp, mode_t mode) in mac_vnode_check_setmode()
1983 mac_vnode_check_setowner(vfs_context_t ctx, struct vnode *vp, uid_t uid, in mac_vnode_check_setowner()
2006 mac_vnode_check_setutimes(vfs_context_t ctx, struct vnode *vp, in mac_vnode_check_setutimes()
2030 mac_vnode_check_stat(vfs_context_t ctx, struct ucred *file_cred, in mac_vnode_check_stat()
2054 mac_vnode_check_trigger_resolve(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_trigger_resolve()
2077 mac_vnode_check_truncate(vfs_context_t ctx, struct ucred *file_cred, in mac_vnode_check_truncate()
2102 mac_vnode_check_write(vfs_context_t ctx, struct ucred *file_cred, in mac_vnode_check_write()
2126 mac_vnode_check_uipc_bind(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_uipc_bind()
2149 mac_vnode_check_uipc_connect(vfs_context_t ctx, struct vnode *vp, struct socket *so) in mac_vnode_check_uipc_connect()
2171 mac_vnode_label_update(vfs_context_t ctx, struct vnode *vp, struct label *newlabel) in mac_vnode_label_update()
2221 mac_mount_label_associate(vfs_context_t ctx, struct mount *mp) in mac_mount_label_associate()
2279 mac_mount_check_mount(vfs_context_t ctx, struct vnode *vp, in mac_mount_check_mount()
2303 mac_mount_check_mount_late(vfs_context_t ctx, struct mount *mp) in mac_mount_check_mount_late()
2326 mac_mount_check_snapshot_create(vfs_context_t ctx, struct mount *mp, in mac_mount_check_snapshot_create()
2349 mac_mount_check_snapshot_delete(vfs_context_t ctx, struct mount *mp, in mac_mount_check_snapshot_delete()
2372 mac_mount_check_snapshot_mount(vfs_context_t ctx, struct vnode *rvp, struct vnode *vp, struct compo… in mac_mount_check_snapshot_mount()
2395 mac_mount_check_snapshot_revert(vfs_context_t ctx, struct mount *mp, in mac_mount_check_snapshot_revert()
2418 mac_mount_check_remount(vfs_context_t ctx, struct mount *mp) in mac_mount_check_remount()
2441 mac_mount_check_umount(vfs_context_t ctx, struct mount *mp) in mac_mount_check_umount()
2464 mac_mount_check_getattr(vfs_context_t ctx, struct mount *mp, in mac_mount_check_getattr()
2487 mac_mount_check_setattr(vfs_context_t ctx, struct mount *mp, in mac_mount_check_setattr()
2510 mac_mount_check_stat(vfs_context_t ctx, struct mount *mount) in mac_mount_check_stat()
2533 mac_mount_check_label_update(vfs_context_t ctx, struct mount *mount) in mac_mount_check_label_update()
2556 mac_mount_check_fsctl(vfs_context_t ctx, struct mount *mp, u_long cmd) in mac_mount_check_fsctl()
2670 struct vnode *vp, vfs_context_t ctx) in mac_vnode_label_associate_fdesc()
2802 mac_mount_check_quotactl(vfs_context_t ctx, struct mount *mp, int cmd, int id) in mac_mount_check_quotactl()
2825 mac_vnode_check_getattrlistbulk(vfs_context_t ctx, struct vnode *vp, struct attrlist *alist, uint64… in mac_vnode_check_getattrlistbulk()
2848 mac_vnode_check_copyfile(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_copyfile()