Lines Matching refs:f_cred
1162 error = VOP_READ_PGCACHE(vp, uio, ioflag, fp->f_cred); in vn_read()
1187 error = mac_vnode_check_read(active_cred, fp->f_cred, vp); in vn_read()
1190 error = VOP_READ(vp, uio, ioflag, fp->f_cred); in vn_read()
1257 error = mac_vnode_check_write(active_cred, fp->f_cred, vp); in vn_write()
1260 error = VOP_WRITE(vp, uio, ioflag, fp->f_cred); in vn_write()
1718 error = mac_vnode_check_write(active_cred, fp->f_cred, vp); in vn_truncate()
1723 fp->f_cred); in vn_truncate()
1768 error = VOP_STAT(vp, sb, active_cred, fp->f_cred); in vn_statfile()
1800 error = mac_vnode_check_read(active_cred, fp->f_cred, in vn_ioctl()
1839 error = mac_vnode_check_poll(active_cred, fp->f_cred, vp); in vn_poll()
1845 error = VOP_POLL(vp, events, fp->f_cred, td); in vn_poll()
1919 error = vn_close1(vp, fp->f_flag, fp->f_cred, td, ref); in vn_closefile()
3783 error = mac_vnode_check_write(td->td_ucred, fp->f_cred, vp); in vn_fallocate()
3918 active_cred, active_cred, fp->f_cred); in vn_fspacectl()