Home
last modified time | relevance | path

Searched refs:dhdr (Results 1 – 1 of 1) sorted by relevance

/fs/xfs/libxfs/
Dxfs_dir2_node.c956 struct xfs_dir3_icleaf_hdr *dhdr, in xfs_dir3_leafn_moveents() argument
976 if (start_d < dhdr->count) { in xfs_dir3_leafn_moveents()
978 (dhdr->count - start_d) * sizeof(xfs_dir2_leaf_entry_t)); in xfs_dir3_leafn_moveents()
979 xfs_dir3_leaf_log_ents(args, dhdr, bp_d, start_d + count, in xfs_dir3_leafn_moveents()
980 count + dhdr->count - 1); in xfs_dir3_leafn_moveents()
1001 xfs_dir3_leaf_log_ents(args, dhdr, bp_d, start_d, start_d + count - 1); in xfs_dir3_leafn_moveents()
1019 dhdr->count += count; in xfs_dir3_leafn_moveents()
1020 dhdr->stale += stale; in xfs_dir3_leafn_moveents()