Lines Matching refs:new_size
67 loff_t new_size; member
196 min_blk = r->new_size / UBIFS_BLOCK_SIZE; in trun_remove_range()
197 if (r->new_size & (UBIFS_BLOCK_SIZE - 1)) in trun_remove_range()
260 r->new_size); in apply_replay_entry()
359 loff_t new_size) in insert_node() argument
381 r->new_size = new_size; in insert_node()
603 loff_t new_size = le64_to_cpu(ino->size); in replay_bud() local
609 &used, 0, new_size); in replay_bud()
615 loff_t new_size = le32_to_cpu(dn->size) + in replay_bud() local
621 &used, 0, new_size); in replay_bud()
643 loff_t new_size = le64_to_cpu(trun->new_size); in replay_bud() local
648 new_size < 0 || new_size > c->max_inode_sz || in replay_bud()
649 old_size <= new_size) { in replay_bud()
661 old_size, new_size); in replay_bud()