Home
last modified time | relevance | path

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

/linux-4.1.27/fs/notify/
Dinode_mark.c177 struct inode *need_iput_tmp; in fsnotify_unmount_inodes() local
201 need_iput_tmp = need_iput; in fsnotify_unmount_inodes()
205 if (inode != need_iput_tmp) in fsnotify_unmount_inodes()
208 need_iput_tmp = NULL; in fsnotify_unmount_inodes()
234 if (need_iput_tmp) in fsnotify_unmount_inodes()
235 iput(need_iput_tmp); in fsnotify_unmount_inodes()