Searched refs:need_iput (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/erofs/ |
| H A D | fileio.c | 159 bool need_iput; in erofs_fileio_read_folio() local 160 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() local 175 struct inode *realinode = erofs_real_inode(rac->mapping->host, &need_iput); in erofs_fileio_readahead() 189 if (need_iput) in erofs_fileio_readahead()
|
| H A D | ishare.c | 175 struct inode *erofs_real_inode(struct inode *inode, bool *need_iput) in erofs_real_inode() argument 180 *need_iput = false; in erofs_real_inode() 191 *need_iput = true; in erofs_real_inode()
|
| H A D | data.c | 387 bool need_iput; in erofs_read_folio() local 389 .realinode = erofs_real_inode(folio_inode(folio), &need_iput), in erofs_read_folio() 394 if (need_iput) in erofs_read_folio() 405 bool need_iput; in erofs_readahead() local 407 .realinode = erofs_real_inode(rac->mapping->host, &need_iput), in erofs_readahead() 413 if (need_iput) in erofs_readahead()
|
| H A D | internal.h | 585 struct inode *erofs_real_inode(struct inode *inode, bool *need_iput); 591 static inline struct inode *erofs_real_inode(struct inode *inode, bool *need_iput) in erofs_real_inode() argument 593 *need_iput = false; in erofs_real_inode()
|
| H A D | zdata.c | 1884 bool need_iput; in z_erofs_read_folio() local 1885 struct inode *realinode = erofs_real_inode(sharedinode, &need_iput); in z_erofs_read_folio() 1904 if (need_iput) in z_erofs_read_folio() 1912 bool need_iput; in z_erofs_readahead() local 1913 struct inode *realinode = erofs_real_inode(sharedinode, &need_iput); in z_erofs_readahead() 1943 if (need_iput) in z_erofs_readahead()
|