Searched refs:FS_IOC_GETFLAGS (Results 1 – 12 of 12) sorted by relevance
/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/syslinux/libinstaller/ |
D | linuxioctl.h | 24 #ifndef FS_IOC_GETFLAGS 28 # define FS_IOC_GETFLAGS EXT2_IOC_GETFLAGS macro
|
D | syslxcom.c | 126 if (!ioctl(fd, FS_IOC_GETFLAGS, &flags)) { in clear_attributes() 158 if (st.st_uid == 0 && !ioctl(fd, FS_IOC_GETFLAGS, &flags)) { in set_attributes()
|
/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/kernel-headers/original/uapi/linux/ |
D | reiserfs_fs.h | 22 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
|
D | fs.h | 245 #define FS_IOC_GETFLAGS _IOR('f', 1, long) 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/syslinux/extlinux/ |
D | xfs_fs.h | 426 #define XFS_IOC_GETXFLAGS FS_IOC_GETFLAGS
|
/external/syslinux/core/fs/xfs/ |
D | xfs_fs.h | 426 #define XFS_IOC_GETXFLAGS FS_IOC_GETFLAGS
|
/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));
|