Lines Matching refs:mounts
907 n->mounts += n->pending_mounts; in commit_tree()
1508 ns->mounts--; in umount_tree()
2016 unsigned int mounts = 0, old, pending, sum; in count_mounts() local
2020 mounts++; in count_mounts()
2022 old = ns->mounts; in count_mounts()
2028 (mounts > (max - sum))) in count_mounts()
2031 ns->pending_mounts = pending + mounts; in count_mounts()
2399 ns->mounts++; in open_detached_copy()
2973 void mark_mounts_for_expiry(struct list_head *mounts) in mark_mounts_for_expiry() argument
2978 if (list_empty(mounts)) in mark_mounts_for_expiry()
2990 list_for_each_entry_safe(mnt, next, mounts, mnt_expire) { in mark_mounts_for_expiry()
3338 new_ns->mounts++; in copy_mnt_ns()
3381 ns->mounts++; in mount_subtree()
3547 ns->mounts = 1; in SYSCALL_DEFINE3()
3801 ns->mounts = 1; in init_mount_tree()