aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/fs_ioctl_f2fs_ppc64le.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-27/+0
| | | | | | | This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983
* sys/linux: add shutdown ioctl for f2fsJiaheng Hu2020-07-141-0/+6
| | | | Added the shutdown ioctl for f2fs filesystem.
* sys/linux: add ioctls for f2fs file systemJiaheng Hu2020-07-141-0/+21
Added the description for the ioctls that are specific to the f2fs file system.