Lines Matching refs:vstruct_end
34 entry < (struct jset_entry *) vstruct_end(&clean->field);
36 if (vstruct_end(entry) > vstruct_end(&clean->field)) {
39 (u64 *) vstruct_end(entry) - (u64 *) vstruct_end(&clean->field));
65 end = vstruct_end(&clean->field);
224 entry != vstruct_end(&clean->field);
226 if ((void *) vstruct_next(entry) > vstruct_end(&clean->field)) {
247 entry != vstruct_end(&clean->field);
249 if ((void *) vstruct_next(entry) > vstruct_end(&clean->field))
320 BUG_ON((void *) entry > vstruct_end(&sb_clean->field));
323 vstruct_end(&sb_clean->field) - (void *) entry);