Searched refs:xfs_dir3_leaf_log_ents (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_dir2_priv.h | 64 extern void xfs_dir3_leaf_log_ents(struct xfs_da_args *args,
|
| D | xfs_dir2_leaf.c | 395 xfs_dir3_leaf_log_ents(args, lbp, 0, leafhdr.count - 1); in xfs_dir2_block_to_leaf() 857 xfs_dir3_leaf_log_ents(args, lbp, lfloglow, lfloghigh); in xfs_dir2_leaf_addname() 911 xfs_dir3_leaf_log_ents(args, bp, loglow, to - 1); in xfs_dir3_leaf_compact() 1038 xfs_dir3_leaf_log_ents( in xfs_dir3_leaf_log_ents() function 1362 xfs_dir3_leaf_log_ents(args, lbp, index, index); in xfs_dir2_leaf_removename()
|
| D | xfs_dir2_node.c | 498 xfs_dir3_leaf_log_ents(args, bp, lfloglow, lfloghigh); in xfs_dir2_leafn_add() 914 xfs_dir3_leaf_log_ents(args, bp_d, start_d + count, in xfs_dir3_leafn_moveents() 936 xfs_dir3_leaf_log_ents(args, bp_d, start_d, start_d + count - 1); in xfs_dir3_leafn_moveents() 945 xfs_dir3_leaf_log_ents(args, bp_s, start_s, start_s + count - 1); in xfs_dir3_leafn_moveents() 1250 xfs_dir3_leaf_log_ents(args, bp, index, index); in xfs_dir2_leafn_remove()
|