Lines Matching refs:inuse
19 int inuse, int isdir)
30 if (inuse > 0)
34 fs->group_desc[group].bg_free_inodes_count -= inuse;
36 fs->group_desc[group].bg_used_dirs_count += inuse;
38 /* We don't strictly need to be clearing the uninit flag if inuse < 0
54 fs->super->s_free_inodes_count -= inuse;
59 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse)
61 ext2fs_inode_alloc_stats2(fs, ino, inuse, 0);
64 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse)
75 if (inuse > 0)
79 fs->group_desc[group].bg_free_blocks_count -= inuse;
83 fs->super->s_free_blocks_count -= inuse;
87 (fs->block_alloc_stats)(fs, (blk64_t) blk, inuse);
93 int inuse),
96 int inuse))