Home
last modified time | relevance | path

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

/fs/
Dproc_namespace.c20 struct proc_mounts *p = proc_mounts(file->private_data); in mounts_poll()
126 struct proc_mounts *p = proc_mounts(m); in show_mountinfo()
233 struct proc_mounts *p; in mounts_open_common()
266 p = kmalloc(sizeof(struct proc_mounts), GFP_KERNEL); in mounts_open_common()
294 struct proc_mounts *p = proc_mounts(file->private_data); in mounts_release()
Dmount.h86 struct proc_mounts { struct
93 #define proc_mounts(p) (container_of((p), struct proc_mounts, m)) argument
Dnamespace.c1053 struct proc_mounts *p = proc_mounts(m); in m_start()
1061 struct proc_mounts *p = proc_mounts(m); in m_next()
1073 struct proc_mounts *p = proc_mounts(m); in m_show()