From 885f5974cdf65b59415837ae97f5a14ef1350670 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 19:20:15 +0100 Subject: feat: add gzip and new headers --- include/arch/x86_64/linux/mount.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'include/arch/x86_64/linux/mount.h') diff --git a/include/arch/x86_64/linux/mount.h b/include/arch/x86_64/linux/mount.h index 8e6ac41d..4baac606 100644 --- a/include/arch/x86_64/linux/mount.h +++ b/include/arch/x86_64/linux/mount.h @@ -68,8 +68,9 @@ /* * move_mount() flags. */ -#define MOVE_MOUNT_F_SYMLINKS 0x00000001 /* Follow symlinks on from path */ -#define MOVE_MOUNT_F_AUTOMOUNTS 0x00000002 /* Follow automounts on from path \ +#define MOVE_MOUNT_F_SYMLINKS 0x00000001 /* Follow symlinks on from path */ +#define MOVE_MOUNT_F_AUTOMOUNTS \ + 0x00000002 /* Follow automounts on from path \ */ #define MOVE_MOUNT_F_EMPTY_PATH 0x00000004 /* Empty from path permitted */ #define MOVE_MOUNT_T_SYMLINKS 0x00000010 /* Follow symlinks on to path */ @@ -234,10 +235,11 @@ struct mnt_id_req { #define STATMOUNT_SB_SOURCE 0x00000200U /* Want/got sb_source */ #define STATMOUNT_OPT_ARRAY 0x00000400U /* Want/got opt_... */ #define STATMOUNT_OPT_SEC_ARRAY 0x00000800U /* Want/got opt_sec... */ -#define STATMOUNT_SUPPORTED_MASK 0x00001000U /* Want/got supported mask flags \ - */ -#define STATMOUNT_MNT_UIDMAP 0x00002000U /* Want/got uidmap... */ -#define STATMOUNT_MNT_GIDMAP 0x00004000U /* Want/got gidmap... */ +#define STATMOUNT_SUPPORTED_MASK \ + 0x00001000U /* Want/got supported mask flags \ + */ +#define STATMOUNT_MNT_UIDMAP 0x00002000U /* Want/got uidmap... */ +#define STATMOUNT_MNT_GIDMAP 0x00004000U /* Want/got gidmap... */ /* * Special @mnt_id values that can be passed to listmount -- cgit v1.2.3