Searched refs:z_erofs_is_inline_pcluster (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/erofs/
H A Dzdata.c112 static inline bool z_erofs_is_inline_pcluster(struct z_erofs_pcluster *pcl) function
629 DBG_BUGON(z_erofs_is_inline_pcluster(pcl));
663 DBG_BUGON(z_erofs_is_inline_pcluster(pcl));
865 if (!z_erofs_is_inline_pcluster(fe->pcl)) {
1201 if (z_erofs_is_inline_pcluster(pcl) ||
1278 if (z_erofs_is_inline_pcluster(pcl)) {
1346 if (z_erofs_is_inline_pcluster(be.pcl))
1627 if (z_erofs_is_inline_pcluster(pcl)) {

Completed in 152 milliseconds