Lines Matching defs:i_blocks
14 blkcnt_t i_blocks;
20 * i_size and i_blocks in sync together.
26 * i_blocks in sync despite SMP or PREEMPTION - though stat's
28 * (where i_blocks does become important) at the upper level.
34 if (sizeof(i_blocks) > sizeof(long))
36 i_blocks = src->i_blocks;
37 if (sizeof(i_blocks) > sizeof(long))
48 * i_blocks in sync despite SMP or PREEMPTION: use i_lock for that case
53 if (sizeof(i_size) > sizeof(long) || sizeof(i_blocks) > sizeof(long))
56 dst->i_blocks = i_blocks;
57 if (sizeof(i_size) > sizeof(long) || sizeof(i_blocks) > sizeof(long))