Lines Matching defs:dup
174 * Each object is a real entry (dep) or an unused one (dup).
180 struct xfs_dir2_data_unused *dup = bp->b_addr + offset;
187 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) {
188 next_offset = offset + be16_to_cpu(dup->length);
355 xfs_dir2_data_unused_t *dup; /* unused entry */
418 dup = bp->b_addr + offset;
420 if (be16_to_cpu(dup->freetag)
423 length = be16_to_cpu(dup->length);
447 dup = bp->b_addr + offset;
452 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) {
453 length = be16_to_cpu(dup->length);