| /fs/nfs/ |
| D | proc.c | 59 struct rpc_message msg = { in nfs_proc_get_root() local 106 struct rpc_message msg = { in nfs_proc_getattr() local 134 struct rpc_message msg = { in nfs_proc_setattr() local 168 struct rpc_message msg = { in nfs_proc_lookup() local 196 struct rpc_message msg = { in nfs_proc_readlink() local 245 struct rpc_message msg = { in nfs_proc_create() local 274 struct rpc_message msg = { in nfs_proc_mknod() local 320 struct rpc_message msg = { in nfs_proc_remove() local 335 nfs_proc_unlink_setup(struct rpc_message *msg, in nfs_proc_unlink_setup() 354 nfs_proc_rename_setup(struct rpc_message *msg, in nfs_proc_rename_setup() [all …]
|
| D | nfs3proc.c | 32 nfs3_rpc_wrapper(struct rpc_clnt *clnt, struct rpc_message *msg, int flags) in nfs3_rpc_wrapper() 46 #define rpc_call_sync(clnt, msg, flags) nfs3_rpc_wrapper(clnt, msg, flags) argument 64 struct rpc_message msg = { in do_proc_get_root() local 106 struct rpc_message msg = { in nfs3_proc_getattr() local 134 struct rpc_message msg = { in nfs3_proc_setattr() local 169 struct rpc_message msg = { in __nfs3_proc_lookup() local 232 struct rpc_message msg = { in nfs3_proc_access() local 265 struct rpc_message msg = { in nfs3_proc_readlink() local 286 struct rpc_message msg; member 440 struct rpc_message msg = { in nfs3_proc_remove() local [all …]
|
| D | nfs42proc.c | 44 static int _nfs42_proc_fallocate(struct rpc_message *msg, struct file *filep, in _nfs42_proc_fallocate() 99 static int nfs42_proc_fallocate(struct rpc_message *msg, struct file *filep, in nfs42_proc_fallocate() 135 struct rpc_message msg = { in nfs42_proc_allocate() local 156 struct rpc_message msg = { in nfs42_proc_deallocate() local 320 struct rpc_message msg = { in _nfs42_proc_copy() local 548 struct rpc_message msg = { in nfs42_do_offload_cancel_async() local 592 struct rpc_message msg = { in _nfs42_proc_copy_notify() local 675 struct rpc_message msg = { in _nfs42_proc_llseek() local 856 struct rpc_message msg = { in nfs42_proc_layoutstats_generic() local 1015 struct rpc_message msg = { in nfs42_proc_layouterror() local [all …]
|
| D | nfs4proc.c | 1183 struct rpc_message *msg, in nfs4_do_call_sync() 1207 struct rpc_message *msg, in nfs4_call_sync_sequence() 1221 struct rpc_message *msg, in nfs4_call_sync() 2472 struct rpc_message msg = { in _nfs4_proc_open_confirm() local 2643 struct rpc_message msg = { in nfs4_run_open_task() local 3379 struct rpc_message msg = { in _nfs4_do_setattr() local 3818 struct rpc_message msg = { in nfs4_do_close() local 3944 struct rpc_message msg = { in _nfs4_server_capabilities() local 4227 struct rpc_message msg = { in _nfs4_lookup_root() local 4450 struct rpc_message msg = { in _nfs4_proc_getattr() local [all …]
|
| D | nfs3acl.c | 58 struct rpc_message msg = { in nfs3_get_acl() local 173 struct rpc_message msg = { in __nfs3_proc_setacls() local
|
| D | unlink.c | 91 struct rpc_message msg = { in nfs_do_call_unlink() local 345 struct rpc_message msg = { }; in nfs_async_rename() local
|
| D | nfs4_fs.h | 367 struct rpc_clnt **clntp, struct rpc_message *msg) in _nfs4_state_protect() 403 struct rpc_clnt **clntp, struct rpc_message *msg) in nfs4_state_protect() 415 struct rpc_message *msg, struct nfs_pgio_header *hdr) in nfs4_state_protect_write() 436 struct rpc_clnt **clntp, struct rpc_message *msg) in nfs4_state_protect() 442 struct rpc_message *msg, struct nfs_pgio_header *hdr) in nfs4_state_protect_write()
|
| /fs/smb/server/ |
| D | transport_ipc.c | 244 struct ksmbd_ipc_msg *msg; in ipc_msg_alloc() local 253 static void ipc_msg_free(struct ksmbd_ipc_msg *msg) in ipc_msg_free() 448 static int ipc_msg_send(struct ksmbd_ipc_msg *msg) in ipc_msg_send() 529 static void *ipc_msg_send_request(struct ksmbd_ipc_msg *msg, unsigned int handle) in ipc_msg_send_request() 569 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_heartbeat_request() local 584 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_login_request() local 608 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_login_request_ext() local 632 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_spnego_authen_request() local 662 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_tree_connect_request() local 701 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_tree_disconnect_request() local [all …]
|
| /fs/reiserfs/ |
| D | hashes.c | 44 u32 keyed_hash(const signed char *msg, int len) in keyed_hash() 128 u32 yura_hash(const signed char *msg, int len) in yura_hash() 167 u32 r5_hash(const signed char *msg, int len) in r5_hash()
|
| /fs/lockd/ |
| D | clntproc.c | 271 struct rpc_message msg = { in nlmclnt_call() local 343 static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, c… in __nlm_async_call() 371 static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct … in nlm_do_async_call() 387 struct rpc_message msg = { in nlm_async_call() local 396 struct rpc_message msg = { in nlm_async_reply() local 412 struct rpc_message msg = { in nlmclnt_async_call() local
|
| D | svcsubs.c | 36 static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) in nlm_debug_print_fh() 46 static inline void nlm_debug_print_file(char *msg, struct nlm_file *file) in nlm_debug_print_file() 54 static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) in nlm_debug_print_fh() 59 static inline void nlm_debug_print_file(char *msg, struct nlm_file *file) in nlm_debug_print_file()
|
| /fs/afs/ |
| D | rxrpc.c | 335 struct msghdr msg; in afs_make_call() local 482 const char *msg; in afs_log_error() local 837 struct msghdr msg; in afs_send_empty_reply() local 874 struct msghdr msg; in afs_send_simple_reply() local
|
| /fs/dlm/ |
| D | lowcomms.c | 692 struct dlm_msg *msg = container_of(kref, struct dlm_msg, ref); in dlm_msg_release() local 700 struct dlm_msg *msg, *tmp; in free_entry() local 904 struct msghdr msg; in receive_from_sock() local 1232 struct dlm_msg *msg; in dlm_lowcomms_new_msg_con() local 1263 struct dlm_msg *msg; in dlm_lowcomms_new_msg() local 1295 static void _dlm_lowcomms_commit_msg(struct dlm_msg *msg) in _dlm_lowcomms_commit_msg() 1322 void dlm_lowcomms_commit_msg(struct dlm_msg *msg) in dlm_lowcomms_commit_msg() 1331 void dlm_lowcomms_put_msg(struct dlm_msg *msg) in dlm_lowcomms_put_msg() 1337 int dlm_lowcomms_resend_msg(struct dlm_msg *msg) in dlm_lowcomms_resend_msg() 1366 struct msghdr msg = { in send_to_sock() local
|
| D | rcom.c | 75 struct dlm_msg *msg; in create_rcom_stateless() local 95 static void send_rcom_stateless(struct dlm_msg *msg, struct dlm_rcom *rc) in send_rcom_stateless() 175 struct dlm_msg *msg; in dlm_rcom_status() local 232 struct dlm_msg *msg; in receive_rcom_status() local
|
| D | midcomms.c | 202 struct dlm_msg *msg; member 379 struct dlm_msg *msg; in dlm_send_ack() local 981 struct dlm_msg *msg; in dlm_midcomms_get_msg_3_2() local 1007 struct dlm_msg *msg; in dlm_midcomms_get_mhandle() local 1494 struct dlm_msg *msg; in dlm_midcomms_rawmsg_send() local
|
| /fs/ceph/ |
| D | mds_client.c | 747 static int parse_reply_info(struct ceph_mds_session *s, struct ceph_msg *msg, in parse_reply_info() 1443 struct ceph_msg *msg; in ceph_create_session_msg() local 1540 struct ceph_msg *msg; in create_session_full_msg() local 1664 struct ceph_msg *msg; in __open_session() local 2026 struct ceph_msg *msg; in send_renew_caps() local 2057 struct ceph_msg *msg; in send_flushmsg_ack() local 2112 struct ceph_msg *msg; in request_close_session() local 2319 struct ceph_msg *msg = NULL; in ceph_send_cap_releases() local 2997 struct ceph_msg *msg; in create_request_message() local 3307 struct ceph_msg *msg; in __prepare_send_request() local [all …]
|
| /fs/ocfs2/dlm/ |
| D | dlmdomain.c | 484 static int dlm_begin_exit_domain_handler(struct o2net_msg *msg, u32 len, in dlm_begin_exit_domain_handler() 544 static int dlm_exit_domain_handler(struct o2net_msg *msg, u32 len, void *data, in dlm_exit_domain_handler() 789 static int dlm_query_join_handler(struct o2net_msg *msg, u32 len, void *data, in dlm_query_join_handler() 909 static int dlm_assert_joined_handler(struct o2net_msg *msg, u32 len, void *data, in dlm_assert_joined_handler() 1095 static int dlm_query_region_handler(struct o2net_msg *msg, u32 len, in dlm_query_region_handler() 1272 static int dlm_query_nodeinfo_handler(struct o2net_msg *msg, u32 len, in dlm_query_nodeinfo_handler() 1320 static int dlm_cancel_join_handler(struct o2net_msg *msg, u32 len, void *data, in dlm_cancel_join_handler()
|
| D | dlmrecovery.c | 813 int dlm_request_all_locks_handler(struct o2net_msg *msg, u32 len, void *data, in dlm_request_all_locks_handler() 969 int dlm_reco_data_done_handler(struct o2net_msg *msg, u32 len, void *data, in dlm_reco_data_done_handler() 1345 int dlm_mig_lockres_handler(struct o2net_msg *msg, u32 len, void *data, in dlm_mig_lockres_handler() 1697 int dlm_master_requery_handler(struct o2net_msg *msg, u32 len, void *data, in dlm_master_requery_handler() 2755 int dlm_begin_reco_handler(struct o2net_msg *msg, u32 len, void *data, in dlm_begin_reco_handler() 2887 int dlm_finalize_reco_handler(struct o2net_msg *msg, u32 len, void *data, in dlm_finalize_reco_handler()
|
| /fs/ecryptfs/ |
| D | messaging.c | 207 struct ecryptfs_message *msg, u32 seq) in ecryptfs_process_response() 327 struct ecryptfs_message **msg) in ecryptfs_wait_for_response()
|
| D | miscdev.c | 150 struct ecryptfs_message *msg; in ecryptfs_send_miscdev() local 325 struct ecryptfs_message *msg = (struct ecryptfs_message *)data; in ecryptfs_miscdev_response() local
|
| /fs/nfs/blocklayout/ |
| D | rpc_pipefs.c | 59 struct rpc_pipe_msg *msg = &bl_pipe_msg.msg; in bl_resolve_deviceid() local 128 static void bl_pipe_destroy_msg(struct rpc_pipe_msg *msg) in bl_pipe_destroy_msg()
|
| /fs/ |
| D | userfaultfd.c | 69 struct uffd_msg msg; member 182 static inline void msg_init(struct uffd_msg *msg) in msg_init() 198 struct uffd_msg msg; in userfault_msg() local 956 struct uffd_msg *msg) in resolve_userfault_fork() 971 struct uffd_msg *msg, struct inode *inode) in userfaultfd_ctx_read() 1140 struct uffd_msg msg; in userfaultfd_read_iter() local
|
| /fs/ext4/ |
| D | hash.c | 135 static void str2hashbuf_signed(const char *msg, int len, __u32 *buf, int num) in str2hashbuf_signed() 161 static void str2hashbuf_unsigned(const char *msg, int len, __u32 *buf, int num) in str2hashbuf_unsigned()
|
| /fs/f2fs/ |
| D | hash.c | 42 static void str2hashbuf(const unsigned char *msg, size_t len, in str2hashbuf()
|
| /fs/ocfs2/ |
| D | stack_user.c | 360 struct ocfs2_control_message_setn *msg) in ocfs2_control_do_setnode_msg() 391 struct ocfs2_control_message_setv *msg) in ocfs2_control_do_setversion_msg() 441 struct ocfs2_control_message_down *msg) in ocfs2_control_do_down_msg() 477 union ocfs2_control_message msg; in ocfs2_control_message() local
|