Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dfuse.h571 struct fuse_out_header { struct
/linux-2.6.39/fs/fuse/
Dfuse_i.h170 struct fuse_out_header h;
Ddev.c1614 unsigned reqsize = sizeof(struct fuse_out_header); in copy_out_args()
1646 struct fuse_out_header oh; in fuse_dev_do_write()
1648 if (nbytes < sizeof(struct fuse_out_header)) in fuse_dev_do_write()
1691 if (nbytes != sizeof(struct fuse_out_header)) in fuse_dev_do_write()