Lines Matching refs:new_size
61 loff_t new_size; member
190 min_blk = r->new_size / UBIFS_BLOCK_SIZE; in trun_remove_range()
191 if (r->new_size & (UBIFS_BLOCK_SIZE - 1)) in trun_remove_range()
254 r->new_size); in apply_replay_entry()
353 loff_t new_size) in insert_node() argument
375 r->new_size = new_size; in insert_node()
597 loff_t new_size = le64_to_cpu(ino->size); in replay_bud() local
603 &used, 0, new_size); in replay_bud()
609 loff_t new_size = le32_to_cpu(dn->size) + in replay_bud() local
615 &used, 0, new_size); in replay_bud()
637 loff_t new_size = le64_to_cpu(trun->new_size); in replay_bud() local
642 new_size < 0 || new_size > c->max_inode_sz || in replay_bud()
643 old_size <= new_size) { in replay_bud()
655 old_size, new_size); in replay_bud()