Lines Matching defs:age
58 unsigned long age, unsigned long last_blocks,
72 ei->age = age;
141 abs(back->age - front->age) <= SAME_AGE_REGION &&
447 /* initialize block age cache */
615 tei->age, tei->last_blocks);
668 dei.age, dei.last_blocks,
677 dei.age, dei.last_blocks,
744 tei->age, tei->last_blocks, EX_BLOCK_AGE);
815 /* This returns a new age and allocated blocks in ei */
827 * file block even in seq write. So don't record age for newly last file
843 if (tei.age)
844 ei->age = __calculate_block_age(sbi, cur_age, tei.age);
846 ei->age = cur_age;
848 WARN_ON(ei->age > cur_blocks);
865 * init block age with zero, this can happen when the block age extent
868 ei->age = 0;
1020 /* block age extent cache operations */
1167 /* initialize for block age extents */