Lines Matching defs:dup
175 * Each object is a real entry (dep) or an unused one (dup).
181 struct xfs_dir2_data_unused *dup = bp->b_addr + offset;
188 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) {
189 next_offset = offset + be16_to_cpu(dup->length);
355 xfs_dir2_data_unused_t *dup; /* unused entry */
420 dup = bp->b_addr + offset;
422 if (be16_to_cpu(dup->freetag)
425 length = be16_to_cpu(dup->length);
449 dup = bp->b_addr + offset;
454 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) {
455 length = be16_to_cpu(dup->length);