Searched refs:FS_IOC32_GETFLAGS (Results 1 – 4 of 4) sorted by relevance
161 #define F2FS_IOC32_GETFLAGS FS_IOC32_GETFLAGS
209 #define FS_IOC32_GETFLAGS _IOR('f', 1, int) macro
2455 #ifdef FS_IOC32_GETFLAGS2456 { "FS_IOC32_GETFLAGS", (unsigned long) FS_IOC32_GETFLAGS },
108 ioctl_ior_nr!(FS_IOC32_GETFLAGS, 'f' as u32, 1, u32);2070 const GET_FLAGS32: u32 = FS_IOC32_GETFLAGS() as u32; in ioctl()