Lines Matching refs:new_size
60 loff_t new_size; member
189 min_blk = r->new_size / UBIFS_BLOCK_SIZE; in trun_remove_range()
190 if (r->new_size & (UBIFS_BLOCK_SIZE - 1)) in trun_remove_range()
253 r->new_size); in apply_replay_entry()
352 loff_t new_size) in insert_node() argument
374 r->new_size = new_size; in insert_node()
596 loff_t new_size = le64_to_cpu(ino->size); in replay_bud() local
602 &used, 0, new_size); in replay_bud()
608 loff_t new_size = le32_to_cpu(dn->size) + in replay_bud() local
614 &used, 0, new_size); in replay_bud()
636 loff_t new_size = le64_to_cpu(trun->new_size); in replay_bud() local
641 new_size < 0 || new_size > c->max_inode_sz || in replay_bud()
642 old_size <= new_size) { in replay_bud()
654 old_size, new_size); in replay_bud()