Searched refs:FS_IOC_SETFLAGS (Results 1 – 18 of 18) sorted by relevance
/linux-6.12.1/include/uapi/linux/ |
D | reiserfs_fs.h | 23 #define REISERFS_IOC_SETFLAGS FS_IOC_SETFLAGS
|
D | fs.h | 224 #define FS_IOC_SETFLAGS _IOW('f', 2, long) macro
|
/linux-6.12.1/tools/testing/selftests/efivarfs/ |
D | open-unlink.c | 37 rc = ioctl(fd, FS_IOC_SETFLAGS, &flags); in set_immutable()
|
/linux-6.12.1/fs/ubifs/ |
D | ioctl.c | 220 cmd = FS_IOC_SETFLAGS; in ubifs_compat_ioctl()
|
/linux-6.12.1/fs/bcachefs/ |
D | fs-ioctl.c | 546 case FS_IOC_SETFLAGS: in bch2_fs_file_ioctl() 619 cmd = FS_IOC_SETFLAGS; in bch2_compat_fs_ioctl()
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | fs.h | 224 #define FS_IOC_SETFLAGS _IOW('f', 2, long) macro
|
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/ |
D | fs.h | 224 #define FS_IOC_SETFLAGS _IOW('f', 2, long) macro
|
/linux-6.12.1/fs/ |
D | ioctl.c | 869 case FS_IOC_SETFLAGS: in do_vfs_ioctl() 993 FS_IOC_GETFLAGS : FS_IOC_SETFLAGS; in COMPAT_SYSCALL_DEFINE3()
|
/linux-6.12.1/fs/ecryptfs/ |
D | file.c | 377 case FS_IOC_SETFLAGS: in ecryptfs_unlocked_ioctl()
|
/linux-6.12.1/fs/smb/client/ |
D | ioctl.c | 407 case FS_IOC_SETFLAGS: in cifs_ioctl()
|
/linux-6.12.1/fs/fuse/ |
D | ioctl.c | 555 err = fuse_priv_ioctl(inode, ff, FS_IOC_SETFLAGS, in fuse_fileattr_set()
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_fs.h | 955 #define XFS_IOC_SETXFLAGS FS_IOC_SETFLAGS
|
/linux-6.12.1/fs/overlayfs/ |
D | inode.c | 625 cmd = fa->fsx_valid ? FS_IOC_FSSETXATTR : FS_IOC_SETFLAGS; in ovl_security_fileattr()
|
/linux-6.12.1/Documentation/admin-guide/ |
D | ext4.rst | 534 FS_IOC_SETFLAGS
|
/linux-6.12.1/security/selinux/ |
D | hooks.c | 3711 case FS_IOC_SETFLAGS: in selinux_file_ioctl() 3755 cmd = FS_IOC_SETFLAGS; in selinux_file_ioctl_compat()
|
/linux-6.12.1/Documentation/filesystems/ |
D | fsverity.rst | 328 The verity flag is not settable via FS_IOC_SETFLAGS. You must use
|
D | vfs.rst | 678 called on ioctl(FS_IOC_SETFLAGS) and ioctl(FS_IOC_FSSETXATTR) to
|
/linux-6.12.1/tools/testing/selftests/landlock/ |
D | fs_test.c | 4090 EXPECT_EQ(EACCES, ioctl_error(_metadata, fd, FS_IOC_SETFLAGS)); in TEST_F_FORK()
|