Home
last modified time | relevance | path

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

/linux/fs/ext2/
H A Dialloc.c323 if (sbi->s_debts[group] >= max_debt) in find_group_orlov()
530 if (sbi->s_debts[group] < 255) in ext2_new_inode()
531 sbi->s_debts[group]++; in ext2_new_inode()
534 if (sbi->s_debts[group]) in ext2_new_inode()
535 sbi->s_debts[group]--; in ext2_new_inode()
H A Dsuper.c167 kfree(sbi->s_debts); in ext2_put_super()
1096 sbi->s_debts = kcalloc(sbi->s_groups_count, sizeof(*sbi->s_debts), GFP_KERNEL); in ext2_fill_super()
1097 if (!sbi->s_debts) { in ext2_fill_super()
1214 kfree(sbi->s_debts); in ext2_fill_super()
H A Dext2.h98 u8 *s_debts; member