Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dfs.h202 #define FSLABEL_MAX 256 /* Max chars for the interface; each fs may differ */ macro
215 #define FS_IOC_GETFSLABEL _IOR(0x94, 49, char[FSLABEL_MAX])
216 #define FS_IOC_SETFSLABEL _IOW(0x94, 50, char[FSLABEL_MAX])
/external/crosvm/io_uring/src/
Dbindings.rs174 pub const FSLABEL_MAX: ::std::os::raw::c_uint = 256; constant
/external/minijail/linux-x86/
Dlibconstants.gen.c2533 #ifdef FSLABEL_MAX
2534 { "FSLABEL_MAX", (unsigned long) FSLABEL_MAX },