Searched refs:xfs_dir2_block_log_leaf (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 30 static void xfs_dir2_block_log_leaf(xfs_trans_t *tp, struct xfs_buf *bp, 532 xfs_dir2_block_log_leaf(tp, bp, lfloglow, lfloghigh); in xfs_dir2_block_addname() 567 xfs_dir2_block_log_leaf( in xfs_dir2_block_log_leaf() function 807 xfs_dir2_block_log_leaf(tp, bp, ent, ent); in xfs_dir2_block_removename() 1015 xfs_dir2_block_log_leaf(tp, dbp, 0, be32_to_cpu(btp->count) - 1); in xfs_dir2_leaf_to_block() 1251 xfs_dir2_block_log_leaf(tp, bp, 0, be32_to_cpu(btp->count) - 1); in xfs_dir2_sf_to_block()
|