Searched refs:xfs_da_state_blk (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.h | 14 struct xfs_da_state_blk; 76 struct xfs_da_state_blk *oldblk, 77 struct xfs_da_state_blk *newblk); 93 struct xfs_da_state_blk *drop_blk, 94 struct xfs_da_state_blk *save_blk);
|
H A D | xfs_dir2_priv.h | 146 struct xfs_da_state_blk *oldblk, struct xfs_da_state_blk *newblk); 149 struct xfs_da_state_blk *drop_blk, 150 struct xfs_da_state_blk *save_blk);
|
H A D | xfs_da_btree.c | 486 struct xfs_da_state_blk *oldblk; in xfs_da3_split() 487 struct xfs_da_state_blk *newblk; in xfs_da3_split() 488 struct xfs_da_state_blk *addblk; in xfs_da3_split() 650 struct xfs_da_state_blk *blk1, in xfs_da3_root_split() 651 struct xfs_da_state_blk *blk2) in xfs_da3_root_split() 780 struct xfs_da_state_blk *oldblk, in xfs_da3_node_split() 781 struct xfs_da_state_blk *newblk, in xfs_da3_node_split() 782 struct xfs_da_state_blk *addblk, in xfs_da3_node_split() 877 struct xfs_da_state_blk *blk1, in xfs_da3_node_rebalance() 878 struct xfs_da_state_blk *blk2) in xfs_da3_node_rebalance() [all …]
|
H A D | xfs_da_btree.h | 115 typedef struct xfs_da_state_blk { struct
|
H A D | xfs_attr_leaf.c | 1349 struct xfs_da_state_blk *oldblk, in xfs_attr3_leaf_split() 1350 struct xfs_da_state_blk *newblk) in xfs_attr3_leaf_split() 1718 struct xfs_da_state_blk *blk1, in xfs_attr3_leaf_rebalance() 1719 struct xfs_da_state_blk *blk2) in xfs_attr3_leaf_rebalance() 1908 struct xfs_da_state_blk *blk1, in xfs_attr3_leaf_figure_balance() 1910 struct xfs_da_state_blk *blk2, in xfs_attr3_leaf_figure_balance() 2011 struct xfs_da_state_blk *blk; in xfs_attr3_leaf_toosmall() 2289 struct xfs_da_state_blk *drop_blk, in xfs_attr3_leaf_unbalance() 2290 struct xfs_da_state_blk *save_blk) in xfs_attr3_leaf_unbalance()
|
H A D | xfs_attr.c | 1423 struct xfs_da_state_blk *blk; in xfs_attr_node_try_addname() 1469 struct xfs_da_state_blk *blk; in xfs_attr_node_removename() 1535 struct xfs_da_state_blk *blk; in xfs_attr_node_get()
|
H A 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()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | dabtree.c | 86 struct xfs_da_state_blk *blk = &ds->state->path.blk[level]; in xchk_da_btree_node_entry() 317 struct xfs_da_state_blk *blk; in xchk_da_btree_block() 479 struct xfs_da_state_blk *blks; in xchk_da_btree()
|
H A D | attr.c | 366 struct xfs_da_state_blk *blk = &ds->state->path.blk[level]; in xchk_xattr_block() 453 struct xfs_da_state_blk *blk = &ds->state->path.blk[level]; in xchk_xattr_rec()
|
H A D | dir.c | 152 struct xfs_da_state_blk *blk = &ds->state->path.blk[level]; in xchk_dir_rec()
|