erofs: tidy up EROFS on-disk naming
authorGao Xiang <hsiangkao@linux.alibaba.com>
Fri, 31 Mar 2023 06:31:49 +0000 (14:31 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Sun, 16 Apr 2023 17:15:46 +0000 (01:15 +0800)
commit1c7f49a76773bcf95d3c840cff6cd449114ddf56
treea3a4622d6a48c2cbff9fea56146744ac8ae766a0
parent8b465fecc35a434e61728a6184d188c6daa37a5d
erofs: tidy up EROFS on-disk naming

 - Get rid of all "vle" (variable-length extents) expressions
   since they only expand overall name lengths unnecessarily;
 - Rename COMPRESSION_LEGACY to COMPRESSED_FULL;
 - Move on-disk directory definitions ahead of compression;
 - Drop unused extended attribute definitions;
 - Move inode ondisk union `i_u` out as `union erofs_inode_i_u`.

No actual logical change.

Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Reviewed-by: Yue Hu <huyue2@coolpad.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Link: https://lore.kernel.org/r/20230331063149.25611-1-hsiangkao@linux.alibaba.com
fs/erofs/erofs_fs.h
fs/erofs/zmap.c