diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-09 19:20:15 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-09 19:20:15 +0100 |
| commit | 885f5974cdf65b59415837ae97f5a14ef1350670 (patch) | |
| tree | 66ac13de29c7f4932c5fcae11773df574e4e256a /include/arch/x86_64/linux/mount.h | |
| parent | 8f9e448b2ef6db7cd905540c21f3c5b190e7a1e7 (diff) | |
feat: add gzip and new headers
Diffstat (limited to 'include/arch/x86_64/linux/mount.h')
| -rw-r--r-- | include/arch/x86_64/linux/mount.h | 14 |
1 files changed, 8 insertions, 6 deletions
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 |
