Searched refs:NILFS_IOCTL_IDENT (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/include/uapi/linux/ |
D | nilfs2_api.h | 264 #define NILFS_IOCTL_IDENT 'n' macro 267 _IOW(NILFS_IOCTL_IDENT, 0x80, struct nilfs_cpmode) 269 _IOW(NILFS_IOCTL_IDENT, 0x81, __u64) 271 _IOR(NILFS_IOCTL_IDENT, 0x82, struct nilfs_argv) 273 _IOR(NILFS_IOCTL_IDENT, 0x83, struct nilfs_cpstat) 275 _IOR(NILFS_IOCTL_IDENT, 0x84, struct nilfs_argv) 277 _IOR(NILFS_IOCTL_IDENT, 0x85, struct nilfs_sustat) 279 _IOWR(NILFS_IOCTL_IDENT, 0x86, struct nilfs_argv) 281 _IOWR(NILFS_IOCTL_IDENT, 0x87, struct nilfs_argv) 283 _IOW(NILFS_IOCTL_IDENT, 0x88, struct nilfs_argv[5]) [all …]
|