Searched refs:xfs_da3_node_hdr_from_disk (Results 1 – 6 of 6) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_da_btree.c | 127 xfs_da3_node_hdr_from_disk( in xfs_da3_node_hdr_from_disk() function 215 xfs_da3_node_hdr_from_disk(mp, &ichdr, hdr); in xfs_da3_node_verify() 674 xfs_da3_node_hdr_from_disk(dp->i_mount, &icnodehdr, oldroot); in xfs_da3_root_split() 733 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr, node); in xfs_da3_root_split() 782 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr, node); in xfs_da3_node_split() 829 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr, node); in xfs_da3_node_split() 884 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1); in xfs_da3_node_rebalance() 885 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr2, node2); in xfs_da3_node_rebalance() 900 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1); in xfs_da3_node_rebalance() 901 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr2, node2); in xfs_da3_node_rebalance() [all …]
|
D | xfs_da_btree.h | 225 void xfs_da3_node_hdr_from_disk(struct xfs_mount *mp,
|
D | xfs_attr_leaf.c | 1219 xfs_da3_node_hdr_from_disk(mp, &icnodehdr, node); in xfs_attr3_leaf_to_node()
|
/fs/xfs/ |
D | xfs_attr_inactive.c | 153 xfs_da3_node_hdr_from_disk(dp->i_mount, &ichdr, bp->b_addr); in xfs_attr3_node_inactive() 232 xfs_da3_node_hdr_from_disk(dp->i_mount, &phdr, in xfs_attr3_node_inactive()
|
D | xfs_attr_list.c | 237 xfs_da3_node_hdr_from_disk(mp, &nodehdr, node); in xfs_attr_node_list_lookup()
|
/fs/xfs/scrub/ |
D | dabtree.c | 90 xfs_da3_node_hdr_from_disk(ds->sc->mp, &hdr, blk->bp->b_addr); in xchk_da_btree_node_entry() 420 xfs_da3_node_hdr_from_disk(ip->i_mount, &nodehdr, node); in xchk_da_btree_block()
|