Lines Matching refs:ocfs2_xattr_entry
130 struct ocfs2_xattr_entry *here;
199 * The ocfs2_xattr_entry this location describes. If this is
203 struct ocfs2_xattr_entry *xl_entry;
233 static int namevalue_size_xe(struct ocfs2_xattr_entry *xe)
563 sizeof(struct ocfs2_xattr_entry);
569 sizeof(struct ocfs2_xattr_entry);
572 static int ocfs2_xe_entry_usage(struct ocfs2_xattr_entry *xe)
575 sizeof(struct ocfs2_xattr_entry);
939 struct ocfs2_xattr_entry *entry = &header->xh_entries[i];
1075 struct ocfs2_xattr_entry *entry;
1432 (num_entries * sizeof(struct ocfs2_xattr_entry)) -
1630 struct ocfs2_xattr_entry *entry = loc->xl_entry;
1663 memset(loc->xl_entry, 0, sizeof(struct ocfs2_xattr_entry));
1774 * the ocfs2_xattr_entry.
1781 needed_space -= sizeof(struct ocfs2_xattr_entry);
1816 struct ocfs2_xattr_entry *tmp_xe;
1839 ((count - low) * sizeof(struct ocfs2_xattr_entry)));
1843 memset(loc->xl_entry, 0, sizeof(struct ocfs2_xattr_entry));
1936 struct ocfs2_xattr_entry *entry = loc->xl_entry;
1951 sizeof(struct ocfs2_xattr_entry);
1953 (count - index) * sizeof(struct ocfs2_xattr_entry));
1955 sizeof(struct ocfs2_xattr_entry));
2270 struct ocfs2_xattr_entry *entry)
2289 struct ocfs2_xattr_entry *entry)
2307 struct ocfs2_xattr_entry *entry)
2376 struct ocfs2_xattr_entry *entry = &header->xh_entries[i];
3007 struct ocfs2_xattr_entry *last;
3029 if (free >= (sizeof(struct ocfs2_xattr_entry) + namevalue_size_xi(xi)))
3048 struct ocfs2_xattr_entry *xe = NULL;
3759 struct ocfs2_xattr_entry *xe = NULL;
3823 struct ocfs2_xattr_entry *xe = NULL;
4055 struct ocfs2_xattr_entry *entry = &bucket_xh(bucket)->xh_entries[i];
4156 const struct ocfs2_xattr_entry *l = a, *r = b;
4169 struct ocfs2_xattr_entry *l = a, *r = b, tmp;
4172 memcpy(l, r, sizeof(struct ocfs2_xattr_entry));
4173 memcpy(r, &tmp, sizeof(struct ocfs2_xattr_entry));
4191 struct ocfs2_xattr_entry *xe;
4229 size = count * sizeof(struct ocfs2_xattr_entry);
4240 sort(target + offset, count, sizeof(struct ocfs2_xattr_entry),
4368 const struct ocfs2_xattr_entry *l = a, *r = b;
4396 struct ocfs2_xattr_entry *xe;
4435 sizeof(struct ocfs2_xattr_entry),
4477 sizeof(struct ocfs2_xattr_entry),
4585 struct ocfs2_xattr_entry *entries = xh->xh_entries;
4636 struct ocfs2_xattr_entry *xe;
4738 len = sizeof(struct ocfs2_xattr_entry) * (count - start);
4744 len = sizeof(struct ocfs2_xattr_entry) * start;
4782 sizeof(struct ocfs2_xattr_entry) * (count - start));
5362 struct ocfs2_xattr_entry *xe;
5660 struct ocfs2_xattr_entry *xe;
5770 struct ocfs2_xattr_entry *xe;
5945 struct ocfs2_xattr_entry *xe;
6008 struct ocfs2_xattr_entry *xe = &xh->xh_entries[offset];
6046 struct ocfs2_xattr_entry *xe;
6180 typedef int (should_xattr_reflinked)(struct ocfs2_xattr_entry *xe);
6224 struct ocfs2_xattr_entry *xe;
6266 struct ocfs2_xattr_entry *xe = &xh->xh_entries[offset];
6352 struct ocfs2_xattr_entry *xe, *last;
6373 sizeof(struct ocfs2_xattr_entry));
7121 static int ocfs2_reflink_xattr_no_security(struct ocfs2_xattr_entry *xe)