Home
last modified time | relevance | path

Searched refs:VOP_GETATTR (Results 1 – 25 of 28) sorted by relevance

12

/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec.c192 error = VOP_GETATTR(fsrootvp, &va, td->td_ucred); in mac_veriexec_vfs_mounted()
357 error = VOP_GETATTR(vp, &va, cred); in mac_veriexec_kld_check_load()
490 error = VOP_GETATTR(vp, &va, cred); in mac_veriexec_check_vp()
685 error = VOP_GETATTR(fp->f_vnode, &va, td->td_ucred); in mac_veriexec_syscall()
H A Dveriexec_metadata.c478 error = VOP_GETATTR(proc_vn, &vap, cred); in mac_veriexec_metadata_get_executable_flags()
/f-stack/freebsd/kern/
H A Dvfs_default.c364 error = VOP_GETATTR(vp, &va, td->td_ucred); in dirent_exists()
438 error = VOP_GETATTR(vp, &vattr, curthread->td_ucred); in vop_stdadvlock()
459 error = VOP_GETATTR(vp, &vattr, curthread->td_ucred); in vop_stdadvlockasync()
847 error = VOP_GETATTR(vp, &va, cred); in vop_stdvptocnp()
972 error = VOP_GETATTR(vp, vap, td->td_ucred); in vop_stdallocate()
1290 error = VOP_GETATTR(vp, &va, ap->a_cred); in vop_stdioctl()
1513 error = VOP_GETATTR(vp, vap, a->a_active_cred); in vop_stdstat()
H A Dimgact_shell.c130 error = VOP_GETATTR(imgp->vp, &vattr, imgp->proc->p_ucred); in exec_shell_imgact()
H A Dkern_sendfile.c606 error = VOP_GETATTR(vp, &va, td->td_ucred); in sendfile_getobj()
876 error = VOP_GETATTR(vp, &va, td->td_ucred); in vn_sendfile()
H A Dvfs_vnops.c1635 error = VOP_GETATTR(vp, &vattr, active_cred); in vn_ioctl()
2366 error = VOP_GETATTR(vp, &va, cred); in vn_bmap_seekhole()
2428 error = VOP_GETATTR(vp, &vattr, cred); in vn_seek()
2562 error = VOP_GETATTR(vp, &va, curthread->td_ucred); in vn_fill_kinfo_vnode()
3093 error = VOP_GETATTR(outvp, &va, outcred); in vn_generic_copy_file_range()
H A Dkern_linker.c1812 VOP_GETATTR(nd.ni_vp, vap, td->td_ucred); in linker_lookup_file()
1864 error = VOP_GETATTR(nd.ni_vp, &vattr, cred); in linker_hints_lookup()
H A Dsys_process.c423 if (VOP_GETATTR(vp, &vattr, td->td_ucred) == 0) { in ptrace_vm_entry()
H A Dkern_exec.c1750 error = VOP_GETATTR(vp, attr, td->td_ucred); in exec_check_permissions()
H A Dvfs_syscalls.c1529 error = VOP_GETATTR(vp, &va, cred); in can_hardlink()
3135 if (numtimes < 3 && !VOP_GETATTR(vp, &vattr, td->td_ucred) && in setutimes()
4219 error = VOP_GETATTR(vp, &vattr, td->td_ucred); in sys_revoke()
H A Dkern_proc.c2398 if (VOP_GETATTR(vp, &va, cred) == 0) { in sysctl_kern_proc_ovmmap()
2607 if (VOP_GETATTR(vp, &va, cred) == 0) { in kern_proc_vmmap_out()
H A Dkern_sig.c3540 error = VOP_GETATTR(vp, &vattr, td->td_ucred); in corefile_open_last()
3779 if (vp->v_type != VREG || VOP_GETATTR(vp, &vattr, cred) != 0 || in coredump()
H A Dvfs_mount.c933 error = VOP_GETATTR(vp, &va, td->td_ucred); in vfs_domount_first()
/f-stack/freebsd/security/mac_veriexec_parser/
H A Dmac_veriexec_parser.c273 rc = VOP_GETATTR(nid.ni_vp, &va, curthread->td_ucred); in read_manifest()
356 rc = VOP_GETATTR(nid.ni_vp, &va, curthread->td_ucred); in parse_entry()
/f-stack/lib/include/sys/
H A Dvnode.h130 VOP_GETATTR(struct vnode *vp, struct vattr *vap, struct ucred *cred) in VOP_GETATTR() function
/f-stack/freebsd/security/audit/
H A Daudit_worker.c504 if (VOP_GETATTR(vp, &vattr, cred) != 0) in audit_rotate_vnode()
H A Daudit_arg.c876 error = VOP_GETATTR(vp, &vattr, curthread->td_ucred); in audit_arg_vnode()
/f-stack/freebsd/security/mac_bsdextended/
H A Dmac_bsdextended.c462 error = VOP_GETATTR(vp, &vap, cred); in ugidfw_check_vp()
/f-stack/freebsd/sys/
H A Dvnode.h960 error = VOP_GETATTR((ap)->a_vp, &va, (ap)->a_cred); \
/f-stack/freebsd/vm/
H A Dvm_mmap.c1326 if ((error = VOP_GETATTR(vp, &va, cred))) in vm_mmap_vnode()
H A Dvnode_pager.c166 if (VOP_GETATTR(vp, &va, td->td_ucred)) in vnode_create_vobject()
H A Dvm_object.c2599 if (VOP_GETATTR(vp, &va, curthread->td_ucred) == 0) { in sysctl_vm_object_list()
H A Dswap_pager.c2333 (error = VOP_GETATTR(vp, &attr, td->td_ucred)) == 0) { in sys_swapon()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c1354 if (VOP_GETATTR(mvp, &vattr, cr)) { in zfs_mount()
/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c561 if (vp != NULL && VOP_GETATTR(vp, &va, curthread->td_ucred) == 0) { in maybe_demote()

12