Lines Matching refs:startino
392 * Align startino and allocmask for a recently allocated sparse chunk such that
410 * other is that a record already exists at the aligned startino that considers
417 xfs_agino_t *startino,
424 agbno = XFS_AGINO_TO_AGBNO(mp, *startino);
429 /* calculate the inode offset and align startino */
431 *startino -= offset;
434 * Since startino has been aligned down, left shift allocmask such that
436 * new startino.
505 * record for the sparse chunk is pre-aligned to a startino that should match
556 * A record exists at this startino. Merge or replace the record
825 * We've allocated a sparse chunk. Align the startino and mask.