Searched defs:proc_mounts (Results 1 – 2 of 2) sorted by relevance
130 struct proc_mounts { struct131 struct mnt_namespace *ns;132 struct path root;133 int (*show)(struct seq_file *, struct vfsmount *);134 void *cached_mount;135 u64 cached_event;136 loff_t cached_index;
138 struct proc_mounts { struct139 struct mnt_namespace *ns;140 struct path root;141 int (*show)(struct seq_file *, struct vfsmount *);142 struct mount cursor;