Searched refs:start_d (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_dir2_node.c | 77 int start_s, xfs_dabuf_t *bp_d, int start_d, 658 int start_d, /* destination leaf index */ in xfs_dir2_leafn_moveents() argument 667 start_d, count); in xfs_dir2_leafn_moveents() 682 if (start_d < INT_GET(leaf_d->hdr.count, ARCH_CONVERT)) { in xfs_dir2_leafn_moveents() 683 memmove(&leaf_d->ents[start_d + count], &leaf_d->ents[start_d], in xfs_dir2_leafn_moveents() 684 (INT_GET(leaf_d->hdr.count, ARCH_CONVERT) - start_d) * in xfs_dir2_leafn_moveents() 686 xfs_dir2_leaf_log_ents(tp, bp_d, start_d + count, in xfs_dir2_leafn_moveents() 705 memcpy(&leaf_d->ents[start_d], &leaf_s->ents[start_s], in xfs_dir2_leafn_moveents() 707 xfs_dir2_leaf_log_ents(tp, bp_d, start_d, start_d + count - 1); in xfs_dir2_leafn_moveents()
|
D | xfs_dir_leaf.c | 1787 xfs_dir_leafblock_t *leaf_d, int start_d, in xfs_dir_leaf_moveents() argument 1815 ASSERT(start_d <= INT_GET(hdr_d->count, ARCH_CONVERT)); in xfs_dir_leaf_moveents() 1821 if (start_d < INT_GET(hdr_d->count, ARCH_CONVERT)) { in xfs_dir_leaf_moveents() 1822 tmp = INT_GET(hdr_d->count, ARCH_CONVERT) - start_d; in xfs_dir_leaf_moveents() 1824 entry_s = &leaf_d->entries[start_d]; in xfs_dir_leaf_moveents() 1825 entry_d = &leaf_d->entries[start_d + count]; in xfs_dir_leaf_moveents() 1834 entry_d = &leaf_d->entries[start_d]; in xfs_dir_leaf_moveents()
|
D | xfs_attr_leaf.c | 2014 xfs_attr_leafblock_t *leaf_d, int start_d, in xfs_attr_leaf_moveents() argument 2048 ASSERT(start_d <= INT_GET(hdr_d->count, ARCH_CONVERT)); in xfs_attr_leaf_moveents() 2054 if (start_d < INT_GET(hdr_d->count, ARCH_CONVERT)) { in xfs_attr_leaf_moveents() 2055 tmp = INT_GET(hdr_d->count, ARCH_CONVERT) - start_d; in xfs_attr_leaf_moveents() 2057 entry_s = &leaf_d->entries[start_d]; in xfs_attr_leaf_moveents() 2058 entry_d = &leaf_d->entries[start_d + count]; in xfs_attr_leaf_moveents() 2067 entry_d = &leaf_d->entries[start_d]; in xfs_attr_leaf_moveents() 2068 desti = start_d; in xfs_attr_leaf_moveents()
|