Lines Matching refs:be16_to_cpu
442 to->magic = be16_to_cpu(from->hdr.info.magic); in xfs_dir2_leaf_hdr_from_disk()
443 to->count = be16_to_cpu(from->hdr.count); in xfs_dir2_leaf_hdr_from_disk()
444 to->stale = be16_to_cpu(from->hdr.stale); in xfs_dir2_leaf_hdr_from_disk()
474 to->magic = be16_to_cpu(hdr3->info.hdr.magic); in xfs_dir3_leaf_hdr_from_disk()
475 to->count = be16_to_cpu(hdr3->count); in xfs_dir3_leaf_hdr_from_disk()
476 to->stale = be16_to_cpu(hdr3->stale); in xfs_dir3_leaf_hdr_from_disk()
523 to->magic = be16_to_cpu(from->hdr.info.magic); in xfs_da2_node_hdr_from_disk()
524 to->count = be16_to_cpu(from->hdr.__count); in xfs_da2_node_hdr_from_disk()
525 to->level = be16_to_cpu(from->hdr.__level); in xfs_da2_node_hdr_from_disk()
551 to->magic = be16_to_cpu(hdr3->info.hdr.magic); in xfs_da3_node_hdr_from_disk()
552 to->count = be16_to_cpu(hdr3->__count); in xfs_da3_node_hdr_from_disk()
553 to->level = be16_to_cpu(hdr3->__level); in xfs_da3_node_hdr_from_disk()