Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-fs-erofs7 device_table, compr_head2, sb_chksum, ztailpacking,
/openbmc/linux/fs/erofs/
H A Dsysfs.c78 EROFS_ATTR_FEATURE(ztailpacking);
90 ATTR_LIST(ztailpacking),
H A Dzmap.c450 bool ztailpacking = vi->z_advise & Z_EROFS_ADVISE_INLINE_PCLUSTER; in z_erofs_do_map_blocks() local
470 if (ztailpacking && (flags & EROFS_GET_BLOCKS_FINDTAIL)) in z_erofs_do_map_blocks()
488 if (ztailpacking && end > inode->i_size) in z_erofs_do_map_blocks()
527 if (ztailpacking && m.lcn == vi->z_tailextent_headlcn) { in z_erofs_do_map_blocks()
H A Dzdata.c781 bool ztailpacking = map->m_flags & EROFS_MAP_META; in z_erofs_register_pcluster() local
787 (!ztailpacking && !(map->m_pa >> PAGE_SHIFT))) { in z_erofs_register_pcluster()
793 pcl = z_erofs_alloc_pcluster(ztailpacking ? 1 : in z_erofs_register_pcluster()
816 if (ztailpacking) { in z_erofs_register_pcluster()
H A Dinternal.h243 EROFS_FEATURE_FUNCS(ztailpacking, incompat, INCOMPAT_ZTAILPACKING)