• Home
  • Raw
  • Download

Lines Matching refs:ops

487 	rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL);
501 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,
543 tcon->ses->server->ops->close(xid, tcon, &fid);
570 if (tcon->ses->server->ops->query_all_EAs == NULL) {
575 rc = tcon->ses->server->ops->query_all_EAs(xid, tcon, path,
679 if (!server->ops->query_file_info)
683 rc = server->ops->query_file_info(xid, tcon, &cfile->fid, &find_data);
765 if (!server->ops->query_path_info) {
775 rc = server->ops->query_path_info(xid, tcon, cifs_sb, full_path,
843 if (server->ops->get_srv_inum)
844 tmprc = server->ops->get_srv_inum(xid,
865 && server->ops->get_srv_inum) {
870 tmprc = server->ops->get_srv_inum(xid,
1148 if (!server->ops->set_file_info)
1183 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1378 if (!server->ops->unlink) {
1383 rc = server->ops->unlink(xid, tcon, full_path, cifs_sb);
1392 if (server->ops->rename_pending_delete) {
1393 rc = server->ops->rename_pending_delete(full_path,
1498 (mode & S_IWUGO) == 0 && server->ops->mkdir_setinfo)
1499 server->ops->mkdir_setinfo(inode, full_path, cifs_sb,
1608 if ((server->ops->posix_mkdir) && (tcon->posix_extensions)) {
1609 rc = server->ops->posix_mkdir(xid, inode, mode, tcon, full_path,
1623 if (!server->ops->mkdir) {
1629 rc = server->ops->mkdir(xid, inode, mode, tcon, full_path, cifs_sb);
1681 if (!server->ops->rmdir) {
1687 rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb);
1736 if (!server->ops->rename)
1740 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb);
2158 if (server->ops->fiemap) {
2159 rc = server->ops->fiemap(tcon, cfile, fei, start, len);
2223 if (server->ops->set_file_size)
2224 rc = server->ops->set_file_size(xid, tcon, open_file,
2249 if (server->ops->set_path_size)
2250 rc = server->ops->set_path_size(xid, tcon, full_path,
2475 rc = tcon->ses->server->ops->flush(xid, tcon, &wfile->fid);