| /freebsd-14-stable/sys/kern/ |
| HD | kern_ctf.c | 108 0, UIO_SYSSPACE, IO_NODELOCKED, td->td_ucred, NOCRED, NULL, in link_elf_ctf_get() 130 hdr->e_shoff, UIO_SYSSPACE, IO_NODELOCKED, td->td_ucred, NOCRED, in link_elf_ctf_get() 153 UIO_SYSSPACE, IO_NODELOCKED, td->td_ucred, NOCRED, NULL, td)) != 0) in link_elf_ctf_get() 172 NOCRED, NULL, td)) != 0) in link_elf_ctf_get() 228 td->td_ucred, NOCRED, NULL, td)) != 0) in link_elf_ctf_get()
|
| HD | kern_vnodedumper.c | 182 IO_NODELOCKED, curthread->td_ucred, NOCRED, NULL, curthread); in vnode_dump() 208 UIO_SYSSPACE, IO_NODELOCKED, curthread->td_ucred, NOCRED, NULL, in vnode_write_headers()
|
| HD | link_elf_obj.c | 763 UIO_SYSSPACE, IO_NODELOCKED, td->td_ucred, NOCRED, in link_elf_load_file() 821 NOCRED, &resid, td); in link_elf_load_file() 911 UIO_SYSSPACE, IO_NODELOCKED, td->td_ucred, NOCRED, in link_elf_load_file() 925 UIO_SYSSPACE, IO_NODELOCKED, td->td_ucred, NOCRED, in link_elf_load_file() 944 UIO_SYSSPACE, IO_NODELOCKED, td->td_ucred, NOCRED, in link_elf_load_file() 1133 NOCRED, &resid, td); in link_elf_load_file() 1175 UIO_SYSSPACE, IO_NODELOCKED, td->td_ucred, NOCRED, in link_elf_load_file() 1196 UIO_SYSSPACE, IO_NODELOCKED, td->td_ucred, NOCRED, in link_elf_load_file()
|
| /freebsd-14-stable/usr.sbin/makefs/msdos/ |
| HD | msdosfs_lookup.c | 125 if ((error = bread((void *)pmp->pm_devvp, bn, blsize, NOCRED, in createde() 156 NOCRED, &bp); in createde() 211 if ((error = bread((void *)pmp->pm_devvp, bn, blsize, NOCRED, in m_readep() 271 NOCRED, &bp); in uniqdosname()
|
| HD | msdosfs_fat.c | 206 NOCRED, &bp); in pcbmap() 491 error = bread((void *)pmp->pm_devvp, bn, bsize, NOCRED, &bp); in fatentry() 574 error = bread((void *)pmp->pm_devvp, bn, bsize, NOCRED, &bp); in fatchain() 821 NOCRED, &bp); in freeclusterchain() 897 NOCRED, &bp); in fillinusemap()
|
| /freebsd-14-stable/sys/vm/ |
| HD | vm_pager.c | 466 bp->b_rcred = NOCRED; in pbuf_ctor() 467 bp->b_wcred = NOCRED; in pbuf_ctor() 485 if (bp->b_rcred != NOCRED) { in pbuf_dtor() 487 bp->b_rcred = NOCRED; in pbuf_dtor() 489 if (bp->b_wcred != NOCRED) { in pbuf_dtor() 491 bp->b_wcred = NOCRED; in pbuf_dtor() 512 bp->b_rcred = bp->b_wcred = NOCRED; in pbuf_init()
|
| /freebsd-14-stable/sys/fs/ext2fs/ |
| HD | ext2_balloc.c | 79 error = bread(vp, lbn, fs->e2fs_bsize, NOCRED, &bp); in ext2_ext_balloc() 141 error = bread(vp, lbn, fs->e2fs_bsize, NOCRED, &bp); in ext2_balloc() 217 indirs[i].in_lbn, (int)fs->e2fs_bsize, NOCRED, &bp); in ext2_balloc() 307 (int)fs->e2fs_bsize, NOCRED, in ext2_balloc() 310 error = bread(vp, lbn, (int)fs->e2fs_bsize, NOCRED, &nbp); in ext2_balloc()
|
| HD | ext2_extattr.c | 206 (int)fs->e2fs_bsize, NOCRED, &bp)) != 0) { in ext2_extattr_inode_list() 279 fs->e2fs_bsize, NOCRED, &bp); in ext2_extattr_block_list() 347 (int)fs->e2fs_bsize, NOCRED, &bp)) != 0) { in ext2_extattr_inode_get() 421 fs->e2fs_bsize, NOCRED, &bp); in ext2_extattr_block_get() 552 (int)fs->e2fs_bsize, NOCRED, &bp)) != 0) { in ext2_extattr_inode_delete() 683 fs->e2fs_bsize, NOCRED, &bp); in ext2_extattr_block_delete() 918 (int)fs->e2fs_bsize, NOCRED, &bp)) != 0) { in ext2_extattr_inode_set() 1079 fs->e2fs_bsize, NOCRED, &bp); in ext2_extattr_block_set() 1226 fs->e2fs_bsize, NOCRED, &bp); in ext2_extattr_free()
|
| HD | ext2_alloc.c | 120 if (cred == NOCRED) in ext2_alloc() 268 if (bread(vp, idp->in_lbn, (int)fs->e2fs_bsize, NOCRED, &sbp)) { in ext2_reallocblks() 287 if (bread(vp, idp->in_lbn, (int)fs->e2fs_bsize, NOCRED, &ebp)) in ext2_reallocblks() 1019 (int)fs->e2fs_bsize, NOCRED, &bp); in ext2_alloccg() 1171 (int)fs->e2fs_bsize, NOCRED, &bp); in ext2_clusteralloc() 1328 (int)fs->e2fs_bsize, NOCRED, &bp); in ext2_nodealloccg() 1439 (int)fs->e2fs_bsize, NOCRED, &bp); in ext2_blkfree() 1485 (int)fs->e2fs_bsize, NOCRED, &bp); in ext2_vfree()
|
| HD | ext2_vfsops.c | 655 fs->e2fs_bsize, NOCRED, &bp); in ext2_compute_sb_data() 762 if ((error = bread(devvp, SBLOCK, SBLOCKBLKSIZE, NOCRED, &bp)) != 0) in ext2_reload() 809 (int)fs->e2fs_bsize, NOCRED, &bp); in ext2_reload() 882 if ((error = bread(devvp, SBLOCK, SBLOCKBLKSIZE, NOCRED, &bp)) != 0) in ext2_mountfs() 1241 (int)fs->e2fs_bsize, NOCRED, &bp)) != 0) { in ext2_vget() 1379 error = bread(mp->um_devvp, SBLOCK, SBLOCKBLKSIZE, NOCRED, &bp); in ext2_sbupdate()
|
| HD | ext2_subr.c | 79 if ((error = bread(vp, lbn, bsize, NOCRED, &bp)) != 0) { in ext2_blkatoff()
|
| HD | ext2_vnops.c | 1083 tcnp->cn_cred, NOCRED, NULL, NULL); in ext2_rename() 1117 NOCRED, NULL, NULL); in ext2_rename() 1404 IO_NODELOCKED | IO_SYNC | IO_NOMACCHECK, cnp->cn_cred, NOCRED, in ext2_mkdir() 1537 ap->a_cnp->cn_cred, NOCRED, NULL, NULL); in ext2_symlink() 2084 error = bread(vp, lbn, size, NOCRED, &bp); in ext2_read() 2087 NOCRED, blkoffset + uio->uio_resid, seqcount, in ext2_read() 2093 size, &nextlbn, &nextsize, 1, NOCRED, &bp); in ext2_read() 2095 error = bread(vp, lbn, size, NOCRED, &bp); in ext2_read()
|
| /freebsd-14-stable/sys/fs/msdosfs/ |
| HD | msdosfs_lookup.c | 258 error = bread(pmp->pm_devvp, bn, blsize, NOCRED, &bp); in msdosfs_lookup_ino() 661 (void)detrunc(ddep, ddep->de_FileSize, 0, NOCRED); in createde() 683 if ((error = bread(pmp->pm_devvp, bn, blsize, NOCRED, &bp)) != 0) { in createde() 717 NOCRED, &bp); in createde() 783 error = bread(pmp->pm_devvp, bn, blsize, NOCRED, &bp); in dosdirempty() 872 pmp->pm_bpcluster, NOCRED, &bp); in doscheckpath() 939 if ((error = bread(pmp->pm_devvp, bn, blsize, NOCRED, bpp)) != 0) { in readep() 996 error = bread(pmp->pm_devvp, bn, blsize, NOCRED, &bp); in removede() 1073 error = bread(pmp->pm_devvp, bn, blsize, NOCRED, &bp); in uniqdosname()
|
| HD | msdosfs_fat.c | 207 error = bread(pmp->pm_devvp, bn, bsize, NOCRED, &bp); in pcbmap() 512 error = bread(pmp->pm_devvp, bn, bsize, NOCRED, &bp); in fatentry() 594 error = bread(pmp->pm_devvp, bn, bsize, NOCRED, &bp); in fatchain() 848 error = bread(pmp->pm_devvp, bn, bsize, NOCRED, &bp); in freeclusterchain() 930 error = bread(pmp->pm_devvp, bn, bsize, NOCRED, &bp); in fillinusemap() 1163 error = bread(pmp->pm_devvp, bn, bsize, NOCRED, &bp); in markvoldirty_upgrade()
|
| HD | msdosfs_denode.c | 432 NOCRED, &bp); in detrunc() 551 NOCRED, &bp); in deextend() 665 error = detrunc(dep, (u_long) 0, 0, NOCRED); in msdosfs_inactive()
|
| HD | msdosfs_vnops.c | 576 error = bread(pmp->pm_devvp, lbn, blsize, NOCRED, &bp); in msdosfs_read() 578 error = bread(vp, lbn, blsize, NOCRED, &bp); in msdosfs_read() 581 NOCRED, on + uio->uio_resid, seqcount, 0, &bp); in msdosfs_read() 585 blsize, &rablock, &rasize, 1, NOCRED, &bp); in msdosfs_read() 587 error = bread(vp, lbn, blsize, NOCRED, &bp); in msdosfs_read() 817 detrunc(dep, osize, ioflag & IO_SYNC, NOCRED); in msdosfs_write() 821 detrunc(dep, dep->de_FileSize, ioflag & IO_SYNC, NOCRED); in msdosfs_write() 1243 NOCRED, &bp); in msdosfs_rename() 1632 error = bread(pmp->pm_devvp, bn, blsize, NOCRED, &bp); in msdosfs_readdir()
|
| /freebsd-14-stable/sys/ufs/ffs/ |
| HD | ffs_balloc.c | 175 error = bread(vp, lbn, fs->fs_bsize, NOCRED, in ffs_balloc_ufs1() 200 error = bread(vp, lbn, osize, NOCRED, &bp); in ffs_balloc_ufs1() 302 indirs[i].in_lbn, (int)fs->fs_bsize, NOCRED, &bp); in ffs_balloc_ufs1() 471 (int)fs->fs_bsize, NOCRED, in ffs_balloc_ufs1() 474 error = bread_gb(vp, lbn, (int)fs->fs_bsize, NOCRED, in ffs_balloc_ufs1() 537 (int)fs->fs_bsize, NOCRED, &bp); in ffs_balloc_ufs1() 689 error = bread_gb(vp, -1 - lbn, fs->fs_bsize, NOCRED, in ffs_balloc_ufs2() 705 error = bread_gb(vp, -1 - lbn, osize, NOCRED, in ffs_balloc_ufs2() 794 error = bread_gb(vp, lbn, fs->fs_bsize, NOCRED, in ffs_balloc_ufs2() 819 error = bread_gb(vp, lbn, osize, NOCRED, in ffs_balloc_ufs2() [all …]
|
| HD | ffs_inode.c | 150 (int) fs->fs_bsize, NULL, NULL, 0, NOCRED, flags, NULL, &bp); in ffs_update() 311 (void) chkdq(ip, -extblocks, NOCRED, FORCE); in ffs_truncate() 679 (void) chkdq(ip, -blocksreleased, NOCRED, FORCE); in ffs_truncate() 742 NOCRED, 0, NULL, &bp); in ffs_indirtrunc()
|
| HD | ffs_vnops.c | 745 error = bread_gb(vp, lbn, size, NOCRED, bflag, &bp); in ffs_read() 755 size, NOCRED, blkoffset + uio->uio_resid, in ffs_read() 768 &nextsize, 1, NOCRED, bflag, NULL, &bp); in ffs_read() 775 error = bread_gb(vp, lbn, size, NOCRED, bflag, &bp); in ffs_read() 1128 error = bread(vp, -1 - lbn, size, NOCRED, &bp); in ffs_extread() 1140 size, &nextlbn, &nextsize, 1, NOCRED, &bp); in ffs_extread() 1476 if (cred == NOCRED) in ffs_close_ea()
|
| /freebsd-14-stable/sys/ufs/ufs/ |
| HD | ufs_inode.c | 165 error = UFS_TRUNCATE(vp, (off_t)0, IO_EXT | IO_NORMAL, NOCRED); in ufs_inactive() 170 (void)chkiq(ip, -1, NOCRED, FORCE); in ufs_inactive()
|
| /freebsd-14-stable/sys/fs/fuse/ |
| HD | fuse_io.c | 176 err = bread(vp, lbn, bcount, NOCRED, &bp); in fuse_read_biobackend() 182 err = cluster_read(vp, filesize, lbn, bcount, NOCRED, in fuse_read_biobackend() 187 NOCRED, &bp); in fuse_read_biobackend() 190 err = bread(vp, lbn, bcount, NOCRED, &bp); in fuse_read_biobackend() 617 if (bp->b_wcred == NOCRED) in fuse_write_biobackend()
|
| /freebsd-14-stable/usr.sbin/makefs/ |
| HD | msdos.h | 35 #define NOCRED NULL macro
|
| /freebsd-14-stable/sys/fs/cd9660/ |
| HD | cd9660_vnops.c | 310 lbn, size, NOCRED, uio->uio_resid, in cd9660_read() 313 error = bread(vp, lbn, size, NOCRED, &bp); in cd9660_read() 319 &rasize, 1, NOCRED, &bp); in cd9660_read() 321 error = bread(vp, lbn, size, NOCRED, &bp); in cd9660_read() 647 imp->logical_block_size, NOCRED, &bp); in cd9660_readlink()
|
| /freebsd-14-stable/sys/fs/udf/ |
| HD | udf.h | 93 bread(devvp, sector << (udfmp->bshift - DEV_BSHIFT), size, NOCRED, bp)
|
| /freebsd-14-stable/sys/security/mac/ |
| HD | mac_vfs.c | 298 VOP_CLOSEEXTATTR(vp, 0, NOCRED, curthread); in mac_vnode_create_extattr() 302 error = VOP_CLOSEEXTATTR(vp, 1, NOCRED, curthread); in mac_vnode_create_extattr() 331 VOP_CLOSEEXTATTR(vp, 0, NOCRED, curthread); in mac_vnode_setlabel_extattr() 335 error = VOP_CLOSEEXTATTR(vp, 1, NOCRED, curthread); in mac_vnode_setlabel_extattr()
|