Home
last modified time | relevance | path

Searched refs:pending_mounts (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/
Dmount.h24 unsigned int pending_mounts; member
Dnamespace.c967 n->mounts += n->pending_mounts; in commit_tree()
968 n->pending_mounts = 0; in commit_tree()
2121 if (ns->pending_mounts >= max) in count_mounts()
2123 max -= ns->pending_mounts; in count_mounts()
2131 ns->pending_mounts += mounts; in count_mounts()
2272 child->mnt_parent->mnt_ns->pending_mounts = 0; in attach_recursive_mnt()
2278 ns->pending_mounts = 0; in attach_recursive_mnt()