aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/fs_ioctl_ext4.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: add EXT4_IOC_GETFSUUID/EXT4_IOC_SETFSUUIDDenis Efremov2022-10-101-0/+3
| | | | | | | | | | | Update ext4 ioctls. Add EXT4_IOC_GETFSUUID/EXT4_IOC_SETFSUUID ioctls which were added upstream in d95efb14c0b8 ("ext4: add ioctls to get/set the ext4 superblock uuid"). In the current code `fsu_flags` is always 0 and `fsu_len` is either 0 or UUID_SIZE. Signed-off-by: Denis Efremov <denis.e.efremov@oracle.com>
* sys/linux: update ext4 ioctlsDenis Efremov2021-09-101-0/+11
| | | | Signed-off-by: Denis Efremov <efremov@linux.com>
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-0/+12
This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983