Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dmballoc.c5090 unsigned int inquota = 0; in ext4_mb_new_blocks() local
5137 inquota = ar->len; in ext4_mb_new_blocks()
5216 if (inquota && ar->len < inquota) in ext4_mb_new_blocks()
5217 dquot_free_block(ar->inode, EXT4_C2B(sbi, inquota - ar->len)); in ext4_mb_new_blocks()
/kernel/linux/linux-6.6/fs/ext4/
H A Dmballoc.c6159 unsigned int inquota = 0; in ext4_mb_new_blocks() local
6206 inquota = ar->len; in ext4_mb_new_blocks()
6280 if (inquota && ar->len < inquota) in ext4_mb_new_blocks()
6281 dquot_free_block(ar->inode, EXT4_C2B(sbi, inquota - ar->len)); in ext4_mb_new_blocks()

Completed in 15 milliseconds