Lines Matching refs:server
61 if (cifs_sb_master_tcon(cifs_sb)->ses->server->maxBuf <
470 if (tcon->ses->server->oplocks)
474 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL);
488 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,
530 tcon->ses->server->ops->close(xid, tcon, &fid);
557 if (tcon->ses->server->ops->query_all_EAs == NULL) {
562 rc = tcon->ses->server->ops->query_all_EAs(xid, tcon, path,
606 fattr->cf_ctime.tv_sec += tcon->ses->server->timeAdj;
607 fattr->cf_mtime.tv_sec += tcon->ses->server->timeAdj;
663 struct TCP_Server_Info *server = tcon->ses->server; local
665 if (!server->ops->query_file_info)
669 rc = server->ops->query_file_info(xid, tcon, &cfile->fid, &find_data);
713 struct TCP_Server_Info *server; local
726 server = tcon->ses->server;
739 if (!server->ops->query_path_info) {
749 rc = server->ops->query_path_info(xid, tcon, cifs_sb, full_path,
804 if (server->ops->get_srv_inum)
805 tmprc = server->ops->get_srv_inum(xid,
1038 struct TCP_Server_Info *server; local
1044 server = cifs_sb_master_tcon(cifs_sb)->ses->server;
1045 if (!server->ops->set_file_info)
1078 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1240 struct TCP_Server_Info *server; local
1250 server = tcon->ses->server;
1273 if (!server->ops->unlink) {
1278 rc = server->ops->unlink(xid, tcon, full_path, cifs_sb);
1287 if (server->ops->rename_pending_delete) {
1288 rc = server->ops->rename_pending_delete(full_path,
1391 struct TCP_Server_Info *server = tcon->ses->server; local
1393 (mode & S_IWUGO) == 0 && server->ops->mkdir_setinfo)
1394 server->ops->mkdir_setinfo(inode, full_path, cifs_sb,
1481 struct TCP_Server_Info *server; local
1509 server = tcon->ses->server;
1511 if (!server->ops->mkdir) {
1517 rc = server->ops->mkdir(xid, tcon, full_path, cifs_sb);
1545 struct TCP_Server_Info *server; local
1566 server = tcon->ses->server;
1568 if (!server->ops->rmdir) {
1574 rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb);
1612 struct TCP_Server_Info *server; local
1621 server = tcon->ses->server;
1623 if (!server->ops->rename)
1627 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb);
2036 struct TCP_Server_Info *server; local
2050 server = tcon->ses->server;
2051 if (server->ops->set_file_size)
2052 rc = server->ops->set_file_size(xid, tcon, open_file,
2069 server = tcon->ses->server;
2077 if (server->ops->set_path_size)
2078 rc = server->ops->set_path_size(xid, tcon, full_path,