Lines Matching refs:first_index
780 uint32_t first_index;
789 first_index = 0;
800 (void **)batch, first_index,
805 (void **) batch, first_index,
837 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino + 1);
838 if (first_index < XFS_INO_TO_AGINO(mp, ip->i_ino))
1129 unsigned long first_index = 0;
1135 first_index = READ_ONCE(pag->pag_ici_reclaim_cursor);
1143 (void **)batch, first_index,
1179 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino + 1);
1180 if (first_index < XFS_INO_TO_AGINO(mp, ip->i_ino))
1197 first_index = 0;
1198 WRITE_ONCE(pag->pag_ici_reclaim_cursor, first_index);