Lines Matching defs:sessions
1656 * re-negotiate active sessions and reduce their slot usage to make
1874 * This is a little silly; with sessions there's no real
2828 find_client_in_id_table(struct list_head *tbl, clientid_t *clid, bool sessions)
2835 if ((bool)clp->cl_minorversion != sessions)
2845 find_confirmed_client(clientid_t *clid, bool sessions, struct nfsd_net *nn)
2850 return find_client_in_id_table(tbl, clid, sessions);
2854 find_unconfirmed_client(clientid_t *clid, bool sessions, struct nfsd_net *nn)
2859 return find_client_in_id_table(tbl, clid, sessions);
2949 WARN(1, "%s: sessions DRC could not cache compound\n",
3454 /* Persistent sessions are not supported */
3467 /* cache solo and embedded create sessions under the client_lock */
4681 bool sessions)
4697 * cached already then we know this is for is for v4.0 and "sessions"
4702 found = find_confirmed_client(clid, sessions, nn);
4970 * In the sessions case, since we don't have to establish a
5606 * When sessions are used the stateid generation number is ignored