Searched refs:xfs_dir2_block_log_leaf (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_dir2_block.c | 27 static void xfs_dir2_block_log_leaf(xfs_trans_t *tp, struct xfs_buf *bp,529 	xfs_dir2_block_log_leaf(tp, bp, lfloglow, lfloghigh);  in xfs_dir2_block_addname()
 564 xfs_dir2_block_log_leaf(  in xfs_dir2_block_log_leaf()  function
 804 	xfs_dir2_block_log_leaf(tp, bp, ent, ent);  in xfs_dir2_block_removename()
 1012 	xfs_dir2_block_log_leaf(tp, dbp, 0, be32_to_cpu(btp->count) - 1);  in xfs_dir2_leaf_to_block()
 1248 	xfs_dir2_block_log_leaf(tp, bp, 0, be32_to_cpu(btp->count) - 1);  in xfs_dir2_sf_to_block()
 
 |