Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ext2/
Dialloc.c336 if (sbi->s_debts[group] >= max_debt) in find_group_orlov()
537 if (sbi->s_debts[group] < 255) in ext2_new_inode()
538 sbi->s_debts[group]++; in ext2_new_inode()
541 if (sbi->s_debts[group]) in ext2_new_inode()
542 sbi->s_debts[group]--; in ext2_new_inode()
Dsuper.c150 kfree(sbi->s_debts); in ext2_put_super()
1015 sbi->s_debts = kcalloc(sbi->s_groups_count, sizeof(*sbi->s_debts), GFP_KERNEL); in ext2_fill_super()
1016 if (!sbi->s_debts) { in ext2_fill_super()
1120 kfree(sbi->s_debts); in ext2_fill_super()
Dext2.h96 u8 *s_debts; member