Lines Matching refs:dup
167 xfs_dir2_data_unused_t *dup; /* block unused entry */ in xfs_dir2_block_getdents() local
206 dup = (xfs_dir2_data_unused_t *)ptr; in xfs_dir2_block_getdents()
210 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) { in xfs_dir2_block_getdents()
211 ptr += be16_to_cpu(dup->length); in xfs_dir2_block_getdents()
479 xfs_dir2_data_unused_t *dup; /* unused entry */ in xfs_dir2_leaf_getdents() local
571 dup = (xfs_dir2_data_unused_t *)ptr; in xfs_dir2_leaf_getdents()
573 if (be16_to_cpu(dup->freetag) in xfs_dir2_leaf_getdents()
576 length = be16_to_cpu(dup->length); in xfs_dir2_leaf_getdents()
601 dup = (xfs_dir2_data_unused_t *)ptr; in xfs_dir2_leaf_getdents()
605 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) { in xfs_dir2_leaf_getdents()
606 length = be16_to_cpu(dup->length); in xfs_dir2_leaf_getdents()