Searched refs:FSLABEL_MAX (Results 1 – 3 of 3) sorted by relevance
202 #define FSLABEL_MAX 256 /* Max chars for the interface; each fs may differ */ macro215 #define FS_IOC_GETFSLABEL _IOR(0x94, 49, char[FSLABEL_MAX])216 #define FS_IOC_SETFSLABEL _IOW(0x94, 50, char[FSLABEL_MAX])
174 pub const FSLABEL_MAX: ::std::os::raw::c_uint = 256; constant
2533 #ifdef FSLABEL_MAX2534 { "FSLABEL_MAX", (unsigned long) FSLABEL_MAX },