Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 9 of 9) sorted by relevance

/fs/coda/
Dpsdev.c110 if (DOWNCALL(hdr.opcode)) { in coda_psdev_write()
123 hdr.opcode, hdr.unique); in coda_psdev_write()
129 hdr.opcode, hdr.unique); in coda_psdev_write()
141 error = coda_downcall(hdr.opcode, dcbuf, sb); in coda_psdev_write()
168 hdr.opcode, hdr.unique); in coda_psdev_write()
176 req->uc_outSize, (long)nbytes, hdr.opcode, hdr.unique); in coda_psdev_write()
Dupcall.c44 static void *alloc_upcall(int opcode, int size) in alloc_upcall() argument
52 inp->ih.opcode = opcode; in alloc_upcall()
686 req->uc_opcode = ((union inputArgs *)buffer)->ih.opcode; in coda_upcall()
746 sig_inputArgs->ih.opcode = CODA_SIGNAL; in coda_upcall()
750 sig_req->uc_opcode = sig_inputArgs->ih.opcode; in coda_upcall()
798 int coda_downcall(int opcode, union outputArgs * out, struct super_block *sb) in coda_downcall() argument
807 switch (opcode) { in coda_downcall()
/fs/fuse/
Ddir.c120 req->in.h.opcode = FUSE_LOOKUP; in fuse_lookup_init()
420 req->in.h.opcode = FUSE_CREATE; in fuse_create_open()
563 req->in.h.opcode = FUSE_MKNOD; in fuse_mknod()
594 req->in.h.opcode = FUSE_MKDIR; in fuse_mkdir()
612 req->in.h.opcode = FUSE_SYMLINK; in fuse_symlink()
629 req->in.h.opcode = FUSE_UNLINK; in fuse_unlink()
662 req->in.h.opcode = FUSE_RMDIR; in fuse_rmdir()
691 req->in.h.opcode = FUSE_RENAME; in fuse_rename()
741 req->in.h.opcode = FUSE_LINK; in fuse_link()
805 req->in.h.opcode = FUSE_GETATTR; in fuse_do_getattr()
[all …]
Dfile.c34 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()
[all …]
Dfuse_i.h518 struct inode *inode, loff_t pos, size_t count, int opcode);
531 void fuse_release_fill(struct fuse_file *ff, u64 nodeid, int flags, int opcode);
Dinode.c92 req->in.h.opcode = FUSE_FORGET; in fuse_send_forget()
270 req->in.h.opcode = FUSE_DESTROY; in fuse_send_destroy()
332 req->in.h.opcode = FUSE_STATFS; in fuse_statfs()
777 req->in.h.opcode = FUSE_INIT; in fuse_send_init()
Ddev.c716 ih.opcode = FUSE_INTERRUPT; in fuse_read_interrupt()
786 if (in->h.opcode == FUSE_SETXATTR) in fuse_dev_read()
/fs/
Daio.c1370 unsigned short opcode; in aio_rw_vect_retry() local
1375 opcode = IOCB_CMD_PREADV; in aio_rw_vect_retry()
1378 opcode = IOCB_CMD_PWRITEV; in aio_rw_vect_retry()
1395 (opcode == IOCB_CMD_PWRITEV || in aio_rw_vect_retry()
1405 if (opcode == IOCB_CMD_PWRITEV in aio_rw_vect_retry()
/fs/xfs/
Dxfs_bmap.c3796 int opcode, /* operation */ in xfs_bmap_trace_addentry() argument
3817 (void *)(__psint_t)(opcode | (whichfork << 16)), in xfs_bmap_trace_addentry()
3834 (void *)(__psint_t)(opcode | (whichfork << 16)), in xfs_bmap_trace_addentry()