Searched refs:mnt_next_for_sb (Results 1 – 2 of 2) sorted by relevance
64 struct mount *mnt_next_for_sb; /* the next two fields are hlist_node, */63 struct mount *mnt_next_for_sb; /* the next two fields are hlist_node, */ global() member
666 struct mount *next = m->mnt_next_for_sb; in mnt_del_instance() 678 first->mnt_pprev_for_sb = &m->mnt_next_for_sb; in mnt_add_instance() 679 m->mnt_next_for_sb = first; in mnt_add_instance() 705 for (struct mount *m = sb->s_mounts; m; m = m->mnt_next_for_sb) { in sb_prepare_remount_readonly() 717 for (struct mount *m = sb->s_mounts; m; m = m->mnt_next_for_sb) { in sb_prepare_remount_readonly()