blob: c8e841c293365a3116276a133412d68ed95b204b [file] [log] [blame]
Ben Cheng655a7c02013-10-16 16:09:24 -07001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef _UAPI_LINUX_FS_H
20#define _UAPI_LINUX_FS_H
21#include <linux/limits.h>
22#include <linux/ioctl.h>
23/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24#include <linux/types.h>
25#undef NR_OPEN
26#define INR_OPEN_CUR 1024
27#define INR_OPEN_MAX 4096
28/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29#define BLOCK_SIZE_BITS 10
30#define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
31#define SEEK_SET 0
32#define SEEK_CUR 1
33/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34#define SEEK_END 2
35#define SEEK_DATA 3
36#define SEEK_HOLE 4
37#define SEEK_MAX SEEK_HOLE
38/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070039#define RENAME_NOREPLACE (1 << 0)
40#define RENAME_EXCHANGE (1 << 1)
Ben Cheng655a7c02013-10-16 16:09:24 -070041struct fstrim_range {
42 __u64 start;
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070043/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070044 __u64 len;
45 __u64 minlen;
Ben Cheng655a7c02013-10-16 16:09:24 -070046};
47struct files_stat_struct {
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070048/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070049 unsigned long nr_files;
50 unsigned long nr_free_files;
Ben Cheng655a7c02013-10-16 16:09:24 -070051 unsigned long max_files;
52};
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070053/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070054struct inodes_stat_t {
Christopher Ferris38062f92014-07-09 15:33:25 -070055 long nr_inodes;
Christopher Ferris38062f92014-07-09 15:33:25 -070056 long nr_unused;
57 long dummy[5];
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070058/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070059};
60#define NR_FILE 8192
Ben Cheng655a7c02013-10-16 16:09:24 -070061#define MS_RDONLY 1
62#define MS_NOSUID 2
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070063/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070064#define MS_NODEV 4
65#define MS_NOEXEC 8
Ben Cheng655a7c02013-10-16 16:09:24 -070066#define MS_SYNCHRONOUS 16
67#define MS_REMOUNT 32
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070068/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070069#define MS_MANDLOCK 64
70#define MS_DIRSYNC 128
Ben Cheng655a7c02013-10-16 16:09:24 -070071#define MS_NOATIME 1024
72#define MS_NODIRATIME 2048
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070073/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070074#define MS_BIND 4096
75#define MS_MOVE 8192
Ben Cheng655a7c02013-10-16 16:09:24 -070076#define MS_REC 16384
77#define MS_VERBOSE 32768
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070078/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070079#define MS_SILENT 32768
80#define MS_POSIXACL (1<<16)
Ben Cheng655a7c02013-10-16 16:09:24 -070081#define MS_UNBINDABLE (1<<17)
82#define MS_PRIVATE (1<<18)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070083/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070084#define MS_SLAVE (1<<19)
85#define MS_SHARED (1<<20)
Ben Cheng655a7c02013-10-16 16:09:24 -070086#define MS_RELATIME (1<<21)
87#define MS_KERNMOUNT (1<<22)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070088/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070089#define MS_I_VERSION (1<<23)
90#define MS_STRICTATIME (1<<24)
Ben Cheng655a7c02013-10-16 16:09:24 -070091#define MS_NOSEC (1<<28)
92#define MS_BORN (1<<29)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070093/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070094#define MS_ACTIVE (1<<30)
95#define MS_NOUSER (1<<31)
Ben Cheng655a7c02013-10-16 16:09:24 -070096#define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION)
97#define MS_MGC_VAL 0xC0ED0000
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070098/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070099#define MS_MGC_MSK 0xffff0000
100#define BLKROSET _IO(0x12,93)
Ben Cheng655a7c02013-10-16 16:09:24 -0700101#define BLKROGET _IO(0x12,94)
102#define BLKRRPART _IO(0x12,95)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700103/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700104#define BLKGETSIZE _IO(0x12,96)
105#define BLKFLSBUF _IO(0x12,97)
Ben Cheng655a7c02013-10-16 16:09:24 -0700106#define BLKRASET _IO(0x12,98)
107#define BLKRAGET _IO(0x12,99)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700108/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700109#define BLKFRASET _IO(0x12,100)
110#define BLKFRAGET _IO(0x12,101)
Ben Cheng655a7c02013-10-16 16:09:24 -0700111#define BLKSECTSET _IO(0x12,102)
112#define BLKSECTGET _IO(0x12,103)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700113/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700114#define BLKSSZGET _IO(0x12,104)
115#define BLKBSZGET _IOR(0x12,112,size_t)
Ben Cheng655a7c02013-10-16 16:09:24 -0700116#define BLKBSZSET _IOW(0x12,113,size_t)
117#define BLKGETSIZE64 _IOR(0x12,114,size_t)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700118/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700119#define BLKTRACESETUP _IOWR(0x12,115,struct blk_user_trace_setup)
120#define BLKTRACESTART _IO(0x12,116)
Ben Cheng655a7c02013-10-16 16:09:24 -0700121#define BLKTRACESTOP _IO(0x12,117)
122#define BLKTRACETEARDOWN _IO(0x12,118)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700123/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700124#define BLKDISCARD _IO(0x12,119)
125#define BLKIOMIN _IO(0x12,120)
Ben Cheng655a7c02013-10-16 16:09:24 -0700126#define BLKIOOPT _IO(0x12,121)
127#define BLKALIGNOFF _IO(0x12,122)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700128/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700129#define BLKPBSZGET _IO(0x12,123)
130#define BLKDISCARDZEROES _IO(0x12,124)
Ben Cheng655a7c02013-10-16 16:09:24 -0700131#define BLKSECDISCARD _IO(0x12,125)
132#define BLKROTATIONAL _IO(0x12,126)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700133/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700134#define BLKZEROOUT _IO(0x12,127)
135#define BMAP_IOCTL 1
Ben Cheng655a7c02013-10-16 16:09:24 -0700136#define FIBMAP _IO(0x00,1)
137#define FIGETBSZ _IO(0x00,2)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700138/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700139#define FIFREEZE _IOWR('X', 119, int)
140#define FITHAW _IOWR('X', 120, int)
Ben Cheng655a7c02013-10-16 16:09:24 -0700141#define FITRIM _IOWR('X', 121, struct fstrim_range)
142#define FS_IOC_GETFLAGS _IOR('f', 1, long)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700143/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700144#define FS_IOC_SETFLAGS _IOW('f', 2, long)
145#define FS_IOC_GETVERSION _IOR('v', 1, long)
Ben Cheng655a7c02013-10-16 16:09:24 -0700146#define FS_IOC_SETVERSION _IOW('v', 2, long)
147#define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700148/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700149#define FS_IOC32_GETFLAGS _IOR('f', 1, int)
150#define FS_IOC32_SETFLAGS _IOW('f', 2, int)
Ben Cheng655a7c02013-10-16 16:09:24 -0700151#define FS_IOC32_GETVERSION _IOR('v', 1, int)
152#define FS_IOC32_SETVERSION _IOW('v', 2, int)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700153/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700154#define FS_SECRM_FL 0x00000001
155#define FS_UNRM_FL 0x00000002
Ben Cheng655a7c02013-10-16 16:09:24 -0700156#define FS_COMPR_FL 0x00000004
157#define FS_SYNC_FL 0x00000008
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700158/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700159#define FS_IMMUTABLE_FL 0x00000010
160#define FS_APPEND_FL 0x00000020
Ben Cheng655a7c02013-10-16 16:09:24 -0700161#define FS_NODUMP_FL 0x00000040
162#define FS_NOATIME_FL 0x00000080
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700163/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700164#define FS_DIRTY_FL 0x00000100
165#define FS_COMPRBLK_FL 0x00000200
Ben Cheng655a7c02013-10-16 16:09:24 -0700166#define FS_NOCOMP_FL 0x00000400
167#define FS_ECOMPR_FL 0x00000800
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700168/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700169#define FS_BTREE_FL 0x00001000
170#define FS_INDEX_FL 0x00001000
Ben Cheng655a7c02013-10-16 16:09:24 -0700171#define FS_IMAGIC_FL 0x00002000
172#define FS_JOURNAL_DATA_FL 0x00004000
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700173/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700174#define FS_NOTAIL_FL 0x00008000
175#define FS_DIRSYNC_FL 0x00010000
Ben Cheng655a7c02013-10-16 16:09:24 -0700176#define FS_TOPDIR_FL 0x00020000
177#define FS_EXTENT_FL 0x00080000
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700178/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700179#define FS_DIRECTIO_FL 0x00100000
180#define FS_NOCOW_FL 0x00800000
Ben Cheng655a7c02013-10-16 16:09:24 -0700181#define FS_RESERVED_FL 0x80000000
182#define FS_FL_USER_VISIBLE 0x0003DFFF
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700183/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700184#define FS_FL_USER_MODIFIABLE 0x000380FF
185#define SYNC_FILE_RANGE_WAIT_BEFORE 1
Ben Cheng655a7c02013-10-16 16:09:24 -0700186#define SYNC_FILE_RANGE_WRITE 2
187#define SYNC_FILE_RANGE_WAIT_AFTER 4
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700188/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700189#endif