Lines Matching refs:cpu_to_be32
131 if (ents[i].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir3_leaf_check_int()
452 if (hdr->magic == cpu_to_be32(XFS_DIR2_BLOCK_MAGIC)) in xfs_dir2_block_to_leaf()
453 hdr->magic = cpu_to_be32(XFS_DIR2_DATA_MAGIC); in xfs_dir2_block_to_leaf()
455 hdr->magic = cpu_to_be32(XFS_DIR3_DATA_MAGIC); in xfs_dir2_block_to_leaf()
463 ltp->bestcount = cpu_to_be32(1); in xfs_dir2_block_to_leaf()
490 cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir3_leaf_find_stale()
501 cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir3_leaf_find_stale()
561 cpu_to_be32(XFS_DIR2_NULL_DATAPTR)); in xfs_dir3_leaf_find_entry()
582 ASSERT(ents[highstale].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)); in xfs_dir3_leaf_find_entry()
888 lep->hashval = cpu_to_be32(args->hashval); in xfs_dir2_leaf_addname()
889 lep->address = cpu_to_be32( in xfs_dir2_leaf_addname()
929 if (ents[from].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir3_leaf_compact()
1005 ents[from].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) { in xfs_dir3_leaf_compact_x1()
1400 lep->address = cpu_to_be32(XFS_DIR2_NULL_DATAPTR); in xfs_dir2_leaf_removename()
1620 ASSERT(hdr->magic == cpu_to_be32(XFS_DIR2_DATA_MAGIC) || in xfs_dir2_leaf_trim_data()
1621 hdr->magic == cpu_to_be32(XFS_DIR3_DATA_MAGIC)); in xfs_dir2_leaf_trim_data()
1780 ltp->bestcount = cpu_to_be32(freehdr.nvalid); in xfs_dir2_node_to_leaf()