Searched refs:XFS_DA_LOGRANGE (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_da_btree.c | 368 XFS_DA_LOGRANGE(node, &node->hdr, dp->d_ops->node_hdr_size)); in xfs_da3_node_create() 513 XFS_DA_LOGRANGE(node, &node->hdr.info, in xfs_da3_split() 525 XFS_DA_LOGRANGE(node, &node->hdr.info, in xfs_da3_split() 661 XFS_DA_LOGRANGE(node, btree, sizeof(xfs_da_node_entry_t) * 2)); in xfs_da3_root_split() 856 XFS_DA_LOGRANGE(node1, btree_d, tmp)); in xfs_da3_node_rebalance() 874 XFS_DA_LOGRANGE(node1, &node1->hdr, dp->d_ops->node_hdr_size)); in xfs_da3_node_rebalance() 878 XFS_DA_LOGRANGE(node2, &node2->hdr, in xfs_da3_node_rebalance() 944 XFS_DA_LOGRANGE(node, &btree[oldblk->index], in xfs_da3_node_add() 950 XFS_DA_LOGRANGE(node, &node->hdr, dp->d_ops->node_hdr_size)); in xfs_da3_node_add() 1338 XFS_DA_LOGRANGE(node, &btree[blk->index], in xfs_da3_fixhashpath() [all …]
|
| D | xfs_attr_leaf.c | 1332 XFS_DA_LOGRANGE(leaf, &leaf->hdr, in xfs_attr3_leaf_add() 1370 XFS_DA_LOGRANGE(leaf, entry, tmp + sizeof(*entry))); in xfs_attr3_leaf_add_work() 1400 XFS_DA_LOGRANGE(leaf, entry, sizeof(*entry))); in xfs_attr3_leaf_add_work() 1433 XFS_DA_LOGRANGE(leaf, xfs_attr3_leaf_name(leaf, args->index), in xfs_attr3_leaf_add_work() 2087 XFS_DA_LOGRANGE(leaf, xfs_attr3_leaf_name(leaf, args->index), in xfs_attr3_leaf_remove() 2094 XFS_DA_LOGRANGE(leaf, entry, tmp + sizeof(xfs_attr_leaf_entry_t))); in xfs_attr3_leaf_remove() 2122 XFS_DA_LOGRANGE(leaf, &leaf->hdr, in xfs_attr3_leaf_remove() 2693 XFS_DA_LOGRANGE(leaf, entry, sizeof(*entry))); in xfs_attr3_leaf_clearflag() 2701 XFS_DA_LOGRANGE(leaf, name_rmt, sizeof(*name_rmt))); in xfs_attr3_leaf_clearflag() 2746 XFS_DA_LOGRANGE(leaf, entry, sizeof(*entry))); in xfs_attr3_leaf_setflag() [all …]
|
| D | xfs_da_btree.h | 131 #define XFS_DA_LOGRANGE(BASE, ADDR, SIZE) \ macro
|