Searched refs:FS_IOC32_SETFLAGS (Results 1 – 4 of 4) sorted by relevance
162 #define F2FS_IOC32_SETFLAGS FS_IOC32_SETFLAGS
210 #define FS_IOC32_SETFLAGS _IOW('f', 2, int) macro
2461 #ifdef FS_IOC32_SETFLAGS2462 { "FS_IOC32_SETFLAGS", (unsigned long) FS_IOC32_SETFLAGS },
109 ioctl_iow_nr!(FS_IOC32_SETFLAGS, 'f' as u32, 2, u32);2071 const SET_FLAGS32: u32 = FS_IOC32_SETFLAGS() as u32; in ioctl()