/src/sys/modules/lfs/ |
Makefile | 12 SRCS= lfs_vfsops.c lfs_vnops.c lfs_subr.c lfs_alloc.c lfs_balloc.c \
|
/src/sys/rump/fs/lib/liblfs/ |
Makefile | 9 SRCS= lfs_alloc.c lfs_balloc.c lfs_bio.c lfs_cksum.c lfs_debug.c \
|
/src/sbin/fsck_lfs/ |
lfs_user.h | 94 int lfs_balloc(struct uvnode *, off_t, int, struct ubuf **);
|
lfs.c | 967 lfs_balloc(vp, lfs_dino_getsize(fs, ip->i_din), lfs_sb_getbsize(fs), &bp); 1030 lfs_balloc(struct uvnode *vp, off_t startoffset, int iosize, struct ubuf **bpp) function in typeref:typename:int 1214 panic("lfs_balloc: bread bno %lld",
|
/src/sys/ufs/lfs/ |
lfs_extern.h | 155 /* lfs_balloc.c */ 156 int lfs_balloc(struct vnode *, off_t, int, kauth_cred_t, int, struct buf **);
|
lfs_balloc.c | 1 /* $NetBSD: lfs_balloc.c,v 1.97 2025/10/20 04:20:37 perseant Exp $ */ 59 * @(#)lfs_balloc.c 8.4 (Berkeley) 5/8/95 63 __KERNEL_RCSID(0, "$NetBSD: lfs_balloc.c,v 1.97 2025/10/20 04:20:37 perseant Exp $"); 120 lfs_balloc(struct vnode *vp, off_t startoffset, int iosize, kauth_cred_t cred, function in typeref:typename:int 449 panic("lfs_balloc: bread bno %lld", 509 * state here than at the top of lfs_balloc?
|
lfs_inode.c | 210 /* VOP_BWRITE 1 + ULFS_NIADDR + lfs_balloc == 2 + 2*ULFS_NIADDR times */ 319 error = lfs_balloc(ovp, length - 1, 1, cred, 361 error = lfs_balloc(ovp, length - 1, 1, cred, aflags, &bp);
|
ulfs_readwrite.c | 473 error = lfs_balloc(vp, uio->uio_offset, xfersize, cred, flags,
|
ulfs_lookup.c | 797 if ((error = lfs_balloc(dvp, (off_t)ulr->ulr_offset, dirblksiz,
|
lfs_alloc.c | 141 if ((error = lfs_balloc(vp, ip->i_size, lfs_sb_getbsize(fs), cred, 0,
|
ulfs_vnops.c | 1244 error = lfs_balloc(vp, off, bsize, cred, flags, NULL); 1250 * increase file size now, lfs_balloc() requires that
|
ulfs_quota2.c | 315 error = lfs_balloc(vp, size, ump->umq2_bsize,
|
lfs_rfw.c | 250 if ((error = lfs_balloc(vp, (lbn << lfs_sb_getbshift(fs)),
|
lfs_vnops.c | 960 if ((error = lfs_balloc(tvp, (off_t)0, dirblksiz, cnp->cn_cred,
|
lfs_vfsops.c | 2568 if (lfs_balloc(ivp, i * lfs_sb_getbsize(fs),
|