Lines Matching refs:list_head
9 struct list_head list;
22 struct list_head m_hash;
28 struct list_head mnt_hash;
38 struct list_head mnt_mounts; /* list of children, anchored here */
39 struct list_head mnt_child; /* and going through their mnt_child */
40 struct list_head mnt_instance; /* mount instance on sb->s_mounts */
42 struct list_head mnt_list;
43 struct list_head mnt_expire; /* link in fs-specific expiry list */
44 struct list_head mnt_share; /* circular list of shared mounts */
45 struct list_head mnt_slave_list;/* list of slave mounts */
46 struct list_head mnt_slave; /* slave list entry */