Lines Matching defs:here
130 struct ocfs2_xattr_entry *here;
490 * Errors after here are fatal
1083 entry = xs->here;
1096 xs->here = entry;
1173 xs->here = xs->header->xh_entries;
1178 size = le64_to_cpu(xs->here->xe_value_size);
1182 if (ocfs2_xattr_is_local(xs->here)) {
1184 le16_to_cpu(xs->here->xe_name_offset) +
1185 OCFS2_XATTR_SIZE(xs->here->xe_name_len), size);
1189 xs->here->xe_name_offset) +
1190 OCFS2_XATTR_SIZE(xs->here->xe_name_len));
1235 size = le64_to_cpu(xs->here->xe_value_size);
1241 name_offset = le16_to_cpu(xs->here->xe_name_offset);
1242 name_len = OCFS2_XATTR_SIZE(xs->here->xe_name_len);
1243 i = xs->here - xs->header->xh_entries;
1257 if (ocfs2_xattr_is_local(xs->here)) {
2161 * If we get here, we have a blank entry. Fill it. We grow our
2238 * From here on out, everything is going to modify the buffer a
2703 xs->here = xs->header->xh_entries;
2792 xs->not_found ? NULL : xs->here);
2799 xs->here = loc.xl_entry;
2840 xs->here = xs->header->xh_entries;
2975 xs->here = xs->header->xh_entries;
2981 xs->not_found ? NULL : xs->here);
2985 xs->here = loc.xl_entry;
3078 xe = xis->here;
3086 xe = xbs->here;
3089 i = xbs->here - xbs->header->xh_entries;
3910 xs->here = &xs->header->xh_entries[index];
4268 i = xs->here - old_xh->xh_entries;
4269 xs->here = &xs->header->xh_entries[i];
4695 * initialized a new empty bucket here.
4840 * cluster to fill, we came here from
4848 * how we get here, and the bucket isn't really new.
5350 * Both the ocfs2_xattr_value_root and the entry will be updated here.
5388 * From here on out we have to dirty the bucket. The generic
5555 xs->not_found ? NULL : xs->here);
5558 xs->here = loc.xl_entry;
5576 xs->here = loc.xl_entry;
5609 * one bucket's worth, so check it here whether we need to
5720 * the metaecc for the whole bucket. So it is done here.
5783 xe = xis->here;
5792 xe = xbs->here;
5795 i = xbs->here - xbs->header->xh_entries;