Lines Matching defs:list

769 	list_for_each_entry(mnt, &ns->list, mnt_list) {
848 * for serializing calls for given disposal list.
850 static void __put_mountpoint(struct mountpoint *mp, struct list_head *list)
858 dput_to_list(dentry, list);
972 * list of child mounts
979 * to @parent's child mount list and to @mount_hashtable.
1039 list_splice(&head, n->list.prev);
1219 /* stick the duplicate mount on the same expiry list
1277 LIST_HEAD(list);
1322 __put_mountpoint(unhash_mnt(p), &list);
1327 shrink_dentry_list(&list);
1421 list_for_each_continue(p, &ns->list) {
1441 prev = &p->ns->list;
1564 LIST_HEAD(list);
1567 list_splice_init(&ex_mountpoints, &list);
1571 shrink_dentry_list(&list);
2357 list_del_init(&source_mnt->mnt_ns->list);
2672 list_add_tail(&ns->list, &mnt->mnt_list);
3410 /* remove m from any expiration list it may be on */
3422 * mnt_set_expiry - Put a mount on an expiration list
3423 * @mnt: The mount to list.
3424 * @expiry_list: The list to add the mount to.
3437 * process a list of expirable mountpoints with the intent of discarding any
3452 /* extract from the expiration list every vfsmount that matches the
3478 * search the list of submounts for a given mountpoint, and move any
3479 * shrinkable submounts to the 'graveyard' list.
3498 * Descend a level if the d_mounts list is non-empty.
3522 * process a list of expirable mountpoints with the intent of discarding any
3532 /* extract submounts of 'mountpoint' from the expiration list */
3746 INIT_LIST_HEAD(&new_ns->list);
3795 list_add_tail(&new_ns->list, &new->mnt_list);
3851 list_add(&mnt->mnt_list, &ns->list);
4032 list_add(&mnt->mnt_list, &ns->list);
4711 list_add(&m->mnt_list, &ns->list);
4843 list_for_each_entry(mnt, &ns->list, mnt_list) {