Home
last modified time | relevance | path

Searched refs:m_count (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/
Dmount.h31 int m_count; member
Dnamespace.c701 mp->m_count++; in lookup_mountpoint()
743 new->m_count = 1; in get_mountpoint()
757 if (!--mp->m_count) { in put_mountpoint()
836 mp->m_count++; in mnt_set_mountpoint()
3133 root_mp->m_count++; /* pin it so it won't go away */ in SYSCALL_DEFINE2()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dmcg.c336 u32 m_count; in promisc_steering_entry() local
350 m_count = be32_to_cpu(mgm->members_count) & 0xffffff; in promisc_steering_entry()
352 *members_count = m_count; in promisc_steering_entry()
354 for (i = 0; i < m_count; i++) { in promisc_steering_entry()