Searched refs:inode_nbytes (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Drw_bitmaps.c58 int block_nbytes, inode_nbytes; local
73 inode_nbytes = block_nbytes = 0;
85 inode_nbytes = (size_t)
135 memcpy(inode_buf, inode_bitmap, inode_nbytes);
142 inode_nbytes);
150 inode_bitmap += inode_nbytes;
171 int inode_nbytes = (int) EXT2_INODES_PER_GROUP(fs->super) / 8; local
211 -(inode_nbytes * fs->group_desc_count),
257 -inode_nbytes, inode_bitmap);
265 ext2fs_swap_bitmap(fs, inode_bitmap, inode_nbytes);
[all...]

Completed in 31 milliseconds