Searched refs:need_iput (Results 1 – 5 of 5) sorted by relevance
159 bool need_iput; in erofs_fileio_read_folio() local160 struct inode *realinode = erofs_real_inode(folio_inode(folio), &need_iput); in erofs_fileio_read_folio()167 if (need_iput) in erofs_fileio_read_folio()174 bool need_iput; in erofs_fileio_readahead() local175 struct inode *realinode = erofs_real_inode(rac->mapping->host, &need_iput); in erofs_fileio_readahead()189 if (need_iput) in erofs_fileio_readahead()
183 struct inode *erofs_real_inode(struct inode *inode, bool *need_iput) in erofs_real_inode() argument188 *need_iput = false; in erofs_real_inode()199 *need_iput = true; in erofs_real_inode()
584 struct inode *erofs_real_inode(struct inode *inode, bool *need_iput);590 static inline struct inode *erofs_real_inode(struct inode *inode, bool *need_iput) in erofs_real_inode() argument592 *need_iput = false; in erofs_real_inode()
1883 bool need_iput; in z_erofs_read_folio() local1884 struct inode *realinode = erofs_real_inode(sharedinode, &need_iput); in z_erofs_read_folio()1903 if (need_iput) in z_erofs_read_folio()1911 bool need_iput; in z_erofs_readahead() local1912 struct inode *realinode = erofs_real_inode(sharedinode, &need_iput); in z_erofs_readahead()1942 if (need_iput) in z_erofs_readahead()
2710 bool need_iput = false; in __ntfs_write_inode() local2731 need_iput = true; in __ntfs_write_inode()2838 if (need_iput) in __ntfs_write_inode()2852 if (need_iput) in __ntfs_write_inode()