Home
last modified time | relevance | path

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

/linux-4.1.27/tools/testing/selftests/efivarfs/
Dopen-unlink.c23 rc = ioctl(fd, FS_IOC_GETFLAGS, &flags); in set_immutable()
54 rc = ioctl(fd, FS_IOC_GETFLAGS, &flags); in get_immutable()
/linux-4.1.27/include/uapi/linux/
Dreiserfs_fs.h21 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
Dfs.h163 #define FS_IOC_GETFLAGS _IOR('f', 1, long) macro
/linux-4.1.27/fs/ubifs/
Dioctl.c153 case FS_IOC_GETFLAGS: in ubifs_ioctl()
195 cmd = FS_IOC_GETFLAGS; in ubifs_compat_ioctl()
/linux-4.1.27/fs/ocfs2/
Docfs2_ioctl.h26 #define OCFS2_IOC_GETFLAGS FS_IOC_GETFLAGS
/linux-4.1.27/fs/efivarfs/
Dfile.c166 case FS_IOC_GETFLAGS: in efivarfs_file_ioctl()
/linux-4.1.27/fs/cifs/
Dioctl.c154 case FS_IOC_GETFLAGS: in cifs_ioctl()
/linux-4.1.27/fs/logfs/
Dfile.c193 case FS_IOC_GETFLAGS: in logfs_ioctl()
/linux-4.1.27/fs/ecryptfs/
Dfile.c304 case FS_IOC_GETFLAGS: in ecryptfs_unlocked_ioctl()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_fs.h494 #define XFS_IOC_GETXFLAGS FS_IOC_GETFLAGS
/linux-4.1.27/fs/nilfs2/
Dioctl.c1301 case FS_IOC_GETFLAGS: in nilfs_ioctl()
1351 cmd = FS_IOC_GETFLAGS; in nilfs_compat_ioctl()
/linux-4.1.27/fs/hfsplus/
Dhfsplus_fs.h352 #define HFSPLUS_IOC_EXT2_GETFLAGS FS_IOC_GETFLAGS
/linux-4.1.27/fs/ext2/
Dext2.h279 #define EXT2_IOC_GETFLAGS FS_IOC_GETFLAGS
/linux-4.1.27/fs/ext3/
Dext3.h210 #define EXT3_IOC_GETFLAGS FS_IOC_GETFLAGS
/linux-4.1.27/fs/gfs2/
Dfile.c309 case FS_IOC_GETFLAGS: in gfs2_ioctl()
/linux-4.1.27/fs/f2fs/
Df2fs.h210 #define F2FS_IOC_GETFLAGS FS_IOC_GETFLAGS
/linux-4.1.27/Documentation/filesystems/
Dext4.txt528 alias for FS_IOC_GETFLAGS.
/linux-4.1.27/fs/btrfs/
Dioctl.c5362 case FS_IOC_GETFLAGS: in btrfs_ioctl()
5501 cmd = FS_IOC_GETFLAGS; in btrfs_compat_ioctl()
/linux-4.1.27/fs/ext4/
Dext4.h597 #define EXT4_IOC_GETFLAGS FS_IOC_GETFLAGS
/linux-4.1.27/security/selinux/
Dhooks.c3249 case FS_IOC_GETFLAGS: in selinux_file_ioctl()