Home
last modified time | relevance | path

Searched refs:FS_IOC_SETFLAGS (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>])
/external/kernel-headers/original/uapi/linux/
Dreiserfs_fs.h23 #define REISERFS_IOC_SETFLAGS FS_IOC_SETFLAGS
Dfs.h246 #define FS_IOC_SETFLAGS _IOW('f', 2, long) macro
/external/syslinux/libinstaller/
Dsyslxcom.c128 ioctl(fd, FS_IOC_SETFLAGS, &flags); in clear_attributes()
160 ioctl(fd, FS_IOC_SETFLAGS, &flags); in set_attributes()
Dlinuxioctl.h29 # define FS_IOC_SETFLAGS EXT2_IOC_SETFLAGS macro
/external/linux-kselftest/tools/testing/selftests/efivarfs/
Dopen-unlink.c37 rc = ioctl(fd, FS_IOC_SETFLAGS, &flags); in set_immutable()
/external/ltp/testcases/kernel/syscalls/setxattr/
Dsetxattr03.c156 if (ioctl(fd, FS_IOC_SETFLAGS, &fsflags) < 0) in fsetflag()
/external/toybox/toys/other/
Dlsattr.c199 return (ioctl(fd, FS_IOC_SETFLAGS, (void*)&flag)); in ext2_setflag()
/external/syslinux/extlinux/
Dxfs_fs.h427 #define XFS_IOC_SETXFLAGS FS_IOC_SETFLAGS
/external/syslinux/core/fs/xfs/
Dxfs_fs.h427 #define XFS_IOC_SETXFLAGS FS_IOC_SETFLAGS
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc846 unsigned IOCTL_FS_IOC_SETFLAGS = FS_IOC_SETFLAGS;
Dsanitizer_common_interceptors_ioctl.inc386 _(FS_IOC_SETFLAGS, READ, sizeof(int));