Lines Matching refs:opcode
27 unsigned int open_flags, int opcode, in fuse_send_open() argument
43 args.opcode = opcode; in fuse_send_open()
132 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_file_open() local
147 err = fuse_send_open(fm, nodeid, open_flags, opcode, outargp); in fuse_file_open()
293 unsigned int flags, int opcode, bool sync) in fuse_prepare_release() argument
324 ra->args.opcode = opcode; in fuse_prepare_release()
342 int opcode = isdir ? FUSE_RELEASEDIR : FUSE_RELEASE; in fuse_file_release() local
344 fuse_prepare_release(fi, ff, open_flags, opcode, false); in fuse_file_release()
469 args.opcode = FUSE_FLUSH; in fuse_flush()
493 int datasync, int opcode) in fuse_fsync_common() argument
504 args.opcode = opcode; in fuse_fsync_common()
563 size_t count, int opcode) in fuse_read_args_fill() argument
572 args->opcode = opcode; in fuse_read_args_fill()
1041 args->opcode = FUSE_WRITE; in fuse_write_args_fill()
2391 const struct file_lock *fl, int opcode, pid_t pid, in fuse_lk_fill() argument
2407 args->opcode = opcode; in fuse_lk_fill()
2440 int opcode = (fl->c.flc_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk() local
2450 fuse_lk_fill(&args, file, fl, opcode, pid_nr, flock, &inarg); in fuse_setlk()
2517 args.opcode = FUSE_BMAP; in fuse_bmap()
2549 args.opcode = FUSE_LSEEK; in fuse_lseek()
2682 args.opcode = FUSE_POLL; in fuse_file_poll()
2907 args.opcode = FUSE_FALLOCATE; in fuse_file_fallocate()
3016 args.opcode = FUSE_COPY_FILE_RANGE; in __fuse_copy_file_range()