/src/usr.sbin/makefs/ffs/ |
ffs_balloc.c | 1 /* $NetBSD: ffs_balloc.c,v 1.23 2023/03/13 22:17:24 christos Exp $ */ 2 /* From NetBSD: ffs_balloc.c,v 1.25 2001/08/08 08:36:36 lukem Exp */ 32 * @(#)ffs_balloc.c 8.8 (Berkeley) 6/16/95 41 __RCSID("$NetBSD: ffs_balloc.c,v 1.23 2023/03/13 22:17:24 christos Exp $"); 75 ffs_balloc(struct inode *ip, off_t offset, int bufsize, struct buf **bpp) function in typeref:typename:int 215 warnx("ffs_balloc: ufs_getlbns returned indirect block"); 461 warnx("ffs_balloc: ufs_getlbns returned indirect block");
|
ffs_balloc.c | 1 /* $NetBSD: ffs_balloc.c,v 1.23 2023/03/13 22:17:24 christos Exp $ */ 2 /* From NetBSD: ffs_balloc.c,v 1.25 2001/08/08 08:36:36 lukem Exp */ 32 * @(#)ffs_balloc.c 8.8 (Berkeley) 6/16/95 41 __RCSID("$NetBSD: ffs_balloc.c,v 1.23 2023/03/13 22:17:24 christos Exp $"); 75 ffs_balloc(struct inode *ip, off_t offset, int bufsize, struct buf **bpp) function in typeref:typename:int 215 warnx("ffs_balloc: ufs_getlbns returned indirect block"); 461 warnx("ffs_balloc: ufs_getlbns returned indirect block");
|
ffs_balloc.c | 1 /* $NetBSD: ffs_balloc.c,v 1.23 2023/03/13 22:17:24 christos Exp $ */ 2 /* From NetBSD: ffs_balloc.c,v 1.25 2001/08/08 08:36:36 lukem Exp */ 32 * @(#)ffs_balloc.c 8.8 (Berkeley) 6/16/95 41 __RCSID("$NetBSD: ffs_balloc.c,v 1.23 2023/03/13 22:17:24 christos Exp $"); 75 ffs_balloc(struct inode *ip, off_t offset, int bufsize, struct buf **bpp) function in typeref:typename:int 215 warnx("ffs_balloc: ufs_getlbns returned indirect block"); 461 warnx("ffs_balloc: ufs_getlbns returned indirect block");
|
/src/sys/ufs/ffs/ |
ffs_balloc.c | 1 /* $NetBSD: ffs_balloc.c,v 1.66 2022/11/17 06:40:40 chs Exp $ */ 40 * @(#)ffs_balloc.c 8.8 (Berkeley) 6/16/95 44 __KERNEL_RCSID(0, "$NetBSD: ffs_balloc.c,v 1.66 2022/11/17 06:40:40 chs Exp $"); 93 ffs_balloc(struct vnode *vp, off_t off, int size, kauth_cred_t cred, int flags, function in typeref:typename:int 126 UVMHIST_FUNC("ffs_balloc"); UVMHIST_CALLED(ubchist); 131 panic("ffs_balloc: blk too big"); 544 UVMHIST_FUNC("ffs_balloc"); UVMHIST_CALLED(ubchist); 551 panic("ffs_balloc: blk too big");
|
ffs_balloc.c | 1 /* $NetBSD: ffs_balloc.c,v 1.66 2022/11/17 06:40:40 chs Exp $ */ 40 * @(#)ffs_balloc.c 8.8 (Berkeley) 6/16/95 44 __KERNEL_RCSID(0, "$NetBSD: ffs_balloc.c,v 1.66 2022/11/17 06:40:40 chs Exp $"); 93 ffs_balloc(struct vnode *vp, off_t off, int size, kauth_cred_t cred, int flags, function in typeref:typename:int 126 UVMHIST_FUNC("ffs_balloc"); UVMHIST_CALLED(ubchist); 131 panic("ffs_balloc: blk too big"); 544 UVMHIST_FUNC("ffs_balloc"); UVMHIST_CALLED(ubchist); 551 panic("ffs_balloc: blk too big");
|
ffs_balloc.c | 1 /* $NetBSD: ffs_balloc.c,v 1.66 2022/11/17 06:40:40 chs Exp $ */ 40 * @(#)ffs_balloc.c 8.8 (Berkeley) 6/16/95 44 __KERNEL_RCSID(0, "$NetBSD: ffs_balloc.c,v 1.66 2022/11/17 06:40:40 chs Exp $"); 93 ffs_balloc(struct vnode *vp, off_t off, int size, kauth_cred_t cred, int flags, function in typeref:typename:int 126 UVMHIST_FUNC("ffs_balloc"); UVMHIST_CALLED(ubchist); 131 panic("ffs_balloc: blk too big"); 544 UVMHIST_FUNC("ffs_balloc"); UVMHIST_CALLED(ubchist); 551 panic("ffs_balloc: blk too big");
|