Home
last modified time | relevance | path

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

/linux/fs/
H A Dmount.h30 unsigned int pending_mounts;
29 unsigned int pending_mounts; global() member
H A Dnamespace.c1145 n->nr_mounts += n->pending_mounts; in commit_tree()
1146 n->pending_mounts = 0; in commit_tree()
2480 if (ns->pending_mounts >= max) in count_mounts()
2482 max -= ns->pending_mounts; in count_mounts()
2490 ns->pending_mounts += mounts;
2678 child->mnt_parent->mnt_ns->pending_mounts = 0; in attach_recursive_mnt()
2684 ns->pending_mounts = 0; in attach_recursive_mnt()