Lines Matching refs:new_size
58 loff_t new_size; member
187 min_blk = r->new_size / UBIFS_BLOCK_SIZE; in trun_remove_range()
188 if (r->new_size & (UBIFS_BLOCK_SIZE - 1)) in trun_remove_range()
285 r->new_size); in apply_replay_entry()
385 loff_t old_size, loff_t new_size) in insert_node() argument
408 r->new_size = new_size; in insert_node()
755 loff_t new_size = le64_to_cpu(ino->size); in replay_bud() local
761 &used, 0, new_size); in replay_bud()
767 loff_t new_size = le32_to_cpu(dn->size) + in replay_bud() local
773 &used, 0, new_size); in replay_bud()
795 loff_t new_size = le64_to_cpu(trun->new_size); in replay_bud() local
800 new_size < 0 || new_size > c->max_inode_sz || in replay_bud()
801 old_size <= new_size) { in replay_bud()
813 old_size, new_size); in replay_bud()