/src/sys/nfs/ |
nfs_serv.c | 281 int v3 = (nfsd->nd_flag & ND_NFSV3), gcheck = 0; local in function:nfsrv_setattr 294 gcheck = fxdr_unsigned(int, *tl); 295 if (gcheck) { 343 if (!error && gcheck &&
|
nfs_serv.c | 281 int v3 = (nfsd->nd_flag & ND_NFSV3), gcheck = 0; local in function:nfsrv_setattr 294 gcheck = fxdr_unsigned(int, *tl); 295 if (gcheck) { 343 if (!error && gcheck &&
|
/src/sys/fs/nfs/server/ |
nfs_nfsdserv.c | 311 int preat_ret = 1, postat_ret = 1, gcheck = 0, error = 0; local in function:nfsrvd_setattr 340 gcheck = fxdr_unsigned(int, *tl); 341 if (gcheck) { 345 if (!nd->nd_repstat && gcheck &&
|
nfs_nfsdserv.c | 311 int preat_ret = 1, postat_ret = 1, gcheck = 0, error = 0; local in function:nfsrvd_setattr 340 gcheck = fxdr_unsigned(int, *tl); 341 if (gcheck) { 345 if (!nd->nd_repstat && gcheck &&
|