Searched refs:curoff (Results 1 – 1 of 1) sorted by relevance
272 xfs_dir2_off_t *curoff, in xfs_dir2_leaf_readbuf() argument379 *curoff = xfs_dir2_da_to_byte(geo, mip->map_off); in xfs_dir2_leaf_readbuf()483 xfs_dir2_off_t curoff; /* current overall offset */ in xfs_dir2_leaf_getdents() local511 curoff = xfs_dir2_dataptr_to_byte(ctx->pos); in xfs_dir2_leaf_getdents()518 xfs_dir2_byte_to_db(geo, curoff)); in xfs_dir2_leaf_getdents()524 while (curoff < XFS_DIR2_LEAF_OFFSET) { in xfs_dir2_leaf_getdents()534 &curoff, &bp); in xfs_dir2_leaf_getdents()546 if (curoff < newoff) in xfs_dir2_leaf_getdents()547 curoff = newoff; in xfs_dir2_leaf_getdents()551 else if (curoff > newoff) in xfs_dir2_leaf_getdents()[all …]