Home
last modified time | relevance | path

Searched refs:s_debts (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/ext2/
Dialloc.c334 if (sbi->s_debts[group] >= max_debt) in find_group_orlov()
535 if (sbi->s_debts[group] < 255) in ext2_new_inode()
536 sbi->s_debts[group]++; in ext2_new_inode()
539 if (sbi->s_debts[group]) in ext2_new_inode()
540 sbi->s_debts[group]--; in ext2_new_inode()
Dsuper.c148 kfree(sbi->s_debts); in ext2_put_super()
1054 sbi->s_debts = kcalloc(sbi->s_groups_count, sizeof(*sbi->s_debts), GFP_KERNEL); in ext2_fill_super()
1055 if (!sbi->s_debts) { in ext2_fill_super()
1160 kfree(sbi->s_debts); in ext2_fill_super()
Dext2.h96 u8 *s_debts; member