Home
last modified time | relevance | path

Searched refs:FS_IOC_GETFLAGS (Results 1 – 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dreiserfs_fs.h21 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
Dfs.h161 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
/external/toybox/toys/other/
Dlsattr.c86 return (ioctl(fd, FS_IOC_GETFLAGS, (void*)flag)); in ext2_getflag()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc787 unsigned IOCTL_FS_IOC_GETFLAGS = FS_IOC_GETFLAGS;
Dsanitizer_common_interceptors_ioctl.inc381 _(FS_IOC_GETFLAGS, WRITE, sizeof(int));