Home
last modified time | relevance | path

Searched refs:xfs_attr3_leaf_hdr_from_disk (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_attr_leaf.c153 xfs_attr3_leaf_hdr_from_disk( in xfs_attr3_leaf_hdr_from_disk() function
249 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf); in xfs_attr3_leaf_verify()
873 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &leafhdr, leaf); in xfs_attr_shortform_allfit()
1000 xfs_attr3_leaf_hdr_from_disk(args->geo, &ichdr, leaf); in xfs_attr3_leaf_to_shortform()
1109 xfs_attr3_leaf_hdr_from_disk(args->geo, &icleafhdr, leaf); in xfs_attr3_leaf_to_node()
1259 xfs_attr3_leaf_hdr_from_disk(args->geo, &ichdr, leaf); in xfs_attr3_leaf_add()
1532 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr1, leaf1_bp->b_addr); in xfs_attr_leaf_order()
1533 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr2, leaf2_bp->b_addr); in xfs_attr_leaf_order()
1575 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr1, leaf1); in xfs_attr3_leaf_rebalance()
1576 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr2, leaf2); in xfs_attr3_leaf_rebalance()
[all …]
Dxfs_attr_leaf.h90 void xfs_attr3_leaf_hdr_from_disk(struct xfs_da_geometry *geo,
/Linux-v4.19/fs/xfs/
Dxfs_attr_list.c324 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, in xfs_attr_node_list()
367 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &leafhdr, leaf); in xfs_attr_node_list()
399 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf); in xfs_attr3_leaf_list_int()
Dxfs_attr_inactive.c127 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf); in xfs_attr3_leaf_inactive()
/Linux-v4.19/fs/xfs/scrub/
Dattr.c285 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &leafhdr, leaf); in xchk_xattr_block()