Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/fuse/
H A Dfuse-passthrough.rst38 3. The (privileged) FUSE daemon uses the ``FUSE_DEV_IOC_BACKING_OPEN`` ioctl
63 the ``FUSE_DEV_IOC_BACKING_OPEN`` ioctl. This ioctl returns a ``backing_id``
118 ``FUSE_DEV_IOC_BACKING_OPEN``, the kernel checks if the backing file's
/linux/include/uapi/linux/
H A Dfuse.h1138 #define FUSE_DEV_IOC_BACKING_OPEN _IOW(FUSE_DEV_IOC_MAGIC, 1, \ macro
/linux/fs/fuse/
H A Ddev.c2678 case FUSE_DEV_IOC_BACKING_OPEN: in fuse_dev_ioctl()