Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_dir_leaf.c1031 xfs_dir_leaf_hdr_t *hdr_s, *hdr_d; in xfs_dir_leaf_compact() local
1059 hdr_s = &leaf_s->hdr; in xfs_dir_leaf_compact()
1061 hdr_d->info = hdr_s->info; /* struct copy */ in xfs_dir_leaf_compact()
1076 xfs_dir_leaf_moveents(leaf_s, 0, leaf_d, 0, (int)INT_GET(hdr_s->count, ARCH_CONVERT), mp); in xfs_dir_leaf_compact()
1790 xfs_dir_leaf_hdr_t *hdr_s, *hdr_d; in xfs_dir_leaf_moveents() local
1805 hdr_s = &leaf_s->hdr; in xfs_dir_leaf_moveents()
1807 …ASSERT((INT_GET(hdr_s->count, ARCH_CONVERT) > 0) && (INT_GET(hdr_s->count, ARCH_CONVERT) < (XFS_LB… in xfs_dir_leaf_moveents()
1808 ASSERT(INT_GET(hdr_s->firstused, ARCH_CONVERT) >= in xfs_dir_leaf_moveents()
1809 ((INT_GET(hdr_s->count, ARCH_CONVERT)*sizeof(*entry_s))+sizeof(*hdr_s))); in xfs_dir_leaf_moveents()
1814 ASSERT(start_s < INT_GET(hdr_s->count, ARCH_CONVERT)); in xfs_dir_leaf_moveents()
[all …]
Dxfs_attr_leaf.c1080 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()
[all …]