| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | file.c | 186 struct TCP_Server_Info *server = tcon->ses->server; in cifs_nt_open() local 302 struct TCP_Server_Info *server = tcon->ses->server; in cifs_new_fileinfo() local 444 struct TCP_Server_Info *server = tcon->ses->server; in _cifsFileInfo_put() local 494 struct TCP_Server_Info *server = tcon->ses->server; in _cifsFileInfo_put() local 523 struct TCP_Server_Info *server; in cifs_open() local 683 struct TCP_Server_Info *server; in cifs_reopen_file() local 893 struct TCP_Server_Info *server; in cifs_closedir() local 978 struct TCP_Server_Info *server = tlink_tcon(cfile->tlink)->ses->server; in cifs_find_fid_lock_conflict() local 1040 struct TCP_Server_Info *server = tlink_tcon(cfile->tlink)->ses->server; in cifs_lock_test() local 1387 bool *wait_flag, struct TCP_Server_Info *server) in cifs_read_flock() [all …]
|
| H A D | smb2misc.c | 613 struct TCP_Server_Info *server; in smb2_is_valid_lease_break() local 677 smb2_is_valid_oplock_break(char *buffer, struct TCP_Server_Info *server) in smb2_is_valid_oplock_break() 813 struct TCP_Server_Info *server = NULL; in smb2_handle_cancelled_close() local 838 smb2_handle_cancelled_mid(struct mid_q_entry *mid, struct TCP_Server_Info *server) in smb2_handle_cancelled_mid() 877 struct TCP_Server_Info *server = cifs_ses_server(ses); in smb311_update_preauth_hash() local
|
| H A D | inode.c | 750 struct TCP_Server_Info *server = tcon->ses->server; local 863 struct TCP_Server_Info *server = tcon->ses->server; local 925 struct TCP_Server_Info *server; local 1411 struct TCP_Server_Info *server; local 1615 struct TCP_Server_Info *server; local 1773 struct TCP_Server_Info *server = tcon->ses->server; local 1863 struct TCP_Server_Info *server; local 1935 struct TCP_Server_Info *server; local 2008 struct TCP_Server_Info *server; local 2444 struct TCP_Server_Info *server = tcon->ses->server; local [all …]
|
| H A D | fscache.c | 43 void cifs_fscache_get_client_cookie(struct TCP_Server_Info *server) in cifs_fscache_get_client_cookie() 87 void cifs_fscache_release_client_cookie(struct TCP_Server_Info *server) in cifs_fscache_release_client_cookie() 97 struct TCP_Server_Info *server = tcon->ses->server; in cifs_fscache_get_super_cookie() local
|
| H A D | smbdirect.h | 11 #define cifs_rdma_enabled(server) ((server)->rdma) argument 306 #define cifs_rdma_enabled(server) 0 argument 309 struct TCP_Server_Info *server, struct sockaddr *dstaddr) {return NULL;} in smbd_get_connection() 310 static inline int smbd_reconnect(struct TCP_Server_Info *server) {return -1; } in smbd_reconnect() 311 static inline void smbd_destroy(struct TCP_Server_Info *server) {} in smbd_destroy() 313 static inline int smbd_send(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst) {r… in smbd_send()
|
| H A D | cifsfs.c | 143 struct cifs_sb_info *server = CIFS_SB(sb); in cifs_sb_active() local 152 struct cifs_sb_info *server = CIFS_SB(sb); in cifs_sb_deactive() local 266 struct TCP_Server_Info *server = tcon->ses->server; in cifs_statfs() local 296 struct TCP_Server_Info *server = tcon->ses->server; in cifs_fallocate() local 380 cifs_show_address(struct seq_file *s, struct TCP_Server_Info *server) in cifs_show_address()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | toasterui.py | 37 def _log_settings_from_server(server): argument 124 def main(server, eventHandler, params): argument
|
| H A D | teamcity.py | 139 def _log_settings_from_server(server): argument 152 def main(server, eventHandler, params): argument
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpsuck.c | 158 ServeInvoke(STREAMING_SERVER *server, int which, RTMPPacket *pack, const char *body) in ServeInvoke() 455 ServePacket(STREAMING_SERVER *server, int which, RTMPPacket *packet) in ServePacket() 735 STREAMING_SERVER *server = arg; in doServe() local 1015 STREAMING_SERVER *server = arg; in serverThread() local 1060 STREAMING_SERVER *server; in startStreaming() local 1101 stopStreaming(STREAMING_SERVER * server) in stopStreaming()
|
| H A D | rtmpsrv.c | 464 ServeInvoke(STREAMING_SERVER *server, RTMP * r, RTMPPacket *packet, unsigned int offset) in ServeInvoke() 764 ServePacket(STREAMING_SERVER *server, RTMP *r, RTMPPacket *packet) in ServePacket() 875 void doServe(STREAMING_SERVER * server, // server socket and state (our listening socket) in doServe() 951 STREAMING_SERVER *server = arg; in serverThread() local 993 STREAMING_SERVER *server; in startStreaming() local 1034 stopStreaming(STREAMING_SERVER * server) in stopStreaming()
|
| H A D | rtmpgw.c | 328 void processTCPrequest(STREAMING_SERVER * server, // server socket and state (our listening socket) in processTCPrequest() 667 STREAMING_SERVER *server = arg; in serverThread() local 699 STREAMING_SERVER *server; in startStreaming() local 736 stopStreaming(STREAMING_SERVER * server) in stopStreaming()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | namespace.c | 150 struct nfs_server *server = NFS_SERVER(d_inode(path->dentry)); in nfs_d_automount() local 263 struct nfs_server *server; in nfs_do_submount() local 299 int nfs_submount(struct fs_context *fc, struct nfs_server *server) in nfs_submount()
|
| H A D | nfs4idmap.c | 109 static bool nfs_fattr_map_owner_name(struct nfs_server *server, struct nfs_fattr *fattr) in nfs_fattr_map_owner_name() 123 static bool nfs_fattr_map_group_name(struct nfs_server *server, struct nfs_fattr *fattr) in nfs_fattr_map_group_name() 157 void nfs_fattr_map_and_free_names(struct nfs_server *server, struct nfs_fattr *fattr) in nfs_fattr_map_and_free_names() 745 int nfs_map_name_to_uid(const struct nfs_server *server, const char *name, size_t namelen, kuid_t *… in nfs_map_name_to_uid() 762 int nfs_map_group_to_gid(const struct nfs_server *server, const char *name, size_t namelen, kgid_t … in nfs_map_group_to_gid() 779 int nfs_map_uid_to_name(const struct nfs_server *server, kuid_t uid, char *buf, size_t buflen) in nfs_map_uid_to_name() 793 int nfs_map_gid_to_group(const struct nfs_server *server, kgid_t gid, char *buf, size_t buflen) in nfs_map_gid_to_group()
|
| H A D | nfs4namespace.c | 204 struct nfs_server *server, in nfs_find_best_sec() 445 int nfs4_submount(struct fs_context *fc, struct nfs_server *server) in nfs4_submount() 477 static int nfs4_try_replacing_one_location(struct nfs_server *server, in nfs4_try_replacing_one_location() 536 int nfs4_replace_transport(struct nfs_server *server, in nfs4_replace_transport()
|
| H A D | iostat.h | 26 static inline void nfs_inc_server_stats(const struct nfs_server *server, in nfs_inc_server_stats() 38 static inline void nfs_add_server_stats(const struct nfs_server *server, in nfs_add_server_stats()
|
| H A D | proc.c | 54 nfs_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_get_root() 101 nfs_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_getattr() 530 nfs_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_statfs() 558 nfs_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_fsinfo() 589 nfs_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_pathconf()
|
| H A D | nfs3proc.c | 88 nfs3_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_get_root() 103 nfs3_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_getattr() 754 nfs3_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_statfs() 794 nfs3_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_fsinfo() 806 nfs3_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_pathconf() 826 struct nfs_server *server = NFS_SERVER(inode); in nfs3_read_done() local
|
| H A D | nfs3acl.c | 49 struct nfs_server *server = NFS_SERVER(inode); in nfs3_get_acl() local 161 struct nfs_server *server = NFS_SERVER(inode); in __nfs3_proc_setacls() local
|
| H A D | pnfs.c | 160 set_pnfs_layoutdriver(struct nfs_server *server, const struct nfs_fh *mntfh, in set_pnfs_layoutdriver() 279 struct nfs_server *server = NFS_SERVER(lo->plh_inode); in pnfs_free_layout_hdr() local 832 struct nfs_server *server, in pnfs_layout_bulk_destroy_byserver_locked() 910 struct nfs_server *server; in pnfs_destroy_layouts_byfsid() local 936 struct nfs_server *server; in pnfs_destroy_layouts_byclid() local 1033 struct nfs_server *server; in pnfs_find_server() local 1090 struct nfs_server *server = pnfs_find_server(ino, ctx); in pnfs_alloc_init_layoutget_args() local 1947 struct nfs_server *server) in _add_to_server_list() 1980 struct nfs_server *server = NFS_SERVER(ino); in pnfs_update_layout() local 2312 struct nfs_server *server = NFS_SERVER(data->dir->d_inode); in pnfs_lgopen_prepare() local [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/ |
| H A D | tests.py | 21 def server_prefunc(server, idx): argument 38 def cleanup_server(server): argument 333 def prefunc(server, idx): argument
|
| /OK3568_Linux_fs/kernel/drivers/s390/block/ |
| H A D | dasd_alias.c | 66 static struct alias_lcu *_find_lcu(struct alias_server *server, in _find_lcu() 107 struct alias_server *server; in _allocate_server() local 119 static void _free_server(struct alias_server *server) in _free_server() 191 struct alias_server *server, *newserver; in dasd_alias_make_device_known_to_lcu() local 249 struct alias_server *server; in dasd_alias_disconnect_device_from_lcu() local
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | rotate.c | 24 struct afs_server *server; in afs_start_fs_iteration() local 112 struct afs_server *server; in afs_select_fileserver() local
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/server/ |
| H A D | xmlrpcserver.py | 25 def __init__(self, request, client_address, server): argument 92 def __init__(self, server): argument
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_xics.c | 142 u32 server, u32 priority, u32 saved_priority) in write_xive() 166 int kvmppc_xics_set_xive(struct kvm *kvm, u32 irq, u32 server, u32 priority) in kvmppc_xics_set_xive() 196 int kvmppc_xics_get_xive(struct kvm *kvm, u32 irq, u32 *server, u32 *priority) in kvmppc_xics_get_xive() 619 static noinline int kvmppc_h_ipi(struct kvm_vcpu *vcpu, unsigned long server, in kvmppc_h_ipi() 704 static int kvmppc_h_ipoll(struct kvm_vcpu *vcpu, unsigned long server) in kvmppc_h_ipoll() 1243 u32 server; in xics_set_source() local
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | cookerdata.py | 41 def updateFromServer(self, server): argument 58 def updateToServer(self, server, environment): argument
|