Searched refs:hdr_d (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir_leaf.c1014 xfs_dir_leaf_hdr_t *hdr_s, *hdr_d; local
1043 hdr_d = &leaf_d->hdr;
1044 hdr_d->info = hdr_s->info; /* struct copy */
1045 INT_SET(hdr_d->firstused, ARCH_CONVERT, lbsize);
1046 if (!hdr_d->firstused)
1047 INT_SET(hdr_d->firstused, ARCH_CONVERT, lbsize - 1);
1048 hdr_d->namebytes = 0;
1049 hdr_d->count = 0;
1050 hdr_d->holes = 0;
1051 INT_SET(hdr_d
1773 xfs_dir_leaf_hdr_t *hdr_s, *hdr_d; local
[all...]
H A Dxfs_attr_leaf.c1182 xfs_attr_leaf_hdr_t *hdr_s, *hdr_d; local
1198 hdr_d = &leaf_d->hdr;
1199 hdr_d->info = hdr_s->info; /* struct copy */
1200 hdr_d->firstused = cpu_to_be16(XFS_LBSIZE(mp));
1202 if (!hdr_d->firstused) {
1203 hdr_d->firstused = cpu_to_be16(
1206 hdr_d->usedbytes = 0;
1207 hdr_d->count = 0;
1208 hdr_d->holes = 0;
1209 hdr_d
2080 xfs_attr_leaf_hdr_t *hdr_s, *hdr_d; local
[all...]

Completed in 108 milliseconds