Lines Matching refs:mounts
964 n->mounts += n->pending_mounts; in commit_tree()
1582 ns->mounts--; in umount_tree()
2117 unsigned int mounts = 0; in count_mounts() local
2120 if (ns->mounts >= max) in count_mounts()
2122 max -= ns->mounts; in count_mounts()
2128 mounts++; in count_mounts()
2130 if (mounts > max) in count_mounts()
2133 ns->pending_mounts += mounts; in count_mounts()
2488 ns->mounts++; in open_detached_copy()
3140 void mark_mounts_for_expiry(struct list_head *mounts) in mark_mounts_for_expiry() argument
3145 if (list_empty(mounts)) in mark_mounts_for_expiry()
3157 list_for_each_entry_safe(mnt, next, mounts, mnt_expire) { in mark_mounts_for_expiry()
3505 new_ns->mounts++; in copy_mnt_ns()
3549 ns->mounts++; in mount_subtree()
3730 ns->mounts = 1; in SYSCALL_DEFINE3()
4399 ns->mounts = 1; in init_mount_tree()