Lines Matching defs:sessions
1775 * re-negotiate active sessions and reduce their slot usage to make
1994 * This is a little silly; with sessions there's no real
3022 find_client_in_id_table(struct list_head *tbl, clientid_t *clid, bool sessions)
3029 if ((bool)clp->cl_minorversion != sessions)
3039 find_confirmed_client(clientid_t *clid, bool sessions, struct nfsd_net *nn)
3044 return find_client_in_id_table(tbl, clid, sessions);
3048 find_unconfirmed_client(clientid_t *clid, bool sessions, struct nfsd_net *nn)
3053 return find_client_in_id_table(tbl, clid, sessions);
3143 WARN(1, "%s: sessions DRC could not cache compound\n",
3660 /* Persistent sessions are not supported */
3673 /* cache solo and embedded create sessions under the client_lock */
5008 static struct nfs4_client *lookup_clientid(clientid_t *clid, bool sessions,
5014 found = find_confirmed_client(clid, sessions, nn);
5324 * In the sessions case, since we don't have to establish a
6347 * When sessions are used the stateid generation number is ignored