Home
last modified time | relevance | path

Searched refs:pending_mounts (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dmount.h25 unsigned int pending_mounts; member
H A Dnamespace.c908 n->mounts += n->pending_mounts; in commit_tree()
909 n->pending_mounts = 0; in commit_tree()
2061 pending = ns->pending_mounts; in count_mounts()
2069 ns->pending_mounts = pending + mounts; in count_mounts()
2210 child->mnt_parent->mnt_ns->pending_mounts = 0; in attach_recursive_mnt()
2216 ns->pending_mounts = 0; in attach_recursive_mnt()
/kernel/linux/linux-6.6/fs/
H A Dmount.h24 unsigned int pending_mounts; member
H A Dnamespace.c1041 n->mounts += n->pending_mounts; in commit_tree()
1042 n->pending_mounts = 0; in commit_tree()
2213 if (ns->pending_mounts >= max) in count_mounts()
2215 max -= ns->pending_mounts; in count_mounts()
2223 ns->pending_mounts += mounts; in count_mounts()
2387 child->mnt_parent->mnt_ns->pending_mounts = 0; in attach_recursive_mnt()
2393 ns->pending_mounts = 0; in attach_recursive_mnt()

Completed in 11 milliseconds