Searched refs:m_start (Results 1 – 2 of 2) sorted by relevance
/kernel/module/ |
A D | procfs.c | 49 static void *m_start(struct seq_file *m, loff_t *pos) in m_start() function 113 .start = m_start,
|
/kernel/ |
A D | user_namespace.c | 673 static void *m_start(struct seq_file *seq, loff_t *ppos, in m_start() function 693 return m_start(seq, ppos, &ns->uid_map); in uid_m_start() 700 return m_start(seq, ppos, &ns->gid_map); in gid_m_start() 707 return m_start(seq, ppos, &ns->projid_map); in projid_m_start()
|
Completed in 26 milliseconds