Lines Matching refs:with
22 - hope to save some extra storage space with guaranteed end-to-end performance
24 for those embedded devices with limited memory (ex, smartphone);
54 LZ4 algorithm with 4 KB fixed-sized output compression for high performance.
97 |-> aligned with the block size
103 All data areas should be aligned with the block size, but metadata areas
108 Each valid inode should be aligned with an inode slot, which is a fixed
109 value (32 bytes) and designed to be kept in line with compact inode size.
111 Each inode can be directly found with the following formula:
116 |-> aligned with 8B
122 |-> aligned with the inode slot size
129 .____________________________________________________|-> aligned with 4B
139 |-> aligned with 4B
140 |-> aligned with 4B
154 Xattrs, extents, data inline are followed by the corresponding inode with
160 1 fixed-sized output data compression (with non-compacted indexes);
161 2 flat file data with tail packing data inline (no extent);
162 3 fixed-sized output data compression (with compacted indexes, v5.3+).
171 Shared xattrs space is similar to the above inode space, started with
172 a specific block indicated by xattr_blkaddr, organized one by one with
181 + xattr_blkaddr blocks |-> aligned with 4 bytes