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

  /src/sys/ufs/ext2fs/
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

Completed in 124 milliseconds