Searched refs:m_start (Results 1 – 2 of 2) sorted by relevance
/kernel/ |
D | user_namespace.c | 657 static void *m_start(struct seq_file *seq, loff_t *ppos, in m_start() function 677 return m_start(seq, ppos, &ns->uid_map); in uid_m_start() 684 return m_start(seq, ppos, &ns->gid_map); in gid_m_start() 691 return m_start(seq, ppos, &ns->projid_map); in projid_m_start()
|
D | module.c | 4648 static void *m_start(struct seq_file *m, loff_t *pos) in m_start() function 4702 .start = m_start,
|