Lines Matching refs:mounts
893 n->mounts += n->pending_mounts; in commit_tree()
1480 ns->mounts--; in umount_tree()
1980 unsigned int mounts = 0, old, pending, sum; in count_mounts() local
1984 mounts++; in count_mounts()
1986 old = ns->mounts; in count_mounts()
1992 (mounts > (max - sum))) in count_mounts()
1995 ns->pending_mounts = pending + mounts; in count_mounts()
2363 ns->mounts++; in open_detached_copy()
2910 void mark_mounts_for_expiry(struct list_head *mounts) in mark_mounts_for_expiry() argument
2915 if (list_empty(mounts)) in mark_mounts_for_expiry()
2927 list_for_each_entry_safe(mnt, next, mounts, mnt_expire) { in mark_mounts_for_expiry()
3293 new_ns->mounts++; in copy_mnt_ns()
3336 ns->mounts++; in mount_subtree()
3508 ns->mounts = 1; in SYSCALL_DEFINE3()
3762 ns->mounts = 1; in init_mount_tree()