Home
last modified time | relevance | path

Searched defs:server (Results 1 – 25 of 208) sorted by relevance

123456789

/openbmc/qemu/util/
H A Dvhost-user-server.c90 void vhost_user_server_inc_in_flight(VuServer *server) in vhost_user_server_inc_in_flight()
96 void vhost_user_server_dec_in_flight(VuServer *server) in vhost_user_server_dec_in_flight()
105 bool vhost_user_server_has_in_flight(VuServer *server) in vhost_user_server_has_in_flight()
120 VuServer *server = container_of(vu_dev, VuServer, vu_dev); in vu_message_read() local
212 VuServer *server = opaque; in vu_client_trip() local
269 VuServer *server = container_of(vu_dev, VuServer, vu_dev); in kick_handler() local
275 static VuFdWatch *find_vu_fd_watch(VuServer *server, int fd) in find_vu_fd_watch()
292 VuServer *server = container_of(vu_dev, VuServer, vu_dev); in set_watch() local
317 VuServer *server; in remove_watch() local
338 VuServer *server = opaque; in vu_accept() local
[all …]
/openbmc/linux/fs/smb/client/
H A Dsmb2transport.c30 smb3_crypto_shash_allocate(struct TCP_Server_Info *server) in smb3_crypto_shash_allocate()
50 smb311_crypto_shash_allocate(struct TCP_Server_Info *server) in smb311_crypto_shash_allocate()
77 int smb3_get_sign_key(__u64 ses_id, struct TCP_Server_Info *server, u8 *key) in smb3_get_sign_key()
146 smb2_find_smb_ses_unlocked(struct TCP_Server_Info *server, __u64 ses_id) in smb2_find_smb_ses_unlocked()
171 static int smb2_get_sign_key(struct TCP_Server_Info *server, in smb2_get_sign_key()
231 smb2_find_smb_tcon(struct TCP_Server_Info *server, __u64 ses_id, __u32 tid) in smb2_find_smb_tcon()
256 smb2_calc_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server, in smb2_calc_signature()
345 struct TCP_Server_Info *server = ses->server; in generate_key() local
429 struct TCP_Server_Info *server, in generate_smb3signingkey()
528 struct TCP_Server_Info *server) in generate_smb30signingkey()
[all …]
H A Dconnect.c73 static int reconn_set_ipaddr_from_hostname(struct TCP_Server_Info *server) in reconn_set_ipaddr_from_hostname() argument
123 struct TCP_Server_Info *server = tcon->ses->server; smb2_query_server_interfaces() local
157 cifs_signal_cifsd_for_reconnect(struct TCP_Server_Info * server,bool all_channels) cifs_signal_cifsd_for_reconnect() argument
206 cifs_mark_tcp_ses_conns_for_reconnect(struct TCP_Server_Info * server,bool mark_smb_session) cifs_mark_tcp_ses_conns_for_reconnect() argument
300 cifs_abort_connection(struct TCP_Server_Info * server) cifs_abort_connection() argument
355 cifs_tcp_ses_needs_reconnect(struct TCP_Server_Info * server,int num_targets) cifs_tcp_ses_needs_reconnect() argument
388 __cifs_reconnect(struct TCP_Server_Info * server,bool mark_smb_session) __cifs_reconnect() argument
441 __reconnect_target_unlocked(struct TCP_Server_Info * server,const char * target) __reconnect_target_unlocked() argument
474 reconnect_target_unlocked(struct TCP_Server_Info * server,struct dfs_cache_tgt_list * tl,struct dfs_cache_tgt_iterator ** target_hint) reconnect_target_unlocked() argument
498 reconnect_dfs_server(struct TCP_Server_Info * server) reconnect_dfs_server() argument
576 cifs_reconnect(struct TCP_Server_Info * server,bool mark_smb_session) cifs_reconnect() argument
588 cifs_reconnect(struct TCP_Server_Info * server,bool mark_smb_session) cifs_reconnect() argument
598 struct TCP_Server_Info *server = container_of(work, cifs_echo_request() local
624 allocate_buffers(struct TCP_Server_Info * server) allocate_buffers() argument
657 server_unresponsive(struct TCP_Server_Info * server) server_unresponsive() argument
699 zero_credits(struct TCP_Server_Info * server) zero_credits() argument
714 cifs_readv_from_socket(struct TCP_Server_Info * server,struct msghdr * smb_msg) cifs_readv_from_socket() argument
771 cifs_read_from_socket(struct TCP_Server_Info * server,char * buf,unsigned int to_read) cifs_read_from_socket() argument
783 cifs_discard_from_socket(struct TCP_Server_Info * server,size_t to_read) cifs_discard_from_socket() argument
798 cifs_read_page_from_socket(struct TCP_Server_Info * server,struct page * page,unsigned int page_offset,unsigned int to_read) cifs_read_page_from_socket() argument
810 cifs_read_iter_from_socket(struct TCP_Server_Info * server,struct iov_iter * iter,unsigned int to_read) cifs_read_iter_from_socket() argument
824 is_smb_response(struct TCP_Server_Info * server,unsigned char type) is_smb_response() argument
892 smb2_get_credits_from_hdr(char * buffer,struct TCP_Server_Info * server) smb2_get_credits_from_hdr() argument
906 handle_mid(struct mid_q_entry * mid,struct TCP_Server_Info * server,char * buf,int malformed) handle_mid() argument
927 cifs_enable_signing(struct TCP_Server_Info * server,bool mnt_sign_required) cifs_enable_signing() argument
973 clean_demultiplex_info(struct TCP_Server_Info * server) clean_demultiplex_info() argument
1072 standard_receive3(struct TCP_Server_Info * server,struct mid_q_entry * mid) standard_receive3() argument
1107 cifs_handle_standard(struct TCP_Server_Info * server,struct mid_q_entry * mid) cifs_handle_standard() argument
1143 smb2_add_credits_from_hdr(char * buffer,struct TCP_Server_Info * server) smb2_add_credits_from_hdr() argument
1176 struct TCP_Server_Info *server = p; cifs_demultiplex_thread() local
1460 match_port(struct TCP_Server_Info * server,struct sockaddr * addr) match_port() argument
1493 match_server_address(struct TCP_Server_Info * server,struct sockaddr * addr) match_server_address() argument
1502 match_security(struct TCP_Server_Info * server,struct smb3_fs_context * ctx) match_security() argument
1525 match_server(struct TCP_Server_Info * server,struct smb3_fs_context * ctx,bool match_super) match_server() argument
1619 struct TCP_Server_Info *server; cifs_find_tcp_session() local
1645 cifs_put_tcp_session(struct TCP_Server_Info * server,int from_reconnect) cifs_put_tcp_session() argument
1974 struct TCP_Server_Info *server = ses->server; cifs_setup_ipc() local
2023 cifs_find_smb_ses(struct TCP_Server_Info * server,struct smb3_fs_context * ctx) cifs_find_smb_ses() argument
2052 struct TCP_Server_Info *server = ses->server; __cifs_put_smb_ses() local
2140 struct TCP_Server_Info *server = ses->server; cifs_set_cifscreds() local
2290 cifs_get_smb_ses(struct TCP_Server_Info * server,struct smb3_fs_context * ctx) cifs_get_smb_ses() argument
2459 struct TCP_Server_Info *server = tcon->ses->server; match_tcon() local
3017 bind_socket(struct TCP_Server_Info * server) bind_socket() argument
3046 ip_rfc1001_connect(struct TCP_Server_Info * server) ip_rfc1001_connect() argument
3101 generic_ip_connect(struct TCP_Server_Info * server) generic_ip_connect() argument
3216 ip_connect(struct TCP_Server_Info * server) ip_connect() argument
3425 struct TCP_Server_Info *server = NULL; cifs_mount_get_session() local
3472 struct TCP_Server_Info *server; cifs_mount_get_tcon() local
3596 cifs_are_all_path_components_accessible(struct TCP_Server_Info * server,unsigned int xid,struct cifs_tcon * tcon,struct cifs_sb_info * cifs_sb,char * full_path,int added_treename) cifs_are_all_path_components_accessible() argument
3651 struct TCP_Server_Info *server = mnt_ctx->server; cifs_is_path_remote() local
3954 cifs_negotiate_protocol(const unsigned int xid,struct cifs_ses * ses,struct TCP_Server_Info * server) cifs_negotiate_protocol() argument
3999 cifs_setup_session(const unsigned int xid,struct cifs_ses * ses,struct TCP_Server_Info * server,struct nls_table * nls_info) cifs_setup_session() argument
[all...]
H A Dtransport.c44 alloc_mid(const struct smb_hdr *smb_buffer, struct TCP_Server_Info *server) in alloc_mid()
89 struct TCP_Server_Info *server = midEntry->server; in __release_mid() local
182 smb_send_kvec(struct TCP_Server_Info *server, struct msghdr *smb_msg, in smb_send_kvec()
247 smb_rqst_len(struct TCP_Server_Info *server, struct smb_rqst *rqst) in smb_rqst_len()
272 __smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, in __smb_send_rqst()
427 smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, in smb_send_rqst()
470 smb_send(struct TCP_Server_Info *server, struct smb_hdr *smb_buffer, in smb_send()
486 wait_for_free_credits(struct TCP_Server_Info *server, const int num_credits, in wait_for_free_credits()
640 wait_for_free_request(struct TCP_Server_Info *server, const int flags, in wait_for_free_request()
648 wait_for_compound_request(struct TCP_Server_Info *server, int num, in wait_for_compound_request()
[all …]
H A Dsess.c31 is_server_using_iface(struct TCP_Server_Info *server, in is_server_using_iface()
74 struct TCP_Server_Info *server) in cifs_ses_get_chan_index()
96 struct TCP_Server_Info *server) in cifs_chan_set_in_reconnect()
108 struct TCP_Server_Info *server) in cifs_chan_clear_in_reconnect()
120 struct TCP_Server_Info *server) in cifs_chan_in_reconnect()
132 struct TCP_Server_Info *server) in cifs_chan_set_need_reconnect()
146 struct TCP_Server_Info *server) in cifs_chan_clear_need_reconnect()
160 struct TCP_Server_Info *server) in cifs_chan_needs_reconnect()
172 struct TCP_Server_Info *server) in cifs_chan_is_iface_active()
186 struct TCP_Server_Info *server = ses->server; in cifs_try_adding_channels() local
[all …]
H A Dcifs_swn.h27 static inline bool cifs_swn_set_server_dstaddr(struct TCP_Server_Info *server) in cifs_swn_set_server_dstaddr()
36 static inline void cifs_swn_reset_server_dstaddr(struct TCP_Server_Info *server) in cifs_swn_reset_server_dstaddr()
48 static inline bool cifs_swn_set_server_dstaddr(struct TCP_Server_Info *server) { return false; } in cifs_swn_set_server_dstaddr()
49 static inline void cifs_swn_reset_server_dstaddr(struct TCP_Server_Info *server) {} in cifs_swn_reset_server_dstaddr()
H A Dsmb2pdu.c92 struct TCP_Server_Info *server) in smb2_hdr_assemble()
165 struct TCP_Server_Info *server, in cifs_chan_skip_or_disable()
214 struct TCP_Server_Info *server, bool from_reconnect) in smb2_reconnect()
502 struct TCP_Server_Info *server, in fill_small_buf()
528 struct TCP_Server_Info *server, in __smb2_plain_req_init()
560 struct TCP_Server_Info *server, in smb2_plain_req_init()
574 struct TCP_Server_Info *server, in smb2_ioctl_req_init()
695 struct TCP_Server_Info *server, unsigned int *total_len) in assemble_neg_contexts()
793 static void decode_compress_ctx(struct TCP_Server_Info *server, in decode_compress_ctx()
828 static int decode_encrypt_ctx(struct TCP_Server_Info *server, in decode_encrypt_ctx()
[all …]
H A Dcifsencrypt.c172 struct TCP_Server_Info *server, char *signature, in __cifs_calc_signature()
227 struct TCP_Server_Info *server, char *signature) in cifs_calc_signature()
255 int cifs_sign_rqst(struct smb_rqst *rqst, struct TCP_Server_Info *server, in cifs_sign_rqst()
298 int cifs_sign_smbv(struct kvec *iov, int n_vec, struct TCP_Server_Info *server, in cifs_sign_smbv()
308 int cifs_sign_smb(struct smb_hdr *cifs_pdu, struct TCP_Server_Info *server, in cifs_sign_smb()
323 struct TCP_Server_Info *server, in cifs_verify_signature()
540 wchar_t *server; in calc_ntlmv2_hash() local
844 cifs_crypto_secmech_release(struct TCP_Server_Info *server) in cifs_crypto_secmech_release()
/openbmc/linux/fs/afs/
H A Dserver.c28 struct afs_server *server = NULL; in afs_find_server() local
92 struct afs_server *server = NULL; in afs_find_server_by_uuid() local
142 struct afs_server *server, *next; in afs_install_server() local
223 struct afs_server *server; in afs_alloc_server() local
288 struct afs_server *server, *candidate; in afs_lookup_server() local
353 struct afs_server *afs_get_server(struct afs_server *server, in afs_get_server()
368 static struct afs_server *afs_maybe_use_server(struct afs_server *server, in afs_maybe_use_server()
385 struct afs_server *afs_use_server(struct afs_server *server, enum afs_server_trace reason) in afs_use_server()
400 void afs_put_server(struct afs_net *net, struct afs_server *server, in afs_put_server()
421 void afs_unuse_server_notime(struct afs_net *net, struct afs_server *server, in afs_unuse_server_notime()
[all …]
H A Dfs_probe.c23 struct afs_server *server, bool fast) in afs_schedule_fs_probe()
41 static void afs_finished_fs_probe(struct afs_net *net, struct afs_server *server) in afs_finished_fs_probe()
61 static void afs_done_one_fs_probe(struct afs_net *net, struct afs_server *server) in afs_done_one_fs_probe()
76 struct afs_server *server, in afs_fs_probe_not_done()
104 struct afs_server *server = call->server; in afs_fileserver_probe_result() local
195 void afs_fs_probe_fileserver(struct afs_net *net, struct afs_server *server, in afs_fs_probe_fileserver()
237 struct afs_server *server; in afs_wait_for_fs_probes() local
330 static void afs_dispatch_fs_probe(struct afs_net *net, struct afs_server *server, bool all) in afs_dispatch_fs_probe()
351 void afs_probe_fileserver(struct afs_net *net, struct afs_server *server) in afs_probe_fileserver()
365 struct afs_server *fast, *slow, *server; in afs_fs_probe_dispatcher() local
[all …]
H A Dvl_probe.c18 static void afs_finished_vl_probe(struct afs_vlserver *server) in afs_finished_vl_probe()
32 static void afs_done_one_vl_probe(struct afs_vlserver *server, bool wake_up) in afs_done_one_vl_probe()
50 struct afs_vlserver *server = call->vlserver; in afs_vlserver_probe_result() local
144 struct afs_vlserver *server, in afs_do_probe_vlserver()
187 struct afs_vlserver *server; in afs_send_vl_probes() local
214 struct afs_vlserver *server; in afs_wait_for_vl_probes() local
H A Dcallback.c38 struct afs_server *server = container_of(work, struct afs_server, initcb_work); in afs_server_init_callback_work() local
58 void afs_init_callback_state(struct afs_server *server) in afs_init_callback_state()
182 static void afs_break_some_callbacks(struct afs_server *server, in afs_break_some_callbacks()
215 void afs_break_callbacks(struct afs_server *server, size_t count, in afs_break_callbacks()
/openbmc/qemu/contrib/ivshmem-server/
H A Divshmem-server.c18 #define IVSHMEM_SERVER_DEBUG(server, fmt, ...) do { \ argument
74 ivshmem_server_free_peer(IvshmemServer *server, IvshmemServerPeer *peer) in ivshmem_server_free_peer()
97 ivshmem_server_send_initial_info(IvshmemServer *server, IvshmemServerPeer *peer) in ivshmem_server_send_initial_info()
131 ivshmem_server_handle_new_conn(IvshmemServer *server) in ivshmem_server_handle_new_conn()
255 ivshmem_server_init(IvshmemServer *server, const char *unix_sock_path, in ivshmem_server_init()
289 ivshmem_server_start(IvshmemServer *server) in ivshmem_server_start()
365 ivshmem_server_close(IvshmemServer *server) in ivshmem_server_close()
387 ivshmem_server_get_fds(const IvshmemServer *server, fd_set *fds, int *maxfd) in ivshmem_server_get_fds()
410 ivshmem_server_handle_fds(IvshmemServer *server, fd_set *fds, int maxfd) in ivshmem_server_handle_fds()
434 ivshmem_server_search_peer(IvshmemServer *server, int64_t peer_id) in ivshmem_server_search_peer()
[all …]
/openbmc/linux/fs/nfs/
H A Ddelegation.c78 static void nfs_mark_return_delegation(struct nfs_server *server, in nfs_mark_return_delegation()
362 struct nfs_server *server) in nfs_detach_delegation()
376 struct nfs_server *server = NFS_SERVER(inode); in nfs_inode_detach_delegation() local
433 struct nfs_server *server = NFS_SERVER(inode); in nfs_inode_set_delegation() local
592 static int nfs_server_return_marked_delegations(struct nfs_server *server, in nfs_server_return_marked_delegations()
662 static bool nfs_server_clear_delayed_delegations(struct nfs_server *server) in nfs_server_clear_delayed_delegations()
679 struct nfs_server *server; in nfs_client_clear_delayed_delegations() local
824 static void nfs_mark_return_if_closed_delegation(struct nfs_server *server, in nfs_mark_return_if_closed_delegation()
831 static bool nfs_server_mark_return_all_delegations(struct nfs_server *server) in nfs_server_mark_return_all_delegations()
845 struct nfs_server *server; in nfs_client_mark_return_all_delegations() local
[all …]
H A Dclient.c215 static void pnfs_init_server(struct nfs_server *server) in pnfs_init_server()
229 static void pnfs_init_server(struct nfs_server *server) in pnfs_init_server()
558 static void nfs_destroy_server(struct nfs_server *server) in nfs_destroy_server()
567 static int nfs_start_lockd(struct nfs_server *server) in nfs_start_lockd()
612 int nfs_init_server_rpcclient(struct nfs_server *server, in nfs_init_server_rpcclient()
674 static int nfs_init_server(struct nfs_server *server, in nfs_init_server()
770 static void nfs_server_set_fsinfo(struct nfs_server *server, in nfs_server_set_fsinfo()
843 static int nfs_probe_fsinfo(struct nfs_server *server, struct nfs_fh *mntfh, struct nfs_fattr *fatt… in nfs_probe_fsinfo()
892 int nfs_probe_server(struct nfs_server *server, struct nfs_fh *mntfh) in nfs_probe_server()
929 void nfs_server_insert_lists(struct nfs_server *server) in nfs_server_insert_lists()
[all …]
H A Dnfs3client.c27 static void nfs_init_server_aclclient(struct nfs_server *server) in nfs_init_server_aclclient()
46 static inline void nfs_init_server_aclclient(struct nfs_server *server) in nfs_init_server_aclclient()
55 struct nfs_server *server = nfs_create_server(fc); in nfs3_create_server() local
68 struct nfs_server *server = nfs_clone_server(source, fh, fattr, flavor); in nfs3_clone_server() local
H A Dsuper.c190 struct nfs_server *server = NFS_SB(sb); in nfs_sb_active() local
202 struct nfs_server *server = NFS_SB(sb); in nfs_sb_deactive() local
213 struct nfs_server *server, *last = NULL; in __nfs_list_for_each_server() local
250 struct nfs_server *server = NFS_SB(dentry->d_sb); in nfs_statfs() local
569 static void show_lease(struct seq_file *m, struct nfs_server *server) in show_lease()
580 static void show_sessions(struct seq_file *m, struct nfs_server *server) in show_sessions()
586 static void show_sessions(struct seq_file *m, struct nfs_server *server) {} in show_sessions()
591 static void show_pnfs(struct seq_file *m, struct nfs_server *server) in show_pnfs()
612 static void show_pnfs(struct seq_file *m, struct nfs_server *server) in show_pnfs()
735 struct nfs_server *server; in nfs_umount_begin() local
[all …]
H A Dnfs4proc.c144 static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask()
160 nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask()
380 static void nfs4_test_and_free_stateid(struct nfs_server *server, in nfs4_test_and_free_stateid()
389 static void __nfs4_free_revoked_stateid(struct nfs_server *server, in __nfs4_free_revoked_stateid()
397 static void nfs4_free_revoked_stateid(struct nfs_server *server, in nfs4_free_revoked_stateid()
469 static int nfs4_do_handle_exception(struct nfs_server *server, in nfs4_do_handle_exception()
593 int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exceptio… in nfs4_handle_exception()
620 nfs4_async_handle_exception(struct rpc_task *task, struct nfs_server *server, in nfs4_async_handle_exception()
656 nfs4_async_handle_error(struct rpc_task *task, struct nfs_server *server, in nfs4_async_handle_error()
695 static void renew_lease(const struct nfs_server *server, unsigned long timestamp) in renew_lease()
[all …]
H A Dsysfs.c235 struct nfs_server *server = container_of(kobj, struct nfs_server, kobj); in shutdown_show() local
244 struct nfs_server *server; in shutdown_store() local
277 void nfs_sysfs_link_rpc_client(struct nfs_server *server, in nfs_sysfs_link_rpc_client()
312 void nfs_sysfs_add_server(struct nfs_server *server) in nfs_sysfs_add_server()
333 struct nfs_server *server = s->s_fs_info; in nfs_sysfs_move_server_to_sb() local
342 void nfs_sysfs_move_sb_to_server(struct nfs_server *server) in nfs_sysfs_move_sb_to_server()
358 void nfs_sysfs_remove_server(struct nfs_server *server) in nfs_sysfs_remove_server()
H A Dnfs4state.c208 nfs4_get_renew_cred_server_locked(struct nfs_server *server) in nfs4_get_renew_cred_server_locked()
236 struct nfs_server *server; in nfs4_get_renew_cred() local
407 nfs4_find_state_owner_locked(struct nfs_server *server, const struct cred *cred) in nfs4_find_state_owner_locked()
436 struct nfs_server *server = new->so_server; in nfs4_insert_state_owner_locked() local
466 struct nfs_server *server = sp->so_server; in nfs4_remove_state_owner_locked() local
495 nfs4_alloc_state_owner(struct nfs_server *server, in nfs4_alloc_state_owner()
544 static void nfs4_gc_state_owners(struct nfs_server *server) in nfs4_gc_state_owners()
577 struct nfs4_state_owner *nfs4_get_state_owner(struct nfs_server *server, in nfs4_get_state_owner()
616 struct nfs_server *server = sp->so_server; in nfs4_put_state_owner() local
638 void nfs4_purge_state_owners(struct nfs_server *server, struct list_head *head) in nfs4_purge_state_owners()
[all …]
/openbmc/linux/arch/powerpc/sysdev/xics/
H A Dics-opal.c29 static int ics_opal_mangle_server(int server) in ics_opal_mangle_server()
35 static int ics_opal_unmangle_server(int server) in ics_opal_unmangle_server()
45 int server; in ics_opal_unmask_irq() local
70 int server = ics_opal_mangle_server(xics_default_server); in ics_opal_mask_real_irq() local
100 int16_t server; in ics_opal_set_affinity() local
155 __be16 server; in ics_opal_check() local
172 __be16 server; in ics_opal_mask_unknown() local
186 __be16 server; in ics_opal_get_server() local
/openbmc/obmc-console/
H A Dconsole-server.c72 console_server_find_released_pollfd(struct console_server *server) in console_server_find_released_pollfd()
85 ssize_t console_server_request_pollfd(struct console_server *server, int fd, in console_server_request_pollfd()
116 int console_server_release_pollfd(struct console_server *server, in console_server_release_pollfd()
137 static int tty_find_device(struct console_server *server) in tty_find_device()
258 static int tty_set_sysfs_attr(struct console_server *server, const char *name, in tty_set_sysfs_attr()
300 void tty_init_termios(struct console_server *server) in tty_init_termios()
331 static void tty_init_vuart_io(struct console_server *server) in tty_init_vuart_io()
345 static int tty_init_io(struct console_server *server) in tty_init_io()
372 static int tty_init_vuart(struct console_server *server, struct config *config) in tty_init_vuart()
424 static int tty_init(struct console_server *server, struct config *config, in tty_init()
[all …]
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dserver.hpp10 namespace server namespace
19 class server : class
28 explicit server(sdbusplus::async::context& ctx, const char* path) : in server() function in sdbusplus::async::server::server
38 namespace server::details namespace
/openbmc/linux/fs/nfs/blocklayout/
H A Ddev.c235 bl_parse_simple(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_simple()
328 bl_parse_scsi(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_scsi()
383 bl_parse_slice(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_slice()
399 bl_parse_concat(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_concat()
428 bl_parse_stripe(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_stripe()
457 bl_parse_deviceid(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_deviceid()
478 bl_alloc_deviceid_node(struct nfs_server *server, struct pnfs_device *pdev, in bl_alloc_deviceid_node()
/openbmc/qemu/block/export/
H A Dvhost-user-blk-server.c30 VuServer *server; member
60 VuServer *server = req->server; in vu_blk_virtio_process_req() local
84 VuServer *server = container_of(vu_dev, VuServer, vu_dev); in vu_blk_process_vq() local
119 VuServer *server = container_of(dev, VuServer, vu_dev); in vu_blk_get_features() local
150 VuServer *server = container_of(vu_dev, VuServer, vu_dev); in vu_blk_get_config() local
165 VuServer *server = container_of(vu_dev, VuServer, vu_dev); in vu_blk_set_config() local
305 VuServer *server = &vexp->vu_server; in vu_blk_drained_poll() local

123456789