Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-fs-erofs7 device_table, compr_head2, sb_chksum, ztailpacking,
/linux-6.12.1/fs/erofs/
Dsysfs.c78 EROFS_ATTR_FEATURE(ztailpacking);
90 ATTR_LIST(ztailpacking),
Dzmap.c431 bool ztailpacking = vi->z_advise & Z_EROFS_ADVISE_INLINE_PCLUSTER; in z_erofs_do_map_blocks() local
451 if (ztailpacking && (flags & EROFS_GET_BLOCKS_FINDTAIL)) in z_erofs_do_map_blocks()
469 if (ztailpacking && end > inode->i_size) in z_erofs_do_map_blocks()
508 if (ztailpacking && m.lcn == vi->z_tailextent_headlcn) { in z_erofs_do_map_blocks()
Dinternal.h247 EROFS_FEATURE_FUNCS(ztailpacking, incompat, INCOMPAT_ZTAILPACKING)
Dzdata.c717 bool ztailpacking = map->m_flags & EROFS_MAP_META; in z_erofs_register_pcluster() local
723 (!ztailpacking && !erofs_blknr(sb, map->m_pa))) { in z_erofs_register_pcluster()
751 if (ztailpacking) { in z_erofs_register_pcluster()