Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dmount.h27 int m_count; member
Dnamespace.c728 mp->m_count++; in lookup_mountpoint()
752 mp->m_count = 1; in new_mountpoint()
760 if (!--mp->m_count) { in put_mountpoint()
839 mp->m_count++; in mnt_set_mountpoint()
3031 root_mp->m_count++; /* pin it so it won't go away */ in SYSCALL_DEFINE2()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dmcg.c337 u32 m_count; in promisc_steering_entry() local
351 m_count = be32_to_cpu(mgm->members_count) & 0xffffff; in promisc_steering_entry()
353 *members_count = m_count; in promisc_steering_entry()
355 for (i = 0; i < m_count; i++) { in promisc_steering_entry()