Lines Matching refs:address
259 if (be32_to_cpu(blp[fromidx].address) == XFS_DIR2_NULL_DATAPTR) { in xfs_dir2_block_addname()
357 be32_to_cpu(blp[lowstale].address) != XFS_DIR2_NULL_DATAPTR; in xfs_dir2_block_addname()
362 be32_to_cpu(blp[highstale].address) != XFS_DIR2_NULL_DATAPTR && in xfs_dir2_block_addname()
400 blp[mid].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(mp, in xfs_dir2_block_addname()
615 xfs_dir2_dataptr_to_off(mp, be32_to_cpu(blp[ent].address))); in xfs_dir2_block_lookup()
695 if ((addr = be32_to_cpu(blp[mid].address)) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_block_lookup_int()
773 ((char *)block + xfs_dir2_dataptr_to_off(mp, be32_to_cpu(blp[ent].address))); in xfs_dir2_block_removename()
789 blp[ent].address = cpu_to_be32(XFS_DIR2_NULL_DATAPTR); in xfs_dir2_block_removename()
848 ((char *)block + xfs_dir2_dataptr_to_off(mp, be32_to_cpu(blp[ent].address))); in xfs_dir2_block_replace()
982 if (be32_to_cpu(leaf->ents[from].address) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_leaf_to_block()
1142 blp[0].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(mp, in xfs_dir2_sf_to_block()
1156 blp[1].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(mp, in xfs_dir2_sf_to_block()
1209 blp[2 + i].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(mp, in xfs_dir2_sf_to_block()