Searched refs:xfs_da_state_blk (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.10/fs/xfs/libxfs/ |
| D | xfs_attr_leaf.h | 14 struct xfs_da_state_blk; 77 struct xfs_da_state_blk *oldblk, 78 struct xfs_da_state_blk *newblk); 94 struct xfs_da_state_blk *drop_blk, 95 struct xfs_da_state_blk *save_blk);
|
| D | xfs_dir2_priv.h | 145 struct xfs_da_state_blk *oldblk, struct xfs_da_state_blk *newblk); 148 struct xfs_da_state_blk *drop_blk, 149 struct xfs_da_state_blk *save_blk);
|
| D | xfs_da_btree.c | 474 struct xfs_da_state_blk *oldblk; in xfs_da3_split() 475 struct xfs_da_state_blk *newblk; in xfs_da3_split() 476 struct xfs_da_state_blk *addblk; in xfs_da3_split() 635 struct xfs_da_state_blk *blk1, in xfs_da3_root_split() 636 struct xfs_da_state_blk *blk2) in xfs_da3_root_split() 765 struct xfs_da_state_blk *oldblk, in xfs_da3_node_split() 766 struct xfs_da_state_blk *newblk, in xfs_da3_node_split() 767 struct xfs_da_state_blk *addblk, in xfs_da3_node_split() 862 struct xfs_da_state_blk *blk1, in xfs_da3_node_rebalance() 863 struct xfs_da_state_blk *blk2) in xfs_da3_node_rebalance() [all …]
|
| D | xfs_da_btree.h | 109 typedef struct xfs_da_state_blk { struct
|
| D | xfs_attr.c | 916 struct xfs_da_state_blk *blk; in xfs_attr_node_addname() 1235 struct xfs_da_state_blk *blk; in xfs_attr_node_removename() 1410 struct xfs_da_state_blk *blk; in xfs_attr_node_get()
|
| D | xfs_attr_leaf.c | 1300 struct xfs_da_state_blk *oldblk, in xfs_attr3_leaf_split() 1301 struct xfs_da_state_blk *newblk) in xfs_attr3_leaf_split() 1668 struct xfs_da_state_blk *blk1, in xfs_attr3_leaf_rebalance() 1669 struct xfs_da_state_blk *blk2) in xfs_attr3_leaf_rebalance() 1858 struct xfs_da_state_blk *blk1, in xfs_attr3_leaf_figure_balance() 1860 struct xfs_da_state_blk *blk2, in xfs_attr3_leaf_figure_balance() 1961 struct xfs_da_state_blk *blk; in xfs_attr3_leaf_toosmall() 2239 struct xfs_da_state_blk *drop_blk, in xfs_attr3_leaf_unbalance() 2240 struct xfs_da_state_blk *save_blk) in xfs_attr3_leaf_unbalance()
|
| D | xfs_dir2_node.c | 1679 struct xfs_da_state_blk *fblk, in xfs_dir2_node_add_datablk() 1791 struct xfs_da_state_blk *fblk, in xfs_dir2_node_find_freeblk() 1896 struct xfs_da_state_blk *fblk) /* optional freespace block */ in xfs_dir2_node_addname_int() 2129 struct xfs_da_state_blk *blk; /* leaf block */ in xfs_dir2_node_removename()
|
| /Linux-v5.10/fs/xfs/scrub/ |
| D | dabtree.c | 85 struct xfs_da_state_blk *blk = &ds->state->path.blk[level]; in xchk_da_btree_node_entry() 316 struct xfs_da_state_blk *blk; in xchk_da_btree_block() 478 struct xfs_da_state_blk *blks; in xchk_da_btree()
|
| D | attr.c | 308 struct xfs_da_state_blk *blk = &ds->state->path.blk[level]; in xchk_xattr_block() 404 struct xfs_da_state_blk *blk = &ds->state->path.blk[level]; in xchk_xattr_rec()
|
| D | dir.c | 190 struct xfs_da_state_blk *blk = &ds->state->path.blk[level]; in xchk_dir_rec()
|