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

/linux-master/fs/
H A Dmount.h18 unsigned int pending_mounts; member in struct:mnt_namespace
H A Dnamespace.c1054 n->nr_mounts += n->pending_mounts;
1055 n->pending_mounts = 0;
2215 if (ns->pending_mounts >= max)
2217 max -= ns->pending_mounts;
2225 ns->pending_mounts += mounts;
2393 child->mnt_parent->mnt_ns->pending_mounts = 0;
2399 ns->pending_mounts = 0;

Completed in 133 milliseconds