Lines Matching refs:next_i
173 struct inode *inode, *next_i, *need_iput = NULL; in fsnotify_unmount_inodes() local
176 list_for_each_entry_safe(inode, next_i, list, i_sb_list) { in fsnotify_unmount_inodes()
212 while (&next_i->i_sb_list != list) { in fsnotify_unmount_inodes()
213 spin_lock(&next_i->i_lock); in fsnotify_unmount_inodes()
214 if (!(next_i->i_state & (I_FREEING | I_WILL_FREE)) && in fsnotify_unmount_inodes()
215 atomic_read(&next_i->i_count)) { in fsnotify_unmount_inodes()
216 __iget(next_i); in fsnotify_unmount_inodes()
217 need_iput = next_i; in fsnotify_unmount_inodes()
218 spin_unlock(&next_i->i_lock); in fsnotify_unmount_inodes()
221 spin_unlock(&next_i->i_lock); in fsnotify_unmount_inodes()
222 next_i = list_entry(next_i->i_sb_list.next, in fsnotify_unmount_inodes()