Lines Matching refs:length
188 next_offset = offset + be16_to_cpu(dup->length); in xfs_dir2_block_getdents()
359 int length; /* temporary length value */ in xfs_dir2_leaf_getdents() local
423 length = be16_to_cpu(dup->length); in xfs_dir2_leaf_getdents()
424 offset += length; in xfs_dir2_leaf_getdents()
428 length = xfs_dir2_data_entsize(mp, in xfs_dir2_leaf_getdents()
430 offset += length; in xfs_dir2_leaf_getdents()
453 length = be16_to_cpu(dup->length); in xfs_dir2_leaf_getdents()
454 offset += length; in xfs_dir2_leaf_getdents()
455 curoff += length; in xfs_dir2_leaf_getdents()
460 length = xfs_dir2_data_entsize(mp, dep->namelen); in xfs_dir2_leaf_getdents()
478 offset += length; in xfs_dir2_leaf_getdents()
479 curoff += length; in xfs_dir2_leaf_getdents()
481 bufsize = bufsize > length ? bufsize - length : 0; in xfs_dir2_leaf_getdents()