Lines Matching defs:prev
1039 list_splice(&head, n->list.prev);
1066 struct list_head *prev = p->mnt_mounts.prev;
1067 while (prev != &p->mnt_mounts) {
1068 p = list_entry(prev, struct mount, mnt_child);
1069 prev = p->mnt_mounts.prev;
1437 struct list_head *prev;
1441 prev = &p->ns->list;
1443 prev = &p->cursor.mnt_list;
1446 if (list_empty(prev))
1450 return mnt_list_next(p->ns, prev);