Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dmount.h27 int m_count; member
Dnamespace.c739 mp->m_count++; in lookup_mountpoint()
763 mp->m_count = 1; in new_mountpoint()
771 if (!--mp->m_count) { in put_mountpoint()
850 mp->m_count++; in mnt_set_mountpoint()
3040 root_mp->m_count++; /* pin it so it won't go away */ in SYSCALL_DEFINE2()
/linux-4.4.14/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()