Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.h41 #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/
Dfs.h14 #ifndef FS_IOC_GETFLAGS
15 #define FS_IOC_GETFLAGS _IOR('f', 1, 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>])
29 AC_TRY_COMPILE([#include <linux/fs.h>], [int flags = FS_IOC_GETFLAGS;],
/external/linux-kselftest/tools/testing/selftests/efivarfs/
Dopen-unlink.c24 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/
Dstatx04.c124 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/
Dreiserfs_fs.h22 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
Dfs.h201 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
/external/strace/
Dioctl_redefs2.h509 #ifdef FS_IOC_GETFLAGS
510 # undef FS_IOC_GETFLAGS
511 # define FS_IOC_GETFLAGS 0x80046601 macro
Dioctl_redefs1.h573 #ifdef FS_IOC_GETFLAGS
574 # undef FS_IOC_GETFLAGS
575 # define FS_IOC_GETFLAGS 0x80046601 macro
/external/ltp/testcases/kernel/syscalls/setxattr/
Dsetxattr03.c143 if (ioctl(fd, FS_IOC_GETFLAGS, &fsflags) < 0) in fsetflag()
/external/toybox/toys/other/
Dlsattr.c89 return (ioctl(fd, FS_IOC_GETFLAGS, (void*)flag)); in ext2_getflag()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc844 unsigned IOCTL_FS_IOC_GETFLAGS = FS_IOC_GETFLAGS;
Dsanitizer_common_interceptors_ioctl.inc384 _(FS_IOC_GETFLAGS, WRITE, sizeof(int));