Lines Matching refs:be16_to_cpu
281 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) { in xchk_dir_rec()
282 iter_off += be16_to_cpu(dup->length); in xchk_dir_rec()
325 dup_length = be16_to_cpu(dup->length); in xchk_directory_check_free_entry()
328 if (dup_length < be16_to_cpu(bf[XFS_DIR2_DATA_FD_COUNT - 1].length)) in xchk_directory_check_free_entry()
332 if (dup_length == be16_to_cpu(dfp->length)) in xchk_directory_check_free_entry()
382 offset = be16_to_cpu(dfp->offset); in xchk_directory_data_bestfree()
390 tag = be16_to_cpu(*xfs_dir2_data_unused_tag_p(dup)); in xchk_directory_data_bestfree()
394 be16_to_cpu(dup->length) != be16_to_cpu(dfp->length) || in xchk_directory_data_bestfree()
401 if (smallest_bestfree < be16_to_cpu(dfp->length)) { in xchk_directory_data_bestfree()
406 smallest_bestfree = be16_to_cpu(dfp->length); in xchk_directory_data_bestfree()
433 tag = be16_to_cpu(*xfs_dir2_data_unused_tag_p(dup)); in xchk_directory_data_bestfree()
448 newlen = be16_to_cpu(dup->length); in xchk_directory_data_bestfree()
488 if (len != be16_to_cpu(dfp->length)) in xchk_directory_check_freesp()
491 if (len > 0 && be16_to_cpu(dfp->offset) == 0) in xchk_directory_check_freesp()
579 best = be16_to_cpu(*bestp); in xchk_directory_leaf1_bestfree()
641 best = be16_to_cpu(freehdr.bests[i]); in xchk_directory_free_bestfree()