Searched refs:backing_id (Results 1 – 4 of 4) sorted by relevance
140 int fuse_backing_close(struct fuse_conn *fc, int backing_id) in fuse_backing_close() argument145 pr_debug("%s: backing_id=%d\n", __func__, backing_id); in fuse_backing_close()153 if (backing_id <= 0) in fuse_backing_close()157 fb = fuse_backing_id_remove(fc, backing_id); in fuse_backing_close()169 struct fuse_backing *fuse_backing_lookup(struct fuse_conn *fc, int backing_id) in fuse_backing_lookup() argument174 fb = idr_find(&fc->backing_files_map, backing_id); in fuse_backing_lookup()
180 fb = fuse_passthrough_open(file, ff->args->open_outarg.backing_id); in fuse_file_passthrough_open()
19 then receives an identifier (``backing_id``) for this registered backing file.21 the ``OPEN`` request, include this ``backing_id`` and set the40 backing file descriptor and obtain a ``backing_id``.43 ``fuse_open_out::open_flags`` and provides the corresponding ``backing_id``44 in ``fuse_open_out::backing_id``.46 the ``backing_id`` to release the kernel's reference to the backing file63 the ``FUSE_DEV_IOC_BACKING_OPEN`` ioctl. This ioctl returns a ``backing_id``70 object as long as it's associated with a ``backing_id`` (or subsequently, with
810 int32_t backing_id; member