HomeSort by: relevance | last modified time | path
    Searched refs:ext2fs_balloc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/modules/ext2fs/
Makefile 8 SRCS= ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c ext2fs_bswap.c \
  /src/sys/rump/fs/lib/libext2fs/
Makefile 9 SRCS= ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c ext2fs_bswap.c \
  /src/sys/ufs/ext2fs/
ext2fs_extern.h 105 /* ext2fs_balloc.c */
106 int ext2fs_balloc(struct inode *, daddr_t, int, kauth_cred_t,
ext2fs_balloc.c 1 /* $NetBSD: ext2fs_balloc.c,v 1.43 2020/09/05 16:30:13 riastradh Exp $ */
63 __KERNEL_RCSID(0, "$NetBSD: ext2fs_balloc.c,v 1.43 2020/09/05 16:30:13 riastradh Exp $");
95 ext2fs_balloc(struct inode *ip, daddr_t bn, int size, function in typeref:typename:int
110 UVMHIST_FUNC("ext2fs_balloc"); UVMHIST_CALLED(ubchist);
373 error = ext2fs_balloc(ip, ext2_lblkno(fs, off), bsize, cred,
381 * increase file size now, ext2fs_balloc() requires that
ext2fs_readwrite.c 402 error = ext2fs_balloc(ip, lbn, blkoffset + xfersize, cred, &bp,

Completed in 37 milliseconds