Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfuse.h1114 #define FUSE_DEV_IOC_MAGIC 229
1115 #define FUSE_DEV_IOC_CLONE _IOR(FUSE_DEV_IOC_MAGIC, 0, uint32_t)
1116 #define FUSE_DEV_IOC_BACKING_OPEN _IOW(FUSE_DEV_IOC_MAGIC, 1, \
1118 #define FUSE_DEV_IOC_BACKING_CLOSE _IOW(FUSE_DEV_IOC_MAGIC, 2, uint32_t)
1103 #define FUSE_DEV_IOC_MAGIC global() macro