Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4state.c2022 static struct nfsd4_slot *nfsd4_alloc_slot(struct nfsd4_channel_attrs *fattrs, in nfsd4_alloc_slot() argument
2032 size = fattrs->maxresp_cached < NFSD_MIN_HDR_SEQ_SZ ? in nfsd4_alloc_slot()
2033 0 : fattrs->maxresp_cached - NFSD_MIN_HDR_SEQ_SZ; in nfsd4_alloc_slot()
2042 static struct nfsd4_session *alloc_session(struct nfsd4_channel_attrs *fattrs, in alloc_session() argument
2045 int numslots = fattrs->maxreqs; in alloc_session()
2055 slot = nfsd4_alloc_slot(fattrs, 0, GFP_KERNEL); in alloc_session()
2061 slot = nfsd4_alloc_slot(fattrs, i, gfp); in alloc_session()
2069 fattrs->maxreqs = i; in alloc_session()
2070 memcpy(&new->se_fchannel, fattrs, sizeof(struct nfsd4_channel_attrs)); in alloc_session()