Home
last modified time | relevance | path

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

/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/syslinux/libinstaller/
Dlinuxioctl.h24 #ifndef FS_IOC_GETFLAGS
28 # define FS_IOC_GETFLAGS EXT2_IOC_GETFLAGS macro
Dsyslxcom.c126 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/
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/kernel-headers/original/uapi/linux/
Dreiserfs_fs.h22 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
Dfs.h245 #define FS_IOC_GETFLAGS _IOR('f', 1, long) 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/syslinux/extlinux/
Dxfs_fs.h426 #define XFS_IOC_GETXFLAGS FS_IOC_GETFLAGS
/external/syslinux/core/fs/xfs/
Dxfs_fs.h426 #define XFS_IOC_GETXFLAGS FS_IOC_GETFLAGS
/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));