Searched refs:XFS_DA_LOGRANGE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_da_btree.c | 460 XFS_DA_LOGRANGE(node, &node->hdr, args->geo->node_hdr_size)); in xfs_da3_node_create() 606 XFS_DA_LOGRANGE(node, &node->hdr.info, in xfs_da3_split() 619 XFS_DA_LOGRANGE(node, &node->hdr.info, in xfs_da3_split() 754 XFS_DA_LOGRANGE(node, btree, sizeof(xfs_da_node_entry_t) * 2)); in xfs_da3_root_split() 949 XFS_DA_LOGRANGE(node1, btree_d, tmp)); in xfs_da3_node_rebalance() 967 XFS_DA_LOGRANGE(node1, &node1->hdr, in xfs_da3_node_rebalance() 972 XFS_DA_LOGRANGE(node2, &node2->hdr, in xfs_da3_node_rebalance() 1038 XFS_DA_LOGRANGE(node, &btree[oldblk->index], in xfs_da3_node_add() 1044 XFS_DA_LOGRANGE(node, &node->hdr, in xfs_da3_node_add() 1426 XFS_DA_LOGRANGE(nod in xfs_da3_fixhashpath() [all...] |
H A D | xfs_attr_leaf.c | 1427 XFS_DA_LOGRANGE(leaf, &leaf->hdr, in xfs_attr3_leaf_add() 1465 XFS_DA_LOGRANGE(leaf, entry, tmp + sizeof(*entry))); in xfs_attr3_leaf_add_work() 1496 XFS_DA_LOGRANGE(leaf, entry, sizeof(*entry))); in xfs_attr3_leaf_add_work() 1529 XFS_DA_LOGRANGE(leaf, xfs_attr3_leaf_name(leaf, args->index), in xfs_attr3_leaf_add_work() 2185 XFS_DA_LOGRANGE(leaf, xfs_attr3_leaf_name(leaf, args->index), in xfs_attr3_leaf_remove() 2192 XFS_DA_LOGRANGE(leaf, entry, tmp + sizeof(xfs_attr_leaf_entry_t))); in xfs_attr3_leaf_remove() 2220 XFS_DA_LOGRANGE(leaf, &leaf->hdr, in xfs_attr3_leaf_remove() 2781 XFS_DA_LOGRANGE(leaf, entry, sizeof(*entry))); in xfs_attr3_leaf_clearflag() 2789 XFS_DA_LOGRANGE(leaf, name_rmt, sizeof(*name_rmt))); in xfs_attr3_leaf_clearflag() 2831 XFS_DA_LOGRANGE(lea in xfs_attr3_leaf_setflag() [all...] |
H A D | xfs_da_btree.h | 158 #define XFS_DA_LOGRANGE(BASE, ADDR, SIZE) \ macro
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_da_btree.c | 472 XFS_DA_LOGRANGE(node, &node->hdr, args->geo->node_hdr_size)); in xfs_da3_node_create() 621 XFS_DA_LOGRANGE(node, &node->hdr.info, in xfs_da3_split() 634 XFS_DA_LOGRANGE(node, &node->hdr.info, in xfs_da3_split() 769 XFS_DA_LOGRANGE(node, btree, sizeof(xfs_da_node_entry_t) * 2)); in xfs_da3_root_split() 961 XFS_DA_LOGRANGE(node1, btree_d, tmp)); in xfs_da3_node_rebalance() 979 XFS_DA_LOGRANGE(node1, &node1->hdr, in xfs_da3_node_rebalance() 984 XFS_DA_LOGRANGE(node2, &node2->hdr, in xfs_da3_node_rebalance() 1050 XFS_DA_LOGRANGE(node, &btree[oldblk->index], in xfs_da3_node_add() 1056 XFS_DA_LOGRANGE(node, &node->hdr, in xfs_da3_node_add() 1438 XFS_DA_LOGRANGE(nod in xfs_da3_fixhashpath() [all...] |
H A D | xfs_attr_leaf.c | 1472 XFS_DA_LOGRANGE(leaf, &leaf->hdr, in xfs_attr3_leaf_add() 1510 XFS_DA_LOGRANGE(leaf, entry, tmp + sizeof(*entry))); in xfs_attr3_leaf_add_work() 1542 XFS_DA_LOGRANGE(leaf, entry, sizeof(*entry))); in xfs_attr3_leaf_add_work() 1575 XFS_DA_LOGRANGE(leaf, xfs_attr3_leaf_name(leaf, args->index), in xfs_attr3_leaf_add_work() 2231 XFS_DA_LOGRANGE(leaf, xfs_attr3_leaf_name(leaf, args->index), in xfs_attr3_leaf_remove() 2238 XFS_DA_LOGRANGE(leaf, entry, tmp + sizeof(xfs_attr_leaf_entry_t))); in xfs_attr3_leaf_remove() 2266 XFS_DA_LOGRANGE(leaf, &leaf->hdr, in xfs_attr3_leaf_remove() 2825 XFS_DA_LOGRANGE(leaf, entry, sizeof(*entry))); in xfs_attr3_leaf_clearflag() 2833 XFS_DA_LOGRANGE(leaf, name_rmt, sizeof(*name_rmt))); in xfs_attr3_leaf_clearflag() 2875 XFS_DA_LOGRANGE(lea in xfs_attr3_leaf_setflag() [all...] |
H A D | xfs_da_btree.h | 164 #define XFS_DA_LOGRANGE(BASE, ADDR, SIZE) \ macro
|
Completed in 13 milliseconds