Searched refs:NILFS_IOCTL_IDENT (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/include/linux/ |
D | nilfs2_fs.h | 890 #define NILFS_IOCTL_IDENT 'n' macro 893 _IOW(NILFS_IOCTL_IDENT, 0x80, struct nilfs_cpmode) 895 _IOW(NILFS_IOCTL_IDENT, 0x81, __u64) 897 _IOR(NILFS_IOCTL_IDENT, 0x82, struct nilfs_argv) 899 _IOR(NILFS_IOCTL_IDENT, 0x83, struct nilfs_cpstat) 901 _IOR(NILFS_IOCTL_IDENT, 0x84, struct nilfs_argv) 903 _IOR(NILFS_IOCTL_IDENT, 0x85, struct nilfs_sustat) 905 _IOWR(NILFS_IOCTL_IDENT, 0x86, struct nilfs_argv) 907 _IOWR(NILFS_IOCTL_IDENT, 0x87, struct nilfs_argv) 909 _IOW(NILFS_IOCTL_IDENT, 0x88, struct nilfs_argv[5]) [all …]
|