Home
last modified time | relevance | path

Searched refs:fattrs (Results 1 – 1 of 1) sorted by relevance

/linux/fs/nfsd/
H A Dnfs4state.c2349 static struct nfsd4_slot *nfsd4_alloc_slot(struct nfsd4_channel_attrs *fattrs, in nfsd4_alloc_slot() argument
2359 size = fattrs->maxresp_cached < NFSD_MIN_HDR_SEQ_SZ ? in nfsd4_alloc_slot()
2360 0 : fattrs->maxresp_cached - NFSD_MIN_HDR_SEQ_SZ; in nfsd4_alloc_slot()
2369 static struct nfsd4_session *alloc_session(struct nfsd4_channel_attrs *fattrs, in alloc_session() argument
2372 int numslots = fattrs->maxreqs; in alloc_session()
2382 slot = nfsd4_alloc_slot(fattrs, 0, GFP_KERNEL); in alloc_session()
2388 slot = nfsd4_alloc_slot(fattrs, i, gfp); in alloc_session()
2396 fattrs->maxreqs = i; in alloc_session()
2397 memcpy(&new->se_fchannel, fattrs, sizeof(struct nfsd4_channel_attrs)); in alloc_session()