Searched refs:ext2_clusteracct (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/fs/ext2fs/ |
| HD | ext2_extern.h | 59 void ext2_clusteracct(struct m_ext2fs *, char *, int, daddr_t, int);
|
| HD | ext2_subr.c | 135 ext2_clusteracct(struct m_ext2fs *fs, char *bbp, int cg, daddr_t bno, int cnt) in ext2_clusteracct() function
|
| HD | ext2_alloc.c | 759 ext2_clusteracct(fs, bbp, cg, bno, -1); in ext2_alloccg() 859 ext2_clusteracct(fs, bbp, cg, bno + i, -1); in ext2_clusteralloc() 989 ext2_clusteracct(fs, bbp, cg, bno, 1); in ext2_blkfree()
|