Home
last modified time | relevance | path

Searched refs:ext2fs_blkfree (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/ufs/ext2fs/
H A Dext2fs_inode.c361 ext2fs_blkfree(oip, bn); in ext2fs_truncate()
377 ext2fs_blkfree(oip, bn); in ext2fs_truncate()
502 ext2fs_blkfree(ip, nb); in ext2fs_indirtrunc()
H A Dext2fs_extern.h65 void ext2fs_blkfree(struct inode *, u_int32_t);
H A Dext2fs_balloc.c248 ext2fs_blkfree(ip, *blkp); in ext2fs_buf_alloc()
H A Dext2fs_alloc.c460 ext2fs_blkfree(struct inode *ip, u_int32_t bno) in ext2fs_blkfree() function