Searched refs:xfs_da_state_blk (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_attr_leaf.h | 14 struct xfs_da_state_blk; 75 struct xfs_da_state_blk *oldblk, 76 struct xfs_da_state_blk *newblk); 95 struct xfs_da_state_blk *drop_blk, 96 struct xfs_da_state_blk *save_blk);
|
| H A D | xfs_da_btree.c | 557 struct xfs_da_state_blk *oldblk; in xfs_da3_split() 558 struct xfs_da_state_blk *newblk; in xfs_da3_split() 559 struct xfs_da_state_blk *addblk; in xfs_da3_split() 724 struct xfs_da_state_blk *blk1, in xfs_da3_root_split() 725 struct xfs_da_state_blk *blk2) in xfs_da3_root_split() 834 struct xfs_da_state_blk *oldblk, in xfs_da3_node_split() 835 struct xfs_da_state_blk *newblk, in xfs_da3_node_split() 836 struct xfs_da_state_blk *addblk, in xfs_da3_node_split() 931 struct xfs_da_state_blk *blk1, in xfs_da3_node_rebalance() 932 struct xfs_da_state_blk *blk2) in xfs_da3_node_rebalance() [all …]
|
| H A D | xfs_dir2_priv.h | 147 struct xfs_da_state_blk *oldblk, struct xfs_da_state_blk *newblk); 150 struct xfs_da_state_blk *drop_blk, 151 struct xfs_da_state_blk *save_blk);
|
| H A D | xfs_da_btree.h | 117 typedef struct xfs_da_state_blk { struct
|
| H A D | xfs_attr_leaf.c | 1449 struct xfs_da_state_blk *oldblk, in xfs_attr3_leaf_split() 1450 struct xfs_da_state_blk *newblk) in xfs_attr3_leaf_split() 1856 struct xfs_da_state_blk *blk1, in xfs_attr3_leaf_rebalance() 1857 struct xfs_da_state_blk *blk2) in xfs_attr3_leaf_rebalance() 2046 struct xfs_da_state_blk *blk1, in xfs_attr3_leaf_figure_balance() 2048 struct xfs_da_state_blk *blk2, in xfs_attr3_leaf_figure_balance() 2149 struct xfs_da_state_blk *blk; in xfs_attr3_leaf_toosmall() 2421 struct xfs_da_state_blk *drop_blk, in xfs_attr3_leaf_unbalance() 2422 struct xfs_da_state_blk *save_blk) in xfs_attr3_leaf_unbalance()
|
| /linux/fs/xfs/scrub/ |
| H A D | dabtree.c | 104 struct xfs_da_state_blk *blk = &ds->state->path.blk[level]; in xchk_da_btree_node_entry() 335 struct xfs_da_state_blk *blk; in xchk_da_btree_block() 504 struct xfs_da_state_blk *blks; in xchk_da_btree()
|
| H A D | attr.c | 364 struct xfs_da_state_blk *blk = &ds->state->path.blk[level]; in xchk_xattr_block() 490 struct xfs_da_state_blk *blk = &ds->state->path.blk[level]; in xchk_xattr_rec()
|
| H A D | dir.c | 321 struct xfs_da_state_blk *blk = &ds->state->path.blk[level]; in xchk_dir_rec()
|