Lines Matching defs:next
228 struct ext4_xattr_entry *next = EXT4_XATTR_NEXT(e);
229 if ((void *)next >= end) {
237 e = next;
326 struct ext4_xattr_entry *entry, *next;
333 for (entry = *pentry; !IS_LAST_ENTRY(entry); entry = next) {
334 next = EXT4_XATTR_NEXT(entry);
335 if ((void *) next >= end) {
1477 * Let the next inode be the goal, so we try and allocate the EA inode
1621 struct ext4_xattr_entry *last, *next;
1656 for (; !IS_LAST_ENTRY(last); last = next) {
1657 next = EXT4_XATTR_NEXT(last);
1658 if ((void *)next >= s->end) {