Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fuse/
H A Dpassthrough.c261 int passthrough_fh = openarg->passthrough_fh; in fuse_passthrough_setup() local
267 if (passthrough_fh <= 0) in fuse_passthrough_setup()
271 passthrough = idr_remove(&fc->passthrough_req, passthrough_fh); in fuse_passthrough_setup()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfuse.h610 uint32_t passthrough_fh; member