Lines 218-224
static struct nfsrv_lughash *nfsgroupnamehash;
Link Here
|
218 |
static int nfs_bigreply[NFSV42_NPROCS] = { 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, |
218 |
static int nfs_bigreply[NFSV42_NPROCS] = { 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, |
219 |
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, |
219 |
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, |
220 |
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, |
220 |
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, |
221 |
1, 0, 0, 1 }; |
221 |
1, 0, 0, 1, 0 }; |
222 |
|
222 |
|
223 |
/* local functions */ |
223 |
/* local functions */ |
224 |
static int nfsrv_skipace(struct nfsrv_descript *nd, int *acesizep); |
224 |
static int nfsrv_skipace(struct nfsrv_descript *nd, int *acesizep); |
Lines 301-306
static struct {
Link Here
|
301 |
{ NFSV4OP_SETXATTR, 2, "Setxattr", 8, }, |
301 |
{ NFSV4OP_SETXATTR, 2, "Setxattr", 8, }, |
302 |
{ NFSV4OP_REMOVEXATTR, 2, "Rmxattr", 7, }, |
302 |
{ NFSV4OP_REMOVEXATTR, 2, "Rmxattr", 7, }, |
303 |
{ NFSV4OP_LISTXATTRS, 2, "Listxattr", 9, }, |
303 |
{ NFSV4OP_LISTXATTRS, 2, "Listxattr", 9, }, |
|
|
304 |
{ NFSV4OP_BINDCONNTOSESS, 1, "BindConSess", 11, }, |
304 |
}; |
305 |
}; |
305 |
|
306 |
|
306 |
/* |
307 |
/* |
Lines 309-315
static struct {
Link Here
|
309 |
static int nfs_bigrequest[NFSV42_NPROCS] = { |
310 |
static int nfs_bigrequest[NFSV42_NPROCS] = { |
310 |
0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
311 |
0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
311 |
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
312 |
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
312 |
0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 |
313 |
0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 |
313 |
}; |
314 |
}; |
314 |
|
315 |
|
315 |
/* |
316 |
/* |