Lines Matching refs:used
274 * special handling of symlinks here because i_size is used to
364 int used, int quota_claim)
370 trace_ext4_da_update_reserve_space(inode, used, quota_claim);
371 if (unlikely(used > ei->i_reserved_data_blocks)) {
372 ext4_warning(inode->i_sb, "%s: ino %lu, used %d "
374 __func__, inode->i_ino, used,
377 used = ei->i_reserved_data_blocks;
381 ei->i_reserved_data_blocks -= used;
382 percpu_counter_sub(&sbi->s_dirtyclusters_counter, used);
388 dquot_claim_block(inode, EXT4_C2B(sbi, used));
395 dquot_release_reservation_block(inode, EXT4_C2B(sbi, used));
814 * Get block function used when preparing for buffered write if we require
1810 * This is a special get_block_t callback which is used by
2157 * The function is used to collect contig. blocks in the same state. If the
3167 * bmap() is special. It gets used by applications such as lilo and by
3273 /* No journalling happens on data buffers when this function is used */
4378 * old inodes get re-used with the upper 16 bits of the
6174 * be used; and there's no dioread_nolock, so only ext4_get_block.