Home
last modified time | relevance | path

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

/external/ltp/include/lapi/
Dfs.h24 #ifndef FS_IOC_SETFLAGS
25 #define FS_IOC_SETFLAGS _IOW('f', 2, long) macro
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.h44 #ifndef FS_IOC_SETFLAGS
45 #define FS_IOC_SETFLAGS _IOW('f', 2, long) macro
50 #define F2FS_IOC_SETFLAGS FS_IOC_SETFLAGS
/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.h205 #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/ltp/testcases/kernel/syscalls/setxattr/
Dsetxattr03.c119 if (ioctl(fd, FS_IOC_SETFLAGS, &fsflags) < 0) in fsetflag()
/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/toybox/toys/other/
Dlsattr.c241 return (ioctl(fd, FS_IOC_SETFLAGS, (void*)&flag)); in ext2_setflag()
/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));