Searched refs:hdr3 (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2_data.c | 295 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr; in xfs_dir3_data_verify() local 297 if (!xfs_verify_magic(bp, hdr3->magic)) in xfs_dir3_data_verify() 362 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr; in xfs_dir3_data_write_verify() local 375 hdr3->lsn = cpu_to_be64(bip->bli_item.li_lsn); in xfs_dir3_data_write_verify() 405 struct xfs_dir3_data_hdr *hdr3 = bp->b_addr; in xfs_dir3_data_header_check() local 407 if (be64_to_cpu(hdr3->hdr.owner) != dp->i_ino) in xfs_dir3_data_header_check() 721 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr; in xfs_dir3_data_init() local 723 memset(hdr3, 0, sizeof(*hdr3)); in xfs_dir3_data_init() 724 hdr3->magic = cpu_to_be32(XFS_DIR3_DATA_MAGIC); in xfs_dir3_data_init() 725 hdr3->blkno = cpu_to_be64(xfs_buf_daddr(bp)); in xfs_dir3_data_init() [all …]
|
H A D | xfs_dir2_block.c | 51 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr; in xfs_dir3_block_verify() local 53 if (!xfs_verify_magic(bp, hdr3->magic)) in xfs_dir3_block_verify() 90 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr; in xfs_dir3_block_write_verify() local 103 hdr3->lsn = cpu_to_be64(bip->bli_item.li_lsn); in xfs_dir3_block_write_verify() 125 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr; in xfs_dir3_block_header_check() local 127 if (be64_to_cpu(hdr3->owner) != dp->i_ino) in xfs_dir3_block_header_check() 169 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr; in xfs_dir3_block_init() local 175 memset(hdr3, 0, sizeof(*hdr3)); in xfs_dir3_block_init() 177 hdr3->blkno = cpu_to_be64(xfs_buf_daddr(bp)); in xfs_dir3_block_init() 178 hdr3->owner = cpu_to_be64(dp->i_ino); in xfs_dir3_block_init() [all …]
|
H A D | xfs_attr_leaf.c | 99 struct xfs_attr3_leaf_hdr *hdr3; in xfs_attr3_leaf_firstused_from_disk() local 102 hdr3 = (struct xfs_attr3_leaf_hdr *) from; in xfs_attr3_leaf_firstused_from_disk() 126 struct xfs_attr3_leaf_hdr *hdr3; in xfs_attr3_leaf_firstused_to_disk() local 144 hdr3 = (struct xfs_attr3_leaf_hdr *) to; in xfs_attr3_leaf_firstused_to_disk() 145 hdr3->firstused = cpu_to_be16(firstused); in xfs_attr3_leaf_firstused_to_disk() 168 to->count = be16_to_cpu(hdr3->count); in xfs_attr3_leaf_hdr_from_disk() 171 to->holes = hdr3->holes; in xfs_attr3_leaf_hdr_from_disk() 210 hdr3->count = cpu_to_be16(from->count); in xfs_attr3_leaf_hdr_to_disk() 213 hdr3->holes = from->holes; in xfs_attr3_leaf_hdr_to_disk() 214 hdr3->pad1 = 0; in xfs_attr3_leaf_hdr_to_disk() [all …]
|
H A D | xfs_dir2_node.c | 109 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr; in xfs_dir3_free_verify() local 113 if (be64_to_cpu(hdr3->blkno) != xfs_buf_daddr(bp)) in xfs_dir3_free_verify() 147 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr; in xfs_dir3_free_write_verify() local 160 hdr3->lsn = cpu_to_be64(bip->bli_item.li_lsn); in xfs_dir3_free_write_verify() 189 struct xfs_dir3_free_hdr *hdr3 = bp->b_addr; in xfs_dir3_free_header_check() local 191 if (be32_to_cpu(hdr3->firstdb) != firstdb) in xfs_dir3_free_header_check() 193 if (be32_to_cpu(hdr3->nvalid) > maxbests) in xfs_dir3_free_header_check() 195 if (be32_to_cpu(hdr3->nvalid) < be32_to_cpu(hdr3->nused)) in xfs_dir3_free_header_check() 197 if (be64_to_cpu(hdr3->hdr.owner) != dp->i_ino) in xfs_dir3_free_header_check() 345 struct xfs_dir3_free_hdr *hdr3 = bp->b_addr; in xfs_dir3_free_get_buf() local [all …]
|
H A D | xfs_da_btree.c | 198 struct xfs_da3_blkinfo *hdr3) in xfs_da3_blkinfo_verify() argument 201 struct xfs_da_blkinfo *hdr = &hdr3->hdr; in xfs_da3_blkinfo_verify() 207 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_meta_uuid)) in xfs_da3_blkinfo_verify() 209 if (be64_to_cpu(hdr3->blkno) != xfs_buf_daddr(bp)) in xfs_da3_blkinfo_verify() 211 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_da3_blkinfo_verify() 259 struct xfs_da3_node_hdr *hdr3 = bp->b_addr; in xfs_da3_node_write_verify() local 272 hdr3->info.lsn = cpu_to_be64(bip->bli_item.li_lsn); in xfs_da3_node_write_verify() 458 struct xfs_da3_node_hdr *hdr3 = bp->b_addr; in xfs_da3_node_create() local 460 memset(hdr3, 0, sizeof(struct xfs_da3_node_hdr)); in xfs_da3_node_create() 462 hdr3->info.blkno = cpu_to_be64(xfs_buf_daddr(bp)); in xfs_da3_node_create() [all …]
|
H A D | xfs_da_format.h | 865 struct xfs_da3_blkinfo *hdr3);
|
H A D | xfs_dir2_leaf.c | 233 struct xfs_dir3_leaf_hdr *hdr3 = bp->b_addr; in xfs_dir3_leaf_write_verify() local 246 hdr3->info.lsn = cpu_to_be64(bip->bli_item.li_lsn); in xfs_dir3_leaf_write_verify()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | dabtree.c | 320 struct xfs_da3_blkinfo *hdr3; in xchk_da_btree_block() local 366 hdr3 = blk->bp->b_addr; in xchk_da_btree_block() 367 blk->magic = be16_to_cpu(hdr3->hdr.magic); in xchk_da_btree_block() 371 if (xfs_has_crc(ds->sc->mp) && hdr3->hdr.pad) in xchk_da_btree_block() 376 owner = be64_to_cpu(hdr3->owner); in xchk_da_btree_block() 382 error = xchk_da_btree_block_check_siblings(ds, level, &hdr3->hdr); in xchk_da_btree_block()
|
H A D | dir.c | 483 struct xfs_dir3_leaf_hdr *hdr3 = bp->b_addr; in xchk_directory_leaf1_bestfree() local 485 if (hdr3->pad != cpu_to_be32(0)) in xchk_directory_leaf1_bestfree() 584 struct xfs_dir3_free_hdr *hdr3 = bp->b_addr; in xchk_directory_free_bestfree() local 586 if (hdr3->pad != cpu_to_be32(0)) in xchk_directory_free_bestfree()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | atags_parse.c | 44 struct tag_header hdr3; member
|