Home
last modified time | relevance | path

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

/linux-4.4.14/fs/notify/
Dinode_mark.c157 struct inode *need_iput_tmp; in fsnotify_unmount_inodes() local
181 need_iput_tmp = need_iput; in fsnotify_unmount_inodes()
185 if (inode != need_iput_tmp) in fsnotify_unmount_inodes()
188 need_iput_tmp = NULL; in fsnotify_unmount_inodes()
214 if (need_iput_tmp) in fsnotify_unmount_inodes()
215 iput(need_iput_tmp); in fsnotify_unmount_inodes()