| /f-stack/freebsd/contrib/device-tree/Bindings/net/ieee802154/ |
| H A D | cc2520.txt | 14 - vreg-gpio: GPIO spec for the VREG pin
|
| /f-stack/lib/include/sys/ |
| H A D | vnode.h | 38 VNON, VREG, VDIR, VBLK, VCHR, enumerator
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_vnops.c | 158 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 D | kern_acct.c | 236 if (nd.ni_vp->v_type != VREG) { in sys_acct()
|
| H A D | vfs_cluster.c | 665 if (vp->v_type == VREG) { in cluster_write() 758 if ((vp->v_type == VREG) && in cluster_write()
|
| H A D | uipc_sem.c | 214 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 D | vfs_default.c | 1289 if (vp->v_type == VREG) in vop_stdioctl() 1532 case VREG: in vop_stdstat()
|
| H A D | uipc_mqueue.c | 806 (*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 D | uipc_shm.c | 927 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 D | kern_linker.c | 1815 if (type == VREG) in linker_lookup_file() 1861 if (nd.ni_vp->v_type != VREG) in linker_hints_lookup()
|
| H A D | kern_ktrace.c | 958 if (vp->v_type != VREG) { in sys_ktrace()
|
| H A D | kern_sendfile.c | 586 if (vp->v_type != VREG) { in sendfile_getobj()
|
| H A D | kern_exec.c | 1770 (attr->va_type != VREG)) in exec_check_permissions()
|
| H A D | vfs_subr.c | 158 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 D | link_elf.c | 985 if (nd.ni_vp->v_type != VREG) { in link_elf_load_file()
|
| H A D | link_elf_obj.c | 683 if (nd->ni_vp->v_type != VREG) { in link_elf_load_file()
|
| H A D | kern_descrip.c | 780 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 D | zfs_dir.c | 393 ASSERT((ZTOV(xzp)->v_type == VREG) || in zfs_purgedir() 963 (ZTOV(zp)->v_type == VREG && in zfs_sticky_remove_access()
|
| H A D | zfs_vnops_os.c | 235 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 D | zfs_znode.c | 503 case VREG: in zfs_znode_alloc()
|
| /f-stack/freebsd/security/mac_bsdextended/ |
| H A D | mac_bsdextended.c | 351 case VREG: in ugidfw_rulecheck()
|
| /f-stack/freebsd/sys/ |
| H A D | vnode.h | 59 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 D | audit_syscalls.c | 822 if (vp->v_type != VREG) { in sys_auditctl()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_mmap.c | 1299 if (vp->v_type == VREG) { in vm_mmap_vnode()
|
| H A D | vm_pageout.c | 632 if (vp->v_type == VREG && in vm_pageout_clean()
|