Searched defs:blk1 (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/fs/hfsplus/ |
D | extents.c | 311 u32 blk, blk1, ablock, block_count; in hfsplus_extend_file() local
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_dir_leaf.c | 1103 xfs_dir_leaf_rebalance(xfs_da_state_t *state, xfs_da_state_blk_t *blk1, in xfs_dir_leaf_rebalance() 1234 xfs_da_state_blk_t *blk1, in xfs_dir_leaf_figure_balance()
|
D | xfs_da_btree.c | 348 xfs_da_root_split(xfs_da_state_t *state, xfs_da_state_blk_t *blk1, in xfs_da_root_split() 521 xfs_da_node_rebalance(xfs_da_state_t *state, xfs_da_state_blk_t *blk1, in xfs_da_node_rebalance()
|
D | xfs_attr_leaf.c | 1138 xfs_attr_leaf_rebalance(xfs_da_state_t *state, xfs_da_state_blk_t *blk1, in xfs_attr_leaf_rebalance() 1315 xfs_da_state_blk_t *blk1, in xfs_attr_leaf_figure_balance()
|
D | xfs_dir2_node.c | 765 xfs_da_state_blk_t *blk1, /* first btree block */ in xfs_dir2_leafn_rebalance()
|
D | xfs_log_priv.h | 97 #define BLK_AVG(blk1, blk2) ((blk1+blk2) >> 1) argument
|