Lines Matching refs:ocfs2_xattr_entry
124 struct ocfs2_xattr_entry *here;
193 * The ocfs2_xattr_entry this location describes. If this is
197 struct ocfs2_xattr_entry *xl_entry;
227 static int namevalue_size_xe(struct ocfs2_xattr_entry *xe)
557 sizeof(struct ocfs2_xattr_entry);
563 sizeof(struct ocfs2_xattr_entry);
566 static int ocfs2_xe_entry_usage(struct ocfs2_xattr_entry *xe)
569 sizeof(struct ocfs2_xattr_entry);
933 struct ocfs2_xattr_entry *entry = &header->xh_entries[i];
1069 struct ocfs2_xattr_entry *entry;
1426 (num_entries * sizeof(struct ocfs2_xattr_entry)) -
1624 struct ocfs2_xattr_entry *entry = loc->xl_entry;
1657 memset(loc->xl_entry, 0, sizeof(struct ocfs2_xattr_entry));
1768 * the ocfs2_xattr_entry.
1775 needed_space -= sizeof(struct ocfs2_xattr_entry);
1810 struct ocfs2_xattr_entry *tmp_xe;
1833 ((count - low) * sizeof(struct ocfs2_xattr_entry)));
1837 memset(loc->xl_entry, 0, sizeof(struct ocfs2_xattr_entry));
1930 struct ocfs2_xattr_entry *entry = loc->xl_entry;
1945 sizeof(struct ocfs2_xattr_entry);
1947 (count - index) * sizeof(struct ocfs2_xattr_entry));
1949 sizeof(struct ocfs2_xattr_entry));
2264 struct ocfs2_xattr_entry *entry)
2283 struct ocfs2_xattr_entry *entry)
2301 struct ocfs2_xattr_entry *entry)
2370 struct ocfs2_xattr_entry *entry = &header->xh_entries[i];
3001 struct ocfs2_xattr_entry *last;
3023 if (free >= (sizeof(struct ocfs2_xattr_entry) + namevalue_size_xi(xi)))
3042 struct ocfs2_xattr_entry *xe = NULL;
3753 struct ocfs2_xattr_entry *xe = NULL;
3817 struct ocfs2_xattr_entry *xe = NULL;
4049 struct ocfs2_xattr_entry *entry = &bucket_xh(bucket)->xh_entries[i];
4150 const struct ocfs2_xattr_entry *l = a, *r = b;
4163 struct ocfs2_xattr_entry *l = a, *r = b, tmp;
4166 memcpy(l, r, sizeof(struct ocfs2_xattr_entry));
4167 memcpy(r, &tmp, sizeof(struct ocfs2_xattr_entry));
4185 struct ocfs2_xattr_entry *xe;
4223 size = count * sizeof(struct ocfs2_xattr_entry);
4234 sort(target + offset, count, sizeof(struct ocfs2_xattr_entry),
4362 const struct ocfs2_xattr_entry *l = a, *r = b;
4390 struct ocfs2_xattr_entry *xe;
4429 sizeof(struct ocfs2_xattr_entry),
4471 sizeof(struct ocfs2_xattr_entry),
4579 struct ocfs2_xattr_entry *entries = xh->xh_entries;
4630 struct ocfs2_xattr_entry *xe;
4732 len = sizeof(struct ocfs2_xattr_entry) * (count - start);
4738 len = sizeof(struct ocfs2_xattr_entry) * start;
4776 sizeof(struct ocfs2_xattr_entry) * (count - start));
5356 struct ocfs2_xattr_entry *xe;
5654 struct ocfs2_xattr_entry *xe;
5764 struct ocfs2_xattr_entry *xe;
5939 struct ocfs2_xattr_entry *xe;
6002 struct ocfs2_xattr_entry *xe = &xh->xh_entries[offset];
6040 struct ocfs2_xattr_entry *xe;
6174 typedef int (should_xattr_reflinked)(struct ocfs2_xattr_entry *xe);
6218 struct ocfs2_xattr_entry *xe;
6260 struct ocfs2_xattr_entry *xe = &xh->xh_entries[offset];
6346 struct ocfs2_xattr_entry *xe, *last;
6367 sizeof(struct ocfs2_xattr_entry));
7115 static int ocfs2_reflink_xattr_no_security(struct ocfs2_xattr_entry *xe)