Lines Matching defs:server
152 vnode->cb_server = op->server;
250 * what's on the server.
272 vnode->cb_server = op->server;
290 /* A YFS server will return this from RemoveFile2 and AFS and
576 * mark the data attached to an inode as obsolete due to a write on the server
595 * Check to see if we have a server currently serving this volume and that it
601 struct afs_server *server;
612 server = slist->servers[i].server;
613 if (server == vnode->cb_server) {
614 good = (vnode->cb_s_break == server->cb_s_break);
711 /* if the promise has expired, we need to check the server again to get
783 * it, but we need to give userspace the server's size.
934 /* Wait for any outstanding writes to the server to complete */
941 /* Don't talk to the server if we're just shortening in-memory
942 * writes that haven't gone to the server yet.