Lines Matching refs:startino
414 * Align startino and allocmask for a recently allocated sparse chunk such that
432 * other is that a record already exists at the aligned startino that considers
439 xfs_agino_t *startino,
446 agbno = XFS_AGINO_TO_AGBNO(mp, *startino);
451 /* calculate the inode offset and align startino */
453 *startino -= offset;
456 * Since startino has been aligned down, left shift allocmask such that
458 * new startino.
527 * record for the sparse chunk is pre-aligned to a startino that should match
577 * A record exists at this startino. Merge or replace the record
840 * We've allocated a sparse chunk. Align the startino and mask.