Lines Matching refs:length
188 next_offset = offset + be16_to_cpu(dup->length); in xfs_dir2_block_getdents()
357 int length; /* temporary length value */ in xfs_dir2_leaf_getdents() local
421 length = be16_to_cpu(dup->length); in xfs_dir2_leaf_getdents()
422 offset += length; in xfs_dir2_leaf_getdents()
426 length = xfs_dir2_data_entsize(mp, in xfs_dir2_leaf_getdents()
428 offset += length; in xfs_dir2_leaf_getdents()
451 length = be16_to_cpu(dup->length); in xfs_dir2_leaf_getdents()
452 offset += length; in xfs_dir2_leaf_getdents()
453 curoff += length; in xfs_dir2_leaf_getdents()
458 length = xfs_dir2_data_entsize(mp, dep->namelen); in xfs_dir2_leaf_getdents()
476 offset += length; in xfs_dir2_leaf_getdents()
477 curoff += length; in xfs_dir2_leaf_getdents()
479 bufsize = bufsize > length ? bufsize - length : 0; in xfs_dir2_leaf_getdents()