Home
last modified time | relevance | path

Searched refs:FSLABEL_MAX (Results 1 – 7 of 7) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dfs.h199 #define FSLABEL_MAX 256 /* Max chars for the interface; each fs may differ */ macro
212 #define FS_IOC_GETFSLABEL _IOR(0x94, 49, char[FSLABEL_MAX])
213 #define FS_IOC_SETFSLABEL _IOW(0x94, 50, char[FSLABEL_MAX])
/external/syzkaller/sys/linux/
Dsys_386.const127 FSLABEL_MAX = 256
Dsys_amd64.const127 FSLABEL_MAX = 256
Dsys_ppc64le.const127 FSLABEL_MAX = 256
Dsys_arm.const127 FSLABEL_MAX = 256
Dsys_arm64.const127 FSLABEL_MAX = 256
Dsys.txt175 …C_GETFSLABEL(fd fd, cmd const[FS_IOC_GETFSLABEL], arg ptr[out, array[const[0, int8], FSLABEL_MAX]])
176 ioctl$FS_IOC_SETFSLABEL(fd fd, cmd const[FS_IOC_SETFSLABEL], arg ptr[in, array[int8, FSLABEL_MAX]])