Searched refs:xfs_dir3_leaf_log_bests (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_dir2_leaf.c | 28 static void xfs_dir3_leaf_log_bests(struct xfs_da_args *args,433 	xfs_dir3_leaf_log_bests(args, lbp, 0, 0);  in xfs_dir2_block_to_leaf()
 767 			xfs_dir3_leaf_log_bests(args, lbp, 0,  in xfs_dir2_leaf_addname()
 774 			xfs_dir3_leaf_log_bests(args, lbp, use_block, use_block);  in xfs_dir2_leaf_addname()
 839 			xfs_dir3_leaf_log_bests(args, lbp, use_block, use_block);  in xfs_dir2_leaf_addname()
 1012 xfs_dir3_leaf_log_bests(  in xfs_dir3_leaf_log_bests()  function
 1378 		xfs_dir3_leaf_log_bests(args, lbp, db, db);  in xfs_dir2_leaf_removename()
 1420 			xfs_dir3_leaf_log_bests(args, lbp, 0,  in xfs_dir2_leaf_removename()
 1604 	xfs_dir3_leaf_log_bests(args, lbp, 0, be32_to_cpu(ltp->bestcount) - 1);  in xfs_dir2_leaf_trim_data()
 1751 	xfs_dir3_leaf_log_bests(args, lbp, 0, be32_to_cpu(ltp->bestcount) - 1);  in xfs_dir2_node_to_leaf()
 
 |