Lines Matching refs:be16_to_cpu
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()
277 dup_length = be16_to_cpu(dup->length); in xchk_directory_check_free_entry()
280 if (dup_length < be16_to_cpu(bf[XFS_DIR2_DATA_FD_COUNT - 1].length)) in xchk_directory_check_free_entry()
284 if (dup_length == be16_to_cpu(dfp->length)) in xchk_directory_check_free_entry()
334 offset = be16_to_cpu(dfp->offset); in xchk_directory_data_bestfree()
342 tag = be16_to_cpu(*xfs_dir2_data_unused_tag_p(dup)); in xchk_directory_data_bestfree()
346 be16_to_cpu(dup->length) != be16_to_cpu(dfp->length) || in xchk_directory_data_bestfree()
353 if (smallest_bestfree < be16_to_cpu(dfp->length)) { in xchk_directory_data_bestfree()
358 smallest_bestfree = be16_to_cpu(dfp->length); in xchk_directory_data_bestfree()
385 tag = be16_to_cpu(*xfs_dir2_data_unused_tag_p(dup)); in xchk_directory_data_bestfree()
400 newlen = be16_to_cpu(dup->length); in xchk_directory_data_bestfree()
440 if (len != be16_to_cpu(dfp->length)) in xchk_directory_check_freesp()
443 if (len > 0 && be16_to_cpu(dfp->offset) == 0) in xchk_directory_check_freesp()
531 best = be16_to_cpu(*bestp); in xchk_directory_leaf1_bestfree()
593 best = be16_to_cpu(freehdr.bests[i]); in xchk_directory_free_bestfree()