Home
last modified time | relevance | path

Searched refs:mac_mount_check_fsctl (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/security/
H A Dmac_framework.h222 int mac_mount_check_fsctl(vfs_context_t ctx, struct mount *mp,
H A Dmac_vfs.c2531 mac_mount_check_fsctl(vfs_context_t ctx, struct mount *mp, u_long cmd) in mac_mount_check_fsctl() function
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c13181 error = mac_mount_check_fsctl(ctx, vnode_mount(vp), uap->cmd); in fsctl()
13219 if ((error = mac_mount_check_fsctl(ctx, vnode_mount(vp), uap->cmd))) { in ffsctl()