Searched refs:FS_IOC_SETFLAGS (Results 1 – 14 of 14) sorted by relevance
/external/ltp/include/lapi/ |
D | fs.h | 18 #ifndef FS_IOC_SETFLAGS 19 #define FS_IOC_SETFLAGS _IOW('f', 2, 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>])
|
/external/ltp/testcases/kernel/syscalls/statx/ |
D | statx04.c | 140 ret = ioctl(fd, FS_IOC_SETFLAGS, &attr); in caid_flags_setup() 168 SAFE_IOCTL(fd, FS_IOC_SETFLAGS, &attr); in cleanup()
|
/external/kernel-headers/original/uapi/linux/ |
D | reiserfs_fs.h | 23 #define REISERFS_IOC_SETFLAGS FS_IOC_SETFLAGS
|
D | fs.h | 202 #define FS_IOC_SETFLAGS _IOW('f', 2, long) macro
|
/external/linux-kselftest/tools/testing/selftests/efivarfs/ |
D | open-unlink.c | 37 rc = ioctl(fd, FS_IOC_SETFLAGS, &flags); in set_immutable()
|
/external/strace/ |
D | ioctl_redefs2.h | 517 #ifdef FS_IOC_SETFLAGS 518 # undef FS_IOC_SETFLAGS 519 # define FS_IOC_SETFLAGS 0x40046602 macro
|
D | ioctl_redefs1.h | 581 #ifdef FS_IOC_SETFLAGS 582 # undef FS_IOC_SETFLAGS 583 # define FS_IOC_SETFLAGS 0x40046602 macro
|
/external/ltp/testcases/kernel/syscalls/setxattr/ |
D | setxattr03.c | 156 if (ioctl(fd, FS_IOC_SETFLAGS, &fsflags) < 0) in fsetflag()
|
/external/toybox/toys/other/ |
D | lsattr.c | 199 return (ioctl(fd, FS_IOC_SETFLAGS, (void*)&flag)); in ext2_setflag()
|
/external/syzkaller/executor/ |
D | common_linux.h | 1744 #define FS_IOC_SETFLAGS _IOW('f', 2, long) macro 1797 if (ioctl(fd, FS_IOC_SETFLAGS, &flags) == 0) in remove_dir() 1826 if (ioctl(fd, FS_IOC_SETFLAGS, &flags) == 0) in remove_dir()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 846 unsigned IOCTL_FS_IOC_SETFLAGS = FS_IOC_SETFLAGS;
|
D | sanitizer_common_interceptors_ioctl.inc | 386 _(FS_IOC_SETFLAGS, READ, sizeof(int));
|
/external/syzkaller/pkg/csource/ |
D | generated.go | 3222 #define FS_IOC_SETFLAGS _IOW('f', 2, long) 3263 if (ioctl(fd, FS_IOC_SETFLAGS, &flags) == 0) 3291 if (ioctl(fd, FS_IOC_SETFLAGS, &flags) == 0)
|