Home
last modified time | relevance | path

Searched refs:mac_vnode_check_write (Results 1 – 6 of 6) sorted by relevance

/src/sys/kern/
H A Dvfs_vnops.c717 error = mac_vnode_check_write(active_cred, file_cred, in vn_rdwr()
1329 error = mac_vnode_check_write(active_cred, fp->f_cred, vp); in vn_write()
1790 error = mac_vnode_check_write(active_cred, fp->f_cred, vp); in vn_truncate()
3655 error = mac_vnode_check_write(curthread->td_ucred, in vn_generic_copy_file_range()
3930 error = mac_vnode_check_write(td->td_ucred, fp->f_cred, vp); in vn_fallocate()
3996 error = mac_vnode_check_write(active_cred, file_cred, in vn_deallocate_impl()
H A Dkern_alq.c377 if (mac_vnode_check_write(alq->aq_cred, NOCRED, vp) == 0) in alq_doio()
H A Dkern_ktrace.c1434 error = mac_vnode_check_write(cred, NOCRED, vp); in ktr_writerequest()
H A Dvfs_syscalls.c3598 error = mac_vnode_check_write(td->td_ucred, NOCRED, vp); in kern_truncate()
/src/sys/security/mac/
H A Dmac_framework.h711 mac_vnode_check_write(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_write() function
/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c6963 error = mac_vnode_check_write(curthread->td_ucred, ap->a_outcred, in zfs_freebsd_copy_file_range()