Lines Matching refs:ops
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,
665 if (!server->ops->query_file_info)
669 rc = server->ops->query_file_info(xid, tcon, &cfile->fid, &find_data);
751 if (!server->ops->query_path_info) {
761 rc = server->ops->query_path_info(xid, tcon, cifs_sb, full_path,
816 if (server->ops->get_srv_inum)
817 tmprc = server->ops->get_srv_inum(xid,
839 validinum == false && server->ops->get_srv_inum) {
844 tmprc = server->ops->get_srv_inum(xid,
1116 if (!server->ops->set_file_info)
1149 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1344 if (!server->ops->unlink) {
1349 rc = server->ops->unlink(xid, tcon, full_path, cifs_sb);
1358 if (server->ops->rename_pending_delete) {
1359 rc = server->ops->rename_pending_delete(full_path,
1464 (mode & S_IWUGO) == 0 && server->ops->mkdir_setinfo)
1465 server->ops->mkdir_setinfo(inode, full_path, cifs_sb,
1582 if (!server->ops->mkdir) {
1588 rc = server->ops->mkdir(xid, tcon, full_path, cifs_sb);
1639 if (!server->ops->rmdir) {
1645 rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb);
1694 if (!server->ops->rename)
1698 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb);
2122 if (server->ops->set_file_size)
2123 rc = server->ops->set_file_size(xid, tcon, open_file,
2148 if (server->ops->set_path_size)
2149 rc = server->ops->set_path_size(xid, tcon, full_path,