HomeSort by: relevance | last modified time | path
    Searched defs:lfs_balloc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
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?
  /src/sbin/fsck_lfs/
lfs.c 961 lfs_balloc(vp, lfs_dino_getsize(fs, ip->i_din), lfs_sb_getbsize(fs), &bp);
1024 lfs_balloc(struct uvnode *vp, off_t startoffset, int iosize, struct ubuf **bpp) function in typeref:typename:int
1208 panic("lfs_balloc: bread bno %lld",

Completed in 13 milliseconds