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()
286 r->new_size); in apply_replay_entry()
386 loff_t old_size, loff_t new_size) in insert_node() argument
409 r->new_size = new_size; in insert_node()
741 loff_t new_size = le64_to_cpu(ino->size); in replay_bud() local
747 &used, 0, new_size); in replay_bud()
753 loff_t new_size = le32_to_cpu(dn->size) + in replay_bud() local
759 &used, 0, new_size); in replay_bud()
781 loff_t new_size = le64_to_cpu(trun->new_size); in replay_bud() local
786 new_size < 0 || new_size > c->max_inode_sz || in replay_bud()
787 old_size <= new_size) { in replay_bud()
799 old_size, new_size); in replay_bud()