Lines 192-198
static struct nfsrv_lughash *nfsgroupnamehash;
Link Here
|
192 |
*/ |
192 |
*/ |
193 |
static int nfs_bigreply[NFSV41_NPROCS] = { 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, |
193 |
static int nfs_bigreply[NFSV41_NPROCS] = { 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, |
194 |
0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
194 |
0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
195 |
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 }; |
195 |
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 }; |
196 |
|
196 |
|
197 |
/* local functions */ |
197 |
/* local functions */ |
198 |
static int nfsrv_skipace(struct nfsrv_descript *nd, int *acesizep); |
198 |
static int nfsrv_skipace(struct nfsrv_descript *nd, int *acesizep); |
Lines 267-272
static struct {
Link Here
|
267 |
{ NFSV4OP_COMMIT, 1, "CommitDS", 8, }, |
267 |
{ NFSV4OP_COMMIT, 1, "CommitDS", 8, }, |
268 |
{ NFSV4OP_OPEN, 3, "OpenLayoutGet", 13, }, |
268 |
{ NFSV4OP_OPEN, 3, "OpenLayoutGet", 13, }, |
269 |
{ NFSV4OP_OPEN, 8, "CreateLayGet", 12, }, |
269 |
{ NFSV4OP_OPEN, 8, "CreateLayGet", 12, }, |
|
|
270 |
{ NFSV4OP_BINDCONNTOSESS, 1, "BindConSess", 11, }, |
270 |
}; |
271 |
}; |
271 |
|
272 |
|
272 |
/* |
273 |
/* |
Lines 275-281
static struct {
Link Here
|
275 |
static int nfs_bigrequest[NFSV41_NPROCS] = { |
276 |
static int nfs_bigrequest[NFSV41_NPROCS] = { |
276 |
0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
277 |
0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
277 |
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
278 |
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
278 |
0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 |
279 |
0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 |
279 |
}; |
280 |
}; |
280 |
|
281 |
|
281 |
/* |
282 |
/* |