Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfuse.h1046 struct fuse_out_header { struct
/linux/fs/fuse/
H A Ddev.c2154 reqsize = sizeof(struct fuse_out_header); in fuse_copy_out_args()
2186 struct fuse_out_header oh; in fuse_dev_do_write()
2189 if (nbytes < sizeof(struct fuse_out_header)) in fuse_dev_do_write()
2230 if (nbytes != sizeof(struct fuse_out_header)) in fuse_dev_do_write()
H A Dfuse_i.h465 struct fuse_out_header h;
H A Ddev_uring.c537 static int fuse_uring_out_header_has_err(struct fuse_out_header *oh, in fuse_uring_out_header_has_err()