Searched refs:ext2_clusteracct (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/fs/ext2fs/ |
| D | ext2_subr.c | 103 ext2_clusteracct(struct m_ext2fs *fs, char *bbp, int cg, e4fs_daddr_t bno, int cnt) in ext2_clusteracct() function
|
| D | ext2_extern.h | 68 void ext2_clusteracct(struct m_ext2fs *, char *, int, e4fs_daddr_t, int);
|
| D | ext2_alloc.c | 1126 ext2_clusteracct(fs, bbp, cg, bno, -1); in ext2_alloccg() 1233 ext2_clusteracct(fs, bbp, cg, bno + i, -1); in ext2_clusteralloc() 1441 ext2_clusteracct(fs, bbp, cg, bno, 1); in ext2_blkfree()
|