Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dsysfs.c81 EROFS_ATTR_FEATURE(ztailpacking);
93 ATTR_LIST(ztailpacking),
H A Dzmap.c432 bool ztailpacking = vi->z_advise & Z_EROFS_ADVISE_INLINE_PCLUSTER; in z_erofs_do_map_blocks() local
452 if (ztailpacking && (flags & EROFS_GET_BLOCKS_FINDTAIL)) in z_erofs_do_map_blocks()
470 if (ztailpacking && end > inode->i_size) in z_erofs_do_map_blocks()
509 if (ztailpacking && m.lcn == vi->z_tailextent_headlcn) { in z_erofs_do_map_blocks()
H A Dinternal.h232 EROFS_FEATURE_FUNCS(ztailpacking, incompat, INCOMPAT_ZTAILPACKING)
H A Dzdata.c735 bool ztailpacking = map->m_flags & EROFS_MAP_META; in z_erofs_register_pcluster() local
740 (!ztailpacking && !erofs_blknr(sb, map->m_pa))) { in z_erofs_register_pcluster()
768 if (ztailpacking) { in z_erofs_register_pcluster()