Home
last modified time | relevance | path

Searched refs:VREG (Results 1 – 25 of 31) sorted by relevance

12

/f-stack/freebsd/contrib/device-tree/Bindings/net/ieee802154/
H A Dcc2520.txt14 - vreg-gpio: GPIO spec for the VREG pin
/f-stack/lib/include/sys/
H A Dvnode.h38 VNON, VREG, VDIR, VBLK, VCHR, enumerator
/f-stack/freebsd/kern/
H A Dvfs_vnops.c158 return (uio->uio_segflg == UIO_USERSPACE && vp->v_type == VREG && in do_vn_io_fault()
254 vap->va_type = VREG; in vn_open_cred()
685 if (rw != UIO_READ && vp->v_type == VREG) in vn_rdwr_inchunks()
853 if (fp->f_advice == NULL || fp->f_vnode->v_type != VREG) in get_advice()
1061 if (vp->v_type == VREG) in vn_write()
1064 if (vp->v_type == VREG && (fp->f_flag & O_APPEND)) in vn_write()
1631 case VREG: in vn_ioctl()
2294 if (vp->v_type != VREG || td == NULL) in vn_rlimit_fsize()
2362 if (vp->v_type != VREG) { in vn_bmap_seekhole()
2827 invp->v_type != VREG || outvp->v_type != VREG) in vn_copy_file_range()
[all …]
H A Dkern_acct.c236 if (nd.ni_vp->v_type != VREG) { in sys_acct()
H A Dvfs_cluster.c665 if (vp->v_type == VREG) { in cluster_write()
758 if ((vp->v_type == VREG) && in cluster_write()
H A Duipc_sem.c214 error = vaccess(VREG, ks->ks_mode, ks->ks_uid, ks->ks_gid, VADMIN, in ksem_chmod()
364 error = vaccess(VREG, ks->ks_mode, ks->ks_uid, ks->ks_gid, in ksem_access()
H A Dvfs_default.c1289 if (vp->v_type == VREG) in vop_stdioctl()
1532 case VREG: in vop_stdstat()
H A Duipc_mqueue.c806 (*vpp)->v_type = VREG; in mqfs_allocv()
1348 if (vp->v_type != VREG) in mqfs_read()
2093 error = vaccess(VREG, pn->mn_mode, pn->mn_uid, in kern_kmq_open()
2571 error = vaccess(VREG, pn->mn_mode, pn->mn_uid, pn->mn_gid, VADMIN, in mqf_chmod()
H A Duipc_shm.c927 error = vaccess(VREG, shmfd->shm_mode, shmfd->shm_uid, shmfd->shm_gid, in shm_access()
1636 error = vaccess(VREG, shmfd->shm_mode, shmfd->shm_uid, shmfd->shm_gid, in shm_chmod()
H A Dkern_linker.c1815 if (type == VREG) in linker_lookup_file()
1861 if (nd.ni_vp->v_type != VREG) in linker_hints_lookup()
H A Dkern_ktrace.c958 if (vp->v_type != VREG) { in sys_ktrace()
H A Dkern_sendfile.c586 if (vp->v_type != VREG) { in sendfile_getobj()
H A Dkern_exec.c1770 (attr->va_type != VREG)) in exec_check_permissions()
H A Dvfs_subr.c158 VREG, VNON, VLNK, VNON, VSOCK, VNON, VNON, VNON enumerator
3766 (vp->v_writecount <= 0 || vp->v_type != VREG)) { in vflush()
4645 case VREG: in sysctl_vnode()
H A Dlink_elf.c985 if (nd.ni_vp->v_type != VREG) { in link_elf_load_file()
H A Dlink_elf_obj.c683 if (nd->ni_vp->v_type != VREG) { in link_elf_load_file()
H A Dkern_descrip.c780 if (vp->v_type != VREG) { in kern_fcntl()
4636 { VREG, KF_VTYPE_VREG }, in vntype_to_kinfo()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_dir.c393 ASSERT((ZTOV(xzp)->v_type == VREG) || in zfs_purgedir()
963 (ZTOV(zp)->v_type == VREG && in zfs_sticky_remove_access()
H A Dzfs_vnops_os.c235 ZTOV(zp)->v_type == VREG && in zfs_open()
266 ZTOV(zp)->v_type == VREG && in zfs_close()
1102 (vap->va_type != VREG)) { in zfs_create()
2114 vp->v_type == VREG) { in zfs_getattr()
2250 if (mask & AT_SIZE && vp->v_type != VREG && vp->v_type != VFIFO) { in zfs_setattr()
2484 if ((vp->v_type != VREG && in zfs_setattr()
2853 ASSERT(vp->v_type == VREG); in zfs_setattr()
H A Dzfs_znode.c503 case VREG: in zfs_znode_alloc()
/f-stack/freebsd/security/mac_bsdextended/
H A Dmac_bsdextended.c351 case VREG: in ugidfw_rulecheck()
/f-stack/freebsd/sys/
H A Dvnode.h59 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD, enumerator
597 if (vp && (vp->v_type == VREG || (vmiodirenable && vp->v_type == VDIR))) in vn_canvmio()
/f-stack/freebsd/security/audit/
H A Daudit_syscalls.c822 if (vp->v_type != VREG) { in sys_auditctl()
/f-stack/freebsd/vm/
H A Dvm_mmap.c1299 if (vp->v_type == VREG) { in vm_mmap_vnode()
H A Dvm_pageout.c632 if (vp->v_type == VREG && in vm_pageout_clean()

12