Searched refs:leaf_d (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir2_node.c640 xfs_dir2_leaf_t *leaf_d; /* destination leaf structure */ local
655 leaf_d = bp_d->data;
661 if (start_d < be16_to_cpu(leaf_d->hdr.count)) {
662 memmove(&leaf_d->ents[start_d + count], &leaf_d->ents[start_d],
663 (be16_to_cpu(leaf_d->hdr.count) - start_d) *
666 count + be16_to_cpu(leaf_d->hdr.count) - 1);
684 memcpy(&leaf_d->ents[start_d], &leaf_s->ents[start_s],
701 be16_add(&leaf_d->hdr.count, count);
702 be16_add(&leaf_d
[all...]
H A Dxfs_dir_leaf.c1013 xfs_dir_leafblock_t *leaf_s, *leaf_d; local
1041 leaf_d = bp->data;
1043 hdr_d = &leaf_d->hdr;
1059 xfs_dir_leaf_moveents(leaf_s, 0, leaf_d, 0, (int)INT_GET(hdr_s->count, ARCH_CONVERT), mp);
1770 xfs_dir_leafblock_t *leaf_d, int start_d,
1787 ASSERT(be16_to_cpu(leaf_d->hdr.info.magic) == XFS_DIR_LEAF_MAGIC);
1789 hdr_d = &leaf_d->hdr;
1807 entry_s = &leaf_d->entries[start_d];
1808 entry_d = &leaf_d->entries[start_d + count];
1817 entry_d = &leaf_d
1769 xfs_dir_leaf_moveents(xfs_dir_leafblock_t *leaf_s, int start_s, xfs_dir_leafblock_t *leaf_d, int start_d, int count, xfs_mount_t *mp) argument
[all...]
H A Dxfs_attr_leaf.c1181 xfs_attr_leafblock_t *leaf_s, *leaf_d; local
1196 leaf_d = bp->data;
1198 hdr_d = &leaf_d->hdr;
1217 xfs_attr_leaf_moveents(leaf_s, 0, leaf_d, 0,
2077 xfs_attr_leafblock_t *leaf_d, int start_d,
2094 ASSERT(be16_to_cpu(leaf_d->hdr.info.magic) == XFS_ATTR_LEAF_MAGIC);
2096 hdr_d = &leaf_d->hdr;
2117 entry_s = &leaf_d->entries[start_d];
2118 entry_d = &leaf_d->entries[start_d + count];
2127 entry_d = &leaf_d
2076 xfs_attr_leaf_moveents(xfs_attr_leafblock_t *leaf_s, int start_s, xfs_attr_leafblock_t *leaf_d, int start_d, int count, xfs_mount_t *mp) argument
[all...]

Completed in 117 milliseconds