Searched refs:FS_IOC_GETFLAGS (Results 1 – 14 of 14) sorted by relevance
/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/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/linux-kselftest/tools/testing/selftests/efivarfs/ |
D | open-unlink.c | 23 rc = ioctl(fd, FS_IOC_GETFLAGS, &flags); in set_immutable() 54 rc = ioctl(fd, FS_IOC_GETFLAGS, &flags); in get_immutable()
|
/external/kernel-headers/original/uapi/linux/ |
D | reiserfs_fs.h | 21 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
|
D | fs.h | 243 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
|
/external/ltp/testcases/kernel/syscalls/setxattr/ |
D | setxattr03.c | 142 if (ioctl(fd, FS_IOC_GETFLAGS, &fsflags) < 0) in fsetflag()
|
/external/strace/ |
D | ioctl_redefs2.h | 509 #ifdef FS_IOC_GETFLAGS 510 # undef FS_IOC_GETFLAGS 511 # define FS_IOC_GETFLAGS 0x80046601 macro
|
D | ioctl_redefs1.h | 565 #ifdef FS_IOC_GETFLAGS 566 # undef FS_IOC_GETFLAGS 567 # define FS_IOC_GETFLAGS 0x80046601 macro
|
/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));
|