Lines Matching defs:server
62 * The server doesn't allow changing reparse tags from existing reparse points,
261 * XXX: why not make server&client use the type bits?
327 int offset = cifs_sb_master_tcon(cifs_sb)->ses->server->timeAdj;
354 struct TCP_Server_Info *server;
375 server = tcon->ses->server;
377 if (!server->ops->query_dir_first) {
396 tcon->ses->server->vals->cap_nt_find) == 0) {
408 rc = server->ops->query_dir_first(xid, tcon, full_path, cifs_sb,
676 * Find the corresponding entry in the search. Note that the SMB server returns
694 struct TCP_Server_Info *server = tcon->ses->server;
697 if (!server->ops->query_dir_first || !server->ops->query_dir_next)
721 if (server->ops->dir_needs_close(cfile)) {
724 if (server->ops->close_dir)
725 server->ops->close_dir(xid, tcon, &cfile->fid);
756 rc = server->ops->query_dir_next(xid, tcon, &cfile->fid,
778 server->ops->calc_smb_size(
830 * in it, for example dot-dirs returned from the server
1127 tcon->ses->server->close(xid, tcon, &cifsFile->fid);
1150 max_len = tcon->ses->server->ops->calc_smb_size(
1168 * if buggy server returns . and .. late do we want to