Home
last modified time | relevance | path

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

12

/fs/fuse/
A Dfuse_trace.h88 __field(enum fuse_opcode, opcode)
95 __entry->opcode = req->in.h.opcode;
100 __entry->connection, __entry->unique, __entry->opcode,
101 __print_symbolic(__entry->opcode, OPCODES), __entry->len)
A Dxattr.c30 args.opcode = FUSE_SETXATTR; in fuse_setxattr()
65 args.opcode = FUSE_GETXATTR; in fuse_getxattr()
129 args.opcode = FUSE_LISTXATTR; in fuse_listxattr()
165 args.opcode = FUSE_REMOVEXATTR; in fuse_removexattr()
A Dfile.c43 args.opcode = opcode; in fuse_send_open()
324 ra->args.opcode = opcode; in fuse_prepare_release()
469 args.opcode = FUSE_FLUSH; in fuse_flush()
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()
2407 args->opcode = opcode; in fuse_lk_fill()
2517 args.opcode = FUSE_BMAP; in fuse_bmap()
2549 args.opcode = FUSE_LSEEK; in fuse_lseek()
[all …]
A Ddir.c176 args->opcode = FUSE_LOOKUP; in fuse_lookup_init()
663 args.opcode = opcode; in fuse_create_open()
889 args.opcode = FUSE_MKNOD; in fuse_mknod()
935 args.opcode = FUSE_MKDIR; in fuse_mkdir()
951 args.opcode = FUSE_SYMLINK; in fuse_symlink()
1015 args.opcode = FUSE_UNLINK; in fuse_unlink()
1039 args.opcode = FUSE_RMDIR; in fuse_rmdir()
1066 args.opcode = opcode; in fuse_rename_common()
1152 args.opcode = FUSE_LINK; in fuse_link()
1251 args.opcode = FUSE_STATX; in fuse_do_statx()
[all …]
A Ddev.c376 if (req->in.h.opcode != FUSE_NOTIFY_REPLY) in fuse_dev_queue_req()
586 if (fc->minor < 4 && args->opcode == FUSE_STATFS) in fuse_adjust_compat()
590 switch (args->opcode) { in fuse_adjust_compat()
606 switch (args->opcode) { in fuse_adjust_compat()
634 req->in.h.opcode = args->opcode; in fuse_args_to_req()
1242 ih.opcode = FUSE_INTERRUPT; in fuse_read_interrupt()
1291 .opcode = FUSE_FORGET, in fuse_read_single_forget()
1323 .opcode = FUSE_BATCH_FORGET, in fuse_read_batch_forget()
1458 if (args->opcode == FUSE_SETXATTR) in fuse_dev_do_read()
1889 args->opcode = FUSE_NOTIFY_REPLY; in fuse_retrieve()
A Dfuse_i.h313 uint32_t opcode; member
1147 size_t count, int opcode);
1166 int datasync, int opcode);
A Dioctl.c317 ap.args.opcode = FUSE_IOCTL; in fuse_do_ioctl()
462 args.opcode = FUSE_IOCTL; in fuse_priv_ioctl()
A Dinode.c621 args.opcode = FUSE_DESTROY; in fuse_send_destroy()
657 args.opcode = FUSE_STATFS; in fuse_statfs()
747 args.opcode = FUSE_SYNCFS; in fuse_sync_fs()
1513 ia->args.opcode = FUSE_INIT; in fuse_send_init()
A Dvirtio_fs.c1249 .opcode = FUSE_FORGET, in virtio_fs_send_forget()
1483 if (req->in.h.opcode != FUSE_NOTIFY_REPLY) in virtio_fs_send_req()
1492 __func__, req->in.h.opcode, req->in.h.unique, in virtio_fs_send_req()
A Ddax.c204 args.opcode = FUSE_SETUPMAPPING; in fuse_setup_one_mapping()
240 args.opcode = FUSE_REMOVEMAPPING; in fuse_send_removemapping()
A Dcuse.c453 ap->args.opcode = CUSE_INIT; in cuse_send_init()
A Dreaddir.c277 args.opcode = FUSE_FORGET; in fuse_force_forget()
/fs/cachefiles/
A Dondemand.c44 req->msg.opcode == CACHEFILES_OP_CLOSE) { in cachefiles_ondemand_fd_release()
132 if (!req || req->msg.opcode != CACHEFILES_OP_READ || in cachefiles_ondemand_fd_ioctl()
194 if (!req || req->msg.opcode != CACHEFILES_OP_OPEN || in cachefiles_ondemand_copen()
383 if (req->msg.opcode != CACHEFILES_OP_READ) in cachefiles_ondemand_select_req()
453 if (msg->opcode == CACHEFILES_OP_OPEN) { in cachefiles_ondemand_daemon_read()
465 if (msg->opcode == CACHEFILES_OP_OPEN) { in cachefiles_ondemand_daemon_read()
476 if (ret || msg->opcode == CACHEFILES_OP_CLOSE) in cachefiles_ondemand_daemon_read()
485 enum cachefiles_opcode opcode, in cachefiles_ondemand_send_req() argument
512 req->msg.opcode = opcode; in cachefiles_ondemand_send_req()
547 if (opcode == CACHEFILES_OP_CLOSE && in cachefiles_ondemand_send_req()
[all …]
A Dinternal.h345 req->msg.opcode == CACHEFILES_OP_READ; in cachefiles_ondemand_is_reopening_read()
/fs/coda/
A Dpsdev.c110 if (DOWNCALL(hdr.opcode)) { in coda_psdev_write()
116 hdr.opcode, hdr.unique); in coda_psdev_write()
122 hdr.opcode, hdr.unique); in coda_psdev_write()
133 error = coda_downcall(vcp, hdr.opcode, dcbuf, nbytes); in coda_psdev_write()
160 __func__, hdr.opcode, hdr.unique); in coda_psdev_write()
169 hdr.opcode, hdr.unique); in coda_psdev_write()
A Dupcall.c45 static void *alloc_upcall(int opcode, int size) in alloc_upcall() argument
53 inp->ih.opcode = opcode; in alloc_upcall()
739 req->uc_opcode = buffer->ih.opcode; in coda_upcall()
801 sig_inputArgs->ih.opcode = CODA_SIGNAL; in coda_upcall()
805 sig_req->uc_opcode = sig_inputArgs->ih.opcode; in coda_upcall()
855 int coda_downcall(struct venus_comm *vcp, int opcode, union outputArgs *out, in coda_downcall() argument
866 switch (opcode) { in coda_downcall()
899 switch (opcode) { in coda_downcall()
936 switch (opcode) { in coda_downcall()
A Dcoda_psdev.h82 int coda_downcall(struct venus_comm *vcp, int opcode, union outputArgs *out,
/fs/xfs/
A Dxfs_handle.h20 uint32_t opcode, void __user *uname, void __user *value,
A Dxfs_handle.c586 uint32_t opcode, in xfs_ioc_attrmulti_one() argument
602 switch (opcode) { in xfs_ioc_attrmulti_one()
/fs/smb/server/
A Dtransport_rdma.c523 if (wc->status != IB_WC_SUCCESS || wc->opcode != IB_WC_RECV) { in recv_done()
528 wc->opcode); in recv_done()
536 wc->opcode); in recv_done()
846 wc->opcode); in send_done()
848 if (wc->status != IB_WC_SUCCESS || wc->opcode != IB_WC_SEND) { in send_done()
851 wc->opcode); in send_done()
930 last->wr.opcode = IB_WR_SEND_WITH_INV; in smb_direct_flush_send_list()
1116 msg->wr.opcode = IB_WR_SEND; in post_sendmsg()
1317 wc->opcode, ib_wc_status_msg(wc->status), wc->status); in read_write_done()
/fs/smb/client/
A Dsmbdirect.c293 if (wc->status != IB_WC_SUCCESS || wc->opcode != IB_WC_SEND) { in send_done()
295 wc->status, wc->opcode); in send_done()
461 response, sc->recv_io.expected, wc->status, wc->opcode, in recv_done()
464 if (wc->status != IB_WC_SUCCESS || wc->opcode != IB_WC_RECV) { in recv_done()
466 wc->status, wc->opcode); in recv_done()
739 send_wr.opcode = IB_WR_SEND; in smbd_post_send_negotiate_req()
828 send_wr.opcode = IB_WR_SEND; in smbd_post_send()
2267 reg_wr->wr.opcode = IB_WR_REG_MR; in smbd_register_mr()
2336 wr->opcode = IB_WR_LOCAL_INV; in smbd_deregister_mr()
A Dsmb2proto.h168 u64 persistent_fid, u64 volatile_fid, u32 opcode,
174 u64 persistent_fid, u64 volatile_fid, u32 opcode,
A Dsmb2pdu.c576 if (opcode == FSCTL_VALIDATE_NEGOTIATE_INFO || in smb2_ioctl_req_init()
577 (opcode == FSCTL_QUERY_NETWORK_INTERFACE_INFO && in smb2_ioctl_req_init()
3300 u64 persistent_fid, u64 volatile_fid, u32 opcode, in SMB2_ioctl_init() argument
3310 rc = smb2_ioctl_req_init(opcode, tcon, server, in SMB2_ioctl_init()
3327 req->CtlCode = cpu_to_le32(opcode); in SMB2_ioctl_init()
3380 if (opcode == FSCTL_VALIDATE_NEGOTIATE_INFO) in SMB2_ioctl_init()
3453 &rqst, persistent_fid, volatile_fid, opcode, in SMB2_ioctl()
3468 ses->Suid, 0, opcode, rc); in SMB2_ioctl()
3474 if ((opcode != FSCTL_SRV_COPYCHUNK_WRITE) && in SMB2_ioctl()
3475 (opcode != FSCTL_SRV_COPYCHUNK)) { in SMB2_ioctl()
[all …]
/fs/nfsd/
A Dstate.h103 uint32_t opcode; member
A Dtrace.h1627 __field(unsigned long, opcode)
1635 __entry->opcode = cb->cb_ops ? cb->cb_ops->opcode : _CB_NULL;
1643 show_nfsd_cb_opcode(__entry->opcode)

Completed in 81 milliseconds

12