/src/sys/fs/nfs/server/ |
nfs_nfsdsocket.c | 626 int numops, error = 0, igotlock; local in function:nfsrvd_compound 746 numops = 0; 748 numops = fxdr_unsigned(int, *tl); 757 for (i = 0; i < numops; i++) { 781 if (i == numops - 1)
|
nfs_nfsdsocket.c | 626 int numops, error = 0, igotlock; local in function:nfsrvd_compound 746 numops = 0; 748 numops = fxdr_unsigned(int, *tl); 757 for (i = 0; i < numops; i++) { 781 if (i == numops - 1)
|
/src/sys/fs/nfs/client/ |
nfs_clstate.c | 3150 int numops, taglen = -1, error = 0, trunc; local in function:nfscl_docb 3199 numops = 0; 3201 numops = fxdr_unsigned(int, *tl); 3205 for (i = 0; i < numops; i++) {
|
nfs_clstate.c | 3150 int numops, taglen = -1, error = 0, trunc; local in function:nfscl_docb 3199 numops = 0; 3201 numops = fxdr_unsigned(int, *tl); 3205 for (i = 0; i < numops; i++) {
|