Home
last modified time | relevance | path

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

/Linux-v4.19/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()
/Linux-v4.19/include/uapi/linux/
Dreiserfs_fs.h22 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
Dfs.h247 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
/Linux-v4.19/fs/ubifs/
Dioctl.c156 case FS_IOC_GETFLAGS: in ubifs_ioctl()
218 cmd = FS_IOC_GETFLAGS; in ubifs_compat_ioctl()
/Linux-v4.19/fs/ocfs2/
Docfs2_ioctl.h26 #define OCFS2_IOC_GETFLAGS FS_IOC_GETFLAGS
/Linux-v4.19/fs/efivarfs/
Dfile.c172 case FS_IOC_GETFLAGS: in efivarfs_file_ioctl()
/Linux-v4.19/fs/overlayfs/
Dfile.c381 case FS_IOC_GETFLAGS: in ovl_ioctl()
417 cmd = FS_IOC_GETFLAGS; in ovl_compat_ioctl()
/Linux-v4.19/fs/cifs/
Dioctl.c137 case FS_IOC_GETFLAGS: in cifs_ioctl()
/Linux-v4.19/fs/ecryptfs/
Dfile.c371 case FS_IOC_GETFLAGS: in ecryptfs_unlocked_ioctl()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_fs.h562 #define XFS_IOC_GETXFLAGS FS_IOC_GETFLAGS
/Linux-v4.19/fs/nilfs2/
Dioctl.c1291 case FS_IOC_GETFLAGS: in nilfs_ioctl()
1341 cmd = FS_IOC_GETFLAGS; in nilfs_compat_ioctl()
/Linux-v4.19/fs/hfsplus/
Dhfsplus_fs.h353 #define HFSPLUS_IOC_EXT2_GETFLAGS FS_IOC_GETFLAGS
/Linux-v4.19/fs/orangefs/
Dfile.c489 if (cmd == FS_IOC_GETFLAGS) { in orangefs_ioctl()
/Linux-v4.19/fs/ext2/
Dext2.h284 #define EXT2_IOC_GETFLAGS FS_IOC_GETFLAGS
/Linux-v4.19/fs/gfs2/
Dfile.c320 case FS_IOC_GETFLAGS: in gfs2_ioctl()
/Linux-v4.19/Documentation/filesystems/ext4/
Dext4.rst513 alias for FS_IOC_GETFLAGS.
/Linux-v4.19/Documentation/filesystems/
Dfscrypt.rst359 most filesystems it is also possible to use the FS_IOC_GETFLAGS ioctl
/Linux-v4.19/fs/btrfs/
Dioctl.c5848 case FS_IOC_GETFLAGS: in btrfs_ioctl()
5999 cmd = FS_IOC_GETFLAGS; in btrfs_compat_ioctl()
/Linux-v4.19/fs/ext4/
Dext4.h635 #define EXT4_IOC_GETFLAGS FS_IOC_GETFLAGS
/Linux-v4.19/fs/f2fs/
Df2fs.h377 #define F2FS_IOC_GETFLAGS FS_IOC_GETFLAGS
/Linux-v4.19/security/selinux/
Dhooks.c3625 case FS_IOC_GETFLAGS: in selinux_file_ioctl()