Searched refs:FS_IOC_GETFLAGS (Results 1 – 13 of 13) sorted by relevance
/external/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.h | 41 #ifndef FS_IOC_GETFLAGS 42 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro 46 #define F2FS_IOC_GETFLAGS FS_IOC_GETFLAGS
|
/external/ltp/include/lapi/ |
D | fs.h | 14 #ifndef FS_IOC_GETFLAGS 15 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
|
/external/ltp/m4/ |
D | ltp-fs_ioc_flags.m4 | 27 [Define to 1 if you have FS_IOC_GETFLAGS and FS_IOC_SETFLAGS in <linux/fs.h>.]) 28 AC_MSG_CHECKING([for FS_IOC_GETFLAGS and FS_IOC_SETFLAGS in <linux/fs.h>]) 29 AC_TRY_COMPILE([#include <linux/fs.h>], [int flags = FS_IOC_GETFLAGS;],
|
/external/linux-kselftest/tools/testing/selftests/efivarfs/ |
D | open-unlink.c | 24 rc = ioctl(fd, FS_IOC_GETFLAGS, &flags); in set_immutable() 55 rc = ioctl(fd, FS_IOC_GETFLAGS, &flags); in get_immutable()
|
/external/ltp/testcases/kernel/syscalls/statx/ |
D | statx04.c | 124 ret = ioctl(fd, FS_IOC_GETFLAGS, &attr); in caid_flags_setup() 166 SAFE_IOCTL(fd, FS_IOC_GETFLAGS, &attr); in cleanup()
|
/external/kernel-headers/original/uapi/linux/ |
D | reiserfs_fs.h | 22 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
|
D | fs.h | 201 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
|
/external/strace/ |
D | ioctl_redefs2.h | 509 #ifdef FS_IOC_GETFLAGS 510 # undef FS_IOC_GETFLAGS 511 # define FS_IOC_GETFLAGS 0x80046601 macro
|
D | ioctl_redefs1.h | 573 #ifdef FS_IOC_GETFLAGS 574 # undef FS_IOC_GETFLAGS 575 # define FS_IOC_GETFLAGS 0x80046601 macro
|
/external/ltp/testcases/kernel/syscalls/setxattr/ |
D | setxattr03.c | 143 if (ioctl(fd, FS_IOC_GETFLAGS, &fsflags) < 0) in fsetflag()
|
/external/toybox/toys/other/ |
D | lsattr.c | 89 return (ioctl(fd, FS_IOC_GETFLAGS, (void*)flag)); in ext2_getflag()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 844 unsigned IOCTL_FS_IOC_GETFLAGS = FS_IOC_GETFLAGS;
|
D | sanitizer_common_interceptors_ioctl.inc | 384 _(FS_IOC_GETFLAGS, WRITE, sizeof(int));
|