Lines Matching defs:next
196 struct ext4_xattr_entry *next = EXT4_XATTR_NEXT(e);
197 if ((void *)next >= end)
201 e = next;
290 struct ext4_xattr_entry *entry, *next;
297 for (entry = *pentry; !IS_LAST_ENTRY(entry); entry = next) {
298 next = EXT4_XATTR_NEXT(entry);
299 if ((void *) next >= end) {
1424 * Let the next inode be the goal, so we try and allocate the EA inode
1567 struct ext4_xattr_entry *last, *next;
1602 for (; !IS_LAST_ENTRY(last); last = next) {
1603 next = EXT4_XATTR_NEXT(last);
1604 if ((void *)next >= s->end) {