Lines Matching refs:hdr_s
1080 xfs_attr_leaf_hdr_t *hdr_s, *hdr_d; in xfs_attr_leaf_compact() local
1095 hdr_s = &leaf_s->hdr; in xfs_attr_leaf_compact()
1097 hdr_d->info = hdr_s->info; /* struct copy */ in xfs_attr_leaf_compact()
1118 (int)INT_GET(hdr_s->count, ARCH_CONVERT), mp); in xfs_attr_leaf_compact()
2017 xfs_attr_leaf_hdr_t *hdr_s, *hdr_d; in xfs_attr_leaf_moveents() local
2034 hdr_s = &leaf_s->hdr; in xfs_attr_leaf_moveents()
2036 ASSERT((INT_GET(hdr_s->count, ARCH_CONVERT) > 0) in xfs_attr_leaf_moveents()
2037 && (INT_GET(hdr_s->count, ARCH_CONVERT) in xfs_attr_leaf_moveents()
2039 ASSERT(INT_GET(hdr_s->firstused, ARCH_CONVERT) >= in xfs_attr_leaf_moveents()
2040 ((INT_GET(hdr_s->count, ARCH_CONVERT) in xfs_attr_leaf_moveents()
2041 * sizeof(*entry_s))+sizeof(*hdr_s))); in xfs_attr_leaf_moveents()
2047 ASSERT(start_s < INT_GET(hdr_s->count, ARCH_CONVERT)); in xfs_attr_leaf_moveents()
2049 ASSERT(count <= INT_GET(hdr_s->count, ARCH_CONVERT)); in xfs_attr_leaf_moveents()
2071 >= INT_GET(hdr_s->firstused, ARCH_CONVERT)); in xfs_attr_leaf_moveents()
2081 INT_MOD(hdr_s->usedbytes, ARCH_CONVERT, -tmp); in xfs_attr_leaf_moveents()
2082 INT_MOD(hdr_s->count, ARCH_CONVERT, -1); in xfs_attr_leaf_moveents()
2102 INT_MOD(hdr_s->usedbytes, ARCH_CONVERT, -tmp); in xfs_attr_leaf_moveents()
2104 INT_MOD(hdr_s->count, ARCH_CONVERT, -1); in xfs_attr_leaf_moveents()
2118 if (start_s == INT_GET(hdr_s->count, ARCH_CONVERT)) { in xfs_attr_leaf_moveents()
2129 tmp = INT_GET(hdr_s->count, ARCH_CONVERT) - count; in xfs_attr_leaf_moveents()
2136 entry_s = &leaf_s->entries[INT_GET(hdr_s->count, in xfs_attr_leaf_moveents()
2158 hdr_s->holes = 1; /* leaf may not be compact */ in xfs_attr_leaf_moveents()