Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 3 of 3) sorted by relevance

/fs/fuse/
Dfile.c22 int opcode, struct fuse_open_out *outargp) in fuse_send_open()
146 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_do_open() local
210 static void fuse_prepare_release(struct fuse_file *ff, int flags, int opcode) in fuse_prepare_release()
233 void fuse_release_common(struct file *file, int opcode) in fuse_release_common()
475 size_t count, int opcode) in fuse_read_fill()
1440 const struct file_lock *fl, int opcode, pid_t pid, in fuse_lk_fill()
1493 int opcode = (fl->fl_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk() local
/fs/coda/
Dupcall.c44 static void *alloc_upcall(int opcode, int size) in alloc_upcall()
807 int coda_downcall(struct venus_comm *vcp, int opcode, union outputArgs *out) in coda_downcall()
/fs/
Daio.c1377 unsigned short opcode; in aio_rw_vect_retry() local