Searched refs:xfs_dir2_leaf_log_bests (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/fs/xfs/ |
D | xfs_dir2_leaf.c | 52 static void xfs_dir2_leaf_log_bests(struct xfs_trans *tp, struct xfs_dabuf *bp, 150 xfs_dir2_leaf_log_bests(tp, lbp, 0, 0); in xfs_dir2_block_to_leaf() 365 xfs_dir2_leaf_log_bests(tp, lbp, 0, be32_to_cpu(ltp->bestcount) - 1); in xfs_dir2_leaf_addname() 371 xfs_dir2_leaf_log_bests(tp, lbp, use_block, use_block); in xfs_dir2_leaf_addname() 431 xfs_dir2_leaf_log_bests(tp, lbp, use_block, use_block); in xfs_dir2_leaf_addname() 1170 xfs_dir2_leaf_log_bests( in xfs_dir2_leaf_log_bests() function 1511 xfs_dir2_leaf_log_bests(tp, lbp, db, db); in xfs_dir2_leaf_removename() 1556 xfs_dir2_leaf_log_bests(tp, lbp, 0, be32_to_cpu(ltp->bestcount) - 1); in xfs_dir2_leaf_removename() 1739 xfs_dir2_leaf_log_bests(tp, lbp, 0, be32_to_cpu(ltp->bestcount) - 1); in xfs_dir2_leaf_trim_data() 1855 xfs_dir2_leaf_log_bests(tp, lbp, 0, be32_to_cpu(ltp->bestcount) - 1); in xfs_dir2_node_to_leaf()
|