Searched refs:FS_IOC_SETFLAGS (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>])
|
/external/kernel-headers/original/uapi/linux/ |
D | reiserfs_fs.h | 23 #define REISERFS_IOC_SETFLAGS FS_IOC_SETFLAGS
|
D | fs.h | 246 #define FS_IOC_SETFLAGS _IOW('f', 2, long) macro
|
/external/syslinux/libinstaller/ |
D | syslxcom.c | 128 ioctl(fd, FS_IOC_SETFLAGS, &flags); in clear_attributes() 160 ioctl(fd, FS_IOC_SETFLAGS, &flags); in set_attributes()
|
D | linuxioctl.h | 29 # define FS_IOC_SETFLAGS EXT2_IOC_SETFLAGS macro
|
/external/linux-kselftest/tools/testing/selftests/efivarfs/ |
D | open-unlink.c | 37 rc = ioctl(fd, FS_IOC_SETFLAGS, &flags); in set_immutable()
|
/external/ltp/testcases/kernel/syscalls/setxattr/ |
D | setxattr03.c | 156 if (ioctl(fd, FS_IOC_SETFLAGS, &fsflags) < 0) in fsetflag()
|
/external/toybox/toys/other/ |
D | lsattr.c | 199 return (ioctl(fd, FS_IOC_SETFLAGS, (void*)&flag)); in ext2_setflag()
|
/external/syslinux/extlinux/ |
D | xfs_fs.h | 427 #define XFS_IOC_SETXFLAGS FS_IOC_SETFLAGS
|
/external/syslinux/core/fs/xfs/ |
D | xfs_fs.h | 427 #define XFS_IOC_SETXFLAGS FS_IOC_SETFLAGS
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 846 unsigned IOCTL_FS_IOC_SETFLAGS = FS_IOC_SETFLAGS;
|
D | sanitizer_common_interceptors_ioctl.inc | 386 _(FS_IOC_SETFLAGS, READ, sizeof(int));
|