Lines Matching refs:temp
726 xfs_extlen_t extsz, temp;
773 div_u64_rem(startoffset_fsb, extsz, &temp);
774 if (temp)
775 e += temp;
776 div_u64_rem(e, extsz, &temp);
777 if (temp)
778 e += extsz - temp;
1200 * E.g. target has space for 7 extents in extent format, temp inode only has
1248 * if the target inode is in extent form and the temp inode is in btree
1250 * as we already know there are less extents in the temp inode.
1256 /* Check temp in extent form to max in target */
1261 /* Check target in extent form to max in temp */
1267 * If we are in a btree format, check that the temp root block will fit
1272 * (a common defrag case) which will occur when the temp inode is in
1283 /* Reciprocal target->temp btree format checks */