Lines Matching refs:server

120  * RFS4_MINLEN_RDDIR_BUF: minimum length of buffer server will provide to
274 rfs4_servinst_t *rfs4_cur_servinst = NULL; /* current server instance */
512 * to be used as the write verifier returned from the server
514 * whenever the server reboots. Of secondary importance, it
520 * loaded. It is assumed that an NFS server will not be able
524 * time the server reboots and minimize the chances that two
544 /* Used to manage create/destroy of server state */
547 /* Used to manage access to server instance linked list */
628 * Indicates if server instance is within the
721 * Create a new server instance, and make it the currently active instance.
807 * Assign the current server instance to a client_t.
966 * a server fs boundary and need to call checkexport4.
967 * (LOFS lookup hides server fs mountpoints, and actually calls
1286 * mandatory lock files is denied on the server, so it might
1287 * as well be reflected to the server during the open.
1311 char *, "got server label(1) for vp(2)",
1832 * not verify, the only recourse for the server is to
1837 * verifying correctly? For these reasons, the server
1949 * server namespace setup.
2006 * are among the flavors set in the server namespace.
3036 * (assuming server fs isn't mounted readonly locally). If
3608 * If the server root isn't exported directly, then
3610 * one or more exports further down in the server's
3677 * server attr code avoid work when caller is readdir.
4245 * empty. A System V NFS server needs to map
6459 * For EXCL create, attrset is set to the server attr
6497 * not verify, the only recourse for the server is to
6502 * verifying correctly? For these reasons, the server
6519 * that the spec allows the server to set is size,
7336 * If the open_owner existed before at the server, then check
7378 * If previous state at the server existed then can_reclaim
7530 * that the server has no method of returning a
7531 * stateid to confirm. Therefore, the server needs to
7939 * that section for explicit guidance to server behavior for
7982 * request to establish a new client identifier at the server
8218 * Update the client's associated server instance, if it's changed
8226 * Must be done after server instance has been assigned.
8542 * case the lock is denied by the NFSv4.0 server. NFSv4.0 clients are prepared
8547 * To make the life of the clients easier, the NFSv4.0 server tries to do some
9379 * Check out the clientid to ensure the server knows about it
9380 * so that we correctly inform the client of a server reboot.
9609 /* tunable to disable server referrals */
9819 char *server, *path, *symbuf;
9828 /* Deal with only the first location and first server */
9830 server = utf8_to_str(&fs->server_val[0], &len, NULL);
9831 if (server == NULL) {
9845 (void) strcat(symbuf, server);
9846 kmem_free(server, len);