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