| /fs/fuse/ |
| A D | fuse_trace.h | 88 __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 D | xattr.c | 30 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 D | file.c | 43 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 D | dir.c | 176 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 D | dev.c | 376 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 D | fuse_i.h | 313 uint32_t opcode; member 1147 size_t count, int opcode); 1166 int datasync, int opcode);
|
| A D | ioctl.c | 317 ap.args.opcode = FUSE_IOCTL; in fuse_do_ioctl() 462 args.opcode = FUSE_IOCTL; in fuse_priv_ioctl()
|
| A D | inode.c | 621 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 D | virtio_fs.c | 1249 .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 D | dax.c | 204 args.opcode = FUSE_SETUPMAPPING; in fuse_setup_one_mapping() 240 args.opcode = FUSE_REMOVEMAPPING; in fuse_send_removemapping()
|
| A D | cuse.c | 453 ap->args.opcode = CUSE_INIT; in cuse_send_init()
|
| A D | readdir.c | 277 args.opcode = FUSE_FORGET; in fuse_force_forget()
|
| /fs/cachefiles/ |
| A D | ondemand.c | 44 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 D | internal.h | 345 req->msg.opcode == CACHEFILES_OP_READ; in cachefiles_ondemand_is_reopening_read()
|
| /fs/coda/ |
| A D | psdev.c | 110 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 D | upcall.c | 45 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 D | coda_psdev.h | 82 int coda_downcall(struct venus_comm *vcp, int opcode, union outputArgs *out,
|
| /fs/xfs/ |
| A D | xfs_handle.h | 20 uint32_t opcode, void __user *uname, void __user *value,
|
| A D | xfs_handle.c | 586 uint32_t opcode, in xfs_ioc_attrmulti_one() argument 602 switch (opcode) { in xfs_ioc_attrmulti_one()
|
| /fs/smb/server/ |
| A D | transport_rdma.c | 523 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 D | smbdirect.c | 293 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 D | smb2proto.h | 168 u64 persistent_fid, u64 volatile_fid, u32 opcode, 174 u64 persistent_fid, u64 volatile_fid, u32 opcode,
|
| A D | smb2pdu.c | 576 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 D | state.h | 103 uint32_t opcode; member
|
| A D | trace.h | 1627 __field(unsigned long, opcode) 1635 __entry->opcode = cb->cb_ops ? cb->cb_ops->opcode : _CB_NULL; 1643 show_nfsd_cb_opcode(__entry->opcode)
|