Lines Matching defs:here
124 struct ocfs2_xattr_entry *here;
484 * Errors after here are fatal
1077 entry = xs->here;
1090 xs->here = entry;
1167 xs->here = xs->header->xh_entries;
1172 size = le64_to_cpu(xs->here->xe_value_size);
1176 if (ocfs2_xattr_is_local(xs->here)) {
1178 le16_to_cpu(xs->here->xe_name_offset) +
1179 OCFS2_XATTR_SIZE(xs->here->xe_name_len), size);
1183 xs->here->xe_name_offset) +
1184 OCFS2_XATTR_SIZE(xs->here->xe_name_len));
1229 size = le64_to_cpu(xs->here->xe_value_size);
1235 name_offset = le16_to_cpu(xs->here->xe_name_offset);
1236 name_len = OCFS2_XATTR_SIZE(xs->here->xe_name_len);
1237 i = xs->here - xs->header->xh_entries;
1251 if (ocfs2_xattr_is_local(xs->here)) {
2155 * If we get here, we have a blank entry. Fill it. We grow our
2232 * From here on out, everything is going to modify the buffer a
2697 xs->here = xs->header->xh_entries;
2786 xs->not_found ? NULL : xs->here);
2793 xs->here = loc.xl_entry;
2834 xs->here = xs->header->xh_entries;
2969 xs->here = xs->header->xh_entries;
2975 xs->not_found ? NULL : xs->here);
2979 xs->here = loc.xl_entry;
3072 xe = xis->here;
3080 xe = xbs->here;
3083 i = xbs->here - xbs->header->xh_entries;
3904 xs->here = &xs->header->xh_entries[index];
4262 i = xs->here - old_xh->xh_entries;
4263 xs->here = &xs->header->xh_entries[i];
4689 * initialized a new empty bucket here.
4834 * cluster to fill, we came here from
4842 * how we get here, and the bucket isn't really new.
5344 * Both the ocfs2_xattr_value_root and the entry will be updated here.
5382 * From here on out we have to dirty the bucket. The generic
5549 xs->not_found ? NULL : xs->here);
5552 xs->here = loc.xl_entry;
5570 xs->here = loc.xl_entry;
5603 * one bucket's worth, so check it here whether we need to
5714 * the metaecc for the whole bucket. So it is done here.
5777 xe = xis->here;
5786 xe = xbs->here;
5789 i = xbs->here - xbs->header->xh_entries;