Lines Matching refs:mounts
891 n->mounts += n->pending_mounts; in commit_tree()
1458 ns->mounts--; in umount_tree()
1958 unsigned int mounts = 0, old, pending, sum; in count_mounts() local
1962 mounts++; in count_mounts()
1964 old = ns->mounts; in count_mounts()
1970 (mounts > (max - sum))) in count_mounts()
1973 ns->pending_mounts = pending + mounts; in count_mounts()
2341 ns->mounts++; in open_detached_copy()
2880 void mark_mounts_for_expiry(struct list_head *mounts) in mark_mounts_for_expiry() argument
2885 if (list_empty(mounts)) in mark_mounts_for_expiry()
2897 list_for_each_entry_safe(mnt, next, mounts, mnt_expire) { in mark_mounts_for_expiry()
3263 new_ns->mounts++; in copy_mnt_ns()
3306 ns->mounts++; in mount_subtree()
3478 ns->mounts = 1; in SYSCALL_DEFINE3()
3732 ns->mounts = 1; in init_mount_tree()