Searched refs:FS_IOC_SETFLAGS (Results 1 – 7 of 7) sorted by relevance
37 rc = ioctl(fd, FS_IOC_SETFLAGS, &flags); in set_immutable()
559 case FS_IOC_SETFLAGS: in do_vfs_ioctl()681 FS_IOC_GETFLAGS : FS_IOC_SETFLAGS; in COMPAT_SYSCALL_DEFINE3()
233 #define FS_IOC_SETFLAGS _IOW('f', 2, long) macro 254 * Inode flags (FS_IOC_GETFLAGS / FS_IOC_SETFLAGS)
326 #define FS_IOC_SETFLAGS _IOW('f', 2, long) macro
632 cmd = fa->fsx_valid ? FS_IOC_FSSETXATTR : FS_IOC_SETFLAGS; in ovl_security_fileattr()
3913 case FS_IOC_SETFLAGS: in selinux_file_ioctl()3957 cmd = FS_IOC_SETFLAGS; in selinux_file_ioctl_compat()
4241 EXPECT_EQ(EACCES, ioctl_error(_metadata, fd, FS_IOC_SETFLAGS));