Lines Matching defs:temp
784 xfs_extlen_t extsz, temp;
829 div_u64_rem(startoffset_fsb, extsz, &temp);
830 if (temp)
831 e += temp;
832 div_u64_rem(e, extsz, &temp);
833 if (temp)
834 e += extsz - temp;
1252 * E.g. target has space for 7 extents in extent format, temp inode only has
1300 * if the target inode is in extent form and the temp inode is in btree
1302 * as we already know there are less extents in the temp inode.
1308 /* Check temp in extent form to max in target */
1313 /* Check target in extent form to max in temp */
1319 * If we are in a btree format, check that the temp root block will fit
1324 * (a common defrag case) which will occur when the temp inode is in
1335 /* Reciprocal target->temp btree format checks */