Home
last modified time | relevance | path

Searched refs:FS_IOC_SETFLAGS (Results 1 – 14 of 14) sorted by relevance

/external/ltp/include/lapi/
Dfs.h18 #ifndef FS_IOC_SETFLAGS
19 #define FS_IOC_SETFLAGS _IOW('f', 2, long) macro
/external/ltp/m4/
Dltp-fs_ioc_flags.m427 [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/
Dstatx04.c140 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/
Dreiserfs_fs.h23 #define REISERFS_IOC_SETFLAGS FS_IOC_SETFLAGS
Dfs.h202 #define FS_IOC_SETFLAGS _IOW('f', 2, long) macro
/external/linux-kselftest/tools/testing/selftests/efivarfs/
Dopen-unlink.c37 rc = ioctl(fd, FS_IOC_SETFLAGS, &flags); in set_immutable()
/external/strace/
Dioctl_redefs2.h517 #ifdef FS_IOC_SETFLAGS
518 # undef FS_IOC_SETFLAGS
519 # define FS_IOC_SETFLAGS 0x40046602 macro
Dioctl_redefs1.h581 #ifdef FS_IOC_SETFLAGS
582 # undef FS_IOC_SETFLAGS
583 # define FS_IOC_SETFLAGS 0x40046602 macro
/external/ltp/testcases/kernel/syscalls/setxattr/
Dsetxattr03.c156 if (ioctl(fd, FS_IOC_SETFLAGS, &fsflags) < 0) in fsetflag()
/external/toybox/toys/other/
Dlsattr.c199 return (ioctl(fd, FS_IOC_SETFLAGS, (void*)&flag)); in ext2_setflag()
/external/syzkaller/executor/
Dcommon_linux.h1744 #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/
Dsanitizer_platform_limits_posix.cc846 unsigned IOCTL_FS_IOC_SETFLAGS = FS_IOC_SETFLAGS;
Dsanitizer_common_interceptors_ioctl.inc386 _(FS_IOC_SETFLAGS, READ, sizeof(int));
/external/syzkaller/pkg/csource/
Dgenerated.go3222 #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)