Lines Matching refs:mounts
1042 n->mounts += n->pending_mounts; in commit_tree()
1660 ns->mounts--; in umount_tree()
2208 unsigned int mounts = 0; in count_mounts() local
2211 if (ns->mounts >= max) in count_mounts()
2213 max -= ns->mounts; in count_mounts()
2219 mounts++; in count_mounts()
2221 if (mounts > max) in count_mounts()
2224 ns->pending_mounts += mounts; in count_mounts()
2670 ns->mounts++; in open_detached_copy()
3444 void mark_mounts_for_expiry(struct list_head *mounts) in mark_mounts_for_expiry() argument
3449 if (list_empty(mounts)) in mark_mounts_for_expiry()
3461 list_for_each_entry_safe(mnt, next, mounts, mnt_expire) { in mark_mounts_for_expiry()
3809 new_ns->mounts++; in copy_mnt_ns()
3853 ns->mounts++; in mount_subtree()
4034 ns->mounts = 1; in SYSCALL_DEFINE3()
4713 ns->mounts = 1; in init_mount_tree()