Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ext4/
Dmballoc.c4245 unsigned int inquota = 0; in ext4_mb_new_blocks() local
4293 inquota = ar->len; in ext4_mb_new_blocks()
4366 if (inquota && ar->len < inquota) in ext4_mb_new_blocks()
4367 dquot_free_block(ar->inode, EXT4_C2B(sbi, inquota - ar->len)); in ext4_mb_new_blocks()