Lines Matching refs:mounts
923 n->mounts += n->pending_mounts; in commit_tree()
1531 ns->mounts--; in umount_tree()
2066 unsigned int mounts = 0, old, pending, sum; in count_mounts() local
2070 mounts++; in count_mounts()
2072 old = ns->mounts; in count_mounts()
2078 (mounts > (max - sum))) in count_mounts()
2081 ns->pending_mounts = pending + mounts; in count_mounts()
2436 ns->mounts++; in open_detached_copy()
3086 void mark_mounts_for_expiry(struct list_head *mounts) in mark_mounts_for_expiry() argument
3091 if (list_empty(mounts)) in mark_mounts_for_expiry()
3103 list_for_each_entry_safe(mnt, next, mounts, mnt_expire) { in mark_mounts_for_expiry()
3451 new_ns->mounts++; in copy_mnt_ns()
3494 ns->mounts++; in mount_subtree()
3675 ns->mounts = 1; in SYSCALL_DEFINE3()
4291 ns->mounts = 1; in init_mount_tree()