Lines Matching defs:list

690 	list_for_each_entry(mnt, &ns->list, mnt_list) {
769 * for serializing calls for given disposal list.
771 static void __put_mountpoint(struct mountpoint *mp, struct list_head *list)
779 dput_to_list(dentry, list);
906 list_splice(&head, n->list.prev);
1084 /* stick the duplicate mount on the same expiry list
1142 LIST_HEAD(list);
1187 __put_mountpoint(unhash_mnt(p), &list);
1192 shrink_dentry_list(&list);
1274 list_for_each_continue(p, &ns->list) {
1294 prev = &p->ns->list;
1417 LIST_HEAD(list);
1420 list_splice_init(&ex_mountpoints, &list);
1424 shrink_dentry_list(&list);
2183 list_del_init(&source_mnt->mnt_ns->list);
2427 list_add_tail(&ns->list, &mnt->mnt_list);
2978 /* remove m from any expiration list it may be on */
2990 * mnt_set_expiry - Put a mount on an expiration list
2991 * @mnt: The mount to list.
2992 * @expiry_list: The list to add the mount to.
3005 * process a list of expirable mountpoints with the intent of discarding any
3020 /* extract from the expiration list every vfsmount that matches the
3046 * search the list of submounts for a given mountpoint, and move any
3047 * shrinkable submounts to the 'graveyard' list.
3066 * Descend a level if the d_mounts list is non-empty.
3090 * process a list of expirable mountpoints with the intent of discarding any
3100 /* extract submounts of 'mountpoint' from the expiration list */
3314 INIT_LIST_HEAD(&new_ns->list);
3363 list_add_tail(&new_ns->list, &new->mnt_list);
3418 list_add(&mnt->mnt_list, &ns->list);
3584 list_add(&mnt->mnt_list, &ns->list);
3838 list_add(&m->mnt_list, &ns->list);
3971 list_for_each_entry(mnt, &ns->list, mnt_list) {