Home
last modified time | relevance | path

Searched refs:mnt_mounts (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/
Dpnode.c319 if (!list_empty(&mnt->mnt_mounts) || do_refcount_check(mnt, refcnt)) in propagate_mount_busy()
325 if (child && list_empty(&child->mnt_mounts) && in propagate_mount_busy()
352 if (child && list_empty(&child->mnt_mounts)) in __propagate_umount()
Dnamespace.c228 INIT_LIST_HEAD(&mnt->mnt_mounts); in alloc_vfsmnt()
603 list_add_tail(&mnt->mnt_child, &path->mnt->mnt_mounts); in attach_mnt()
643 list_add_tail(&mnt->mnt_child, &parent->mnt_mounts); in commit_tree()
649 struct list_head *next = p->mnt_mounts.next; in next_mnt()
650 if (next == &p->mnt_mounts) { in next_mnt()
655 if (next != &p->mnt_parent->mnt_mounts) in next_mnt()
665 struct list_head *prev = p->mnt_mounts.prev; in skip_mnt_tree()
666 while (prev != &p->mnt_mounts) { in skip_mnt_tree()
668 prev = p->mnt_mounts.prev; in skip_mnt_tree()
1440 list_for_each_entry(r, &mnt->mnt_mounts, mnt_child) { in copy_tree()
[all …]
/linux-2.6.39/include/linux/
Dmount.h68 struct list_head mnt_mounts; /* list of children, anchored here */ member