Lines Matching defs:dup
222 struct xfs_dir2_data_unused *dup = bp->b_addr + iter_off;
229 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) {
230 iter_off += be16_to_cpu(dup->length);
272 struct xfs_dir2_data_unused *dup)
277 dup_length = be16_to_cpu(dup->length);
298 struct xfs_dir2_data_unused *dup;
341 dup = bp->b_addr + offset;
342 tag = be16_to_cpu(*xfs_dir2_data_unused_tag_p(dup));
345 if (dup->freetag != cpu_to_be16(XFS_DIR2_DATA_FREE_TAG) ||
346 be16_to_cpu(dup->length) != be16_to_cpu(dfp->length) ||
368 dup = bp->b_addr + offset;
371 if (dup->freetag != cpu_to_be16(XFS_DIR2_DATA_FREE_TAG)) {
385 tag = be16_to_cpu(*xfs_dir2_data_unused_tag_p(dup));
395 xchk_directory_check_free_entry(sc, lblk, bf, dup);
400 newlen = be16_to_cpu(dup->length);