Searched refs:curoff (Results 1 – 1 of 1) sorted by relevance
275 xfs_dir2_off_t *curoff, in xfs_dir2_leaf_readbuf() argument382 *curoff = xfs_dir2_da_to_byte(geo, mip->map_off); in xfs_dir2_leaf_readbuf()486 xfs_dir2_off_t curoff; /* current overall offset */ in xfs_dir2_leaf_getdents() local514 curoff = xfs_dir2_dataptr_to_byte(ctx->pos); in xfs_dir2_leaf_getdents()521 xfs_dir2_byte_to_db(geo, curoff)); in xfs_dir2_leaf_getdents()527 while (curoff < XFS_DIR2_LEAF_OFFSET) { in xfs_dir2_leaf_getdents()539 &curoff, &bp); in xfs_dir2_leaf_getdents()552 if (curoff < newoff) in xfs_dir2_leaf_getdents()553 curoff = newoff; in xfs_dir2_leaf_getdents()557 else if (curoff > newoff) in xfs_dir2_leaf_getdents()[all …]