Lines Matching refs:opcode
34 req->in.h.opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_send_open()
145 void fuse_release_fill(struct fuse_file *ff, u64 nodeid, int flags, int opcode) in fuse_release_fill() argument
152 req->in.h.opcode = opcode; in fuse_release_fill()
286 req->in.h.opcode = FUSE_FLUSH; in fuse_flush()
351 req->in.h.opcode = isdir ? FUSE_FSYNCDIR : FUSE_FSYNC; in fuse_fsync_common()
375 struct inode *inode, loff_t pos, size_t count, int opcode) in fuse_read_fill() argument
384 req->in.h.opcode = opcode; in fuse_read_fill()
622 req->in.h.opcode = FUSE_WRITE; in fuse_write_fill()
1302 const struct file_lock *fl, int opcode, pid_t pid, in fuse_lk_fill() argument
1318 req->in.h.opcode = opcode; in fuse_lk_fill()
1355 int opcode = (fl->fl_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk() local
1372 fuse_lk_fill(req, file, fl, opcode, pid, flock); in fuse_setlk()
1441 req->in.h.opcode = FUSE_BMAP; in fuse_bmap()
1665 req->in.h.opcode = FUSE_IOCTL; in fuse_file_do_ioctl()
1841 req->in.h.opcode = FUSE_POLL; in fuse_file_poll()