Searched refs:need_iput (Results 1 – 4 of 4) 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()
1882 bool need_iput; in z_erofs_read_folio() local1883 struct inode *realinode = erofs_real_inode(sharedinode, &need_iput); in z_erofs_read_folio()1902 if (need_iput) in z_erofs_read_folio()1910 bool need_iput; in z_erofs_readahead() local1911 struct inode *realinode = erofs_real_inode(sharedinode, &need_iput); in z_erofs_readahead()1941 if (need_iput) in z_erofs_readahead()