DELTA 191783 59402 7629 SVNOVeTai)Z V3K%Lw\gyZ;Lwy y]}!W=`k?>48T+ eiD|O7pm(kd21HGyHOTsQWijx^Ym~Թ"mE/wv9*WYJŢ-t/R3LLw3ϰKcXAįh?CMa_u+⟦-}MwI3gTydE_R%?c~gpsɾnó$I~7deB]+P n3fBـEՀe[l󒝛^&?_$VZ`64]\z=v 13< Xt=$!)9cZʊ9$EMG15̕ ؚ˜Et?jOF[s!%Vؽ캶$2M%X[j04 ; [,B# EnB ٳXf "4hSLc:Ґͪh˪& iPF,C٦#44P *xA:ti`&275!2s4ȀI Mbkk~DȏhF4"̌ 6, }LF4,524htʪ|gxF]5t @+Ib~H3YqIe[/+yiooJj ahq3m;YyPeKqutD3C6\ "1͓ zAL4U9ؙiHc/j6T 4k@@P˂1GQ.cܪWs\;4?a,(uQy88*N[g;#? D-5,nI!QI(Za"Nj=^> ƾytA?>DPKyi1qI) 4 {Ow'q*?h*xa̴Ρ]):YI4rWz9i<^1#+X%F{*w%OmtIXwe Z89P(C#_:ei5*?3Qv-!n]RCd*wt fKn[zCtv?TԞUYB&㯐Bֳ>- kw74u7OA½*;K4kz}M&yǙ6 4خ;hau,4~L ϒZh,>1`ɓSӬ֓;=DG/ V'kSKɲ.[G27_f~Ͻvw€Gu kēV_s}TCS+3-dڼ"]^㪿=W=Q@AYTAJLW)<$x6(BJu Ic!&PQ$&;D`ɧu!.lp_,x*Ƣ|Rj Ie!߇`3t qaFq^_xuekxPmS} $ۧ(>,8 [tO22`L"{5ycMȴvgm7AV+Pnpd;Do8z,_6p#&f !~n^n7?@qb{@JYKB@1/QYApΘ8C%[ t6x~BY899ytfZ.+:6{?°trn@s*^3?b㯀kjENDREP DELTA 191783 76147 1591 SVN6jY :W500 /* Cache table entry. *//* The fine-grained locked cache hash table for TCP. */ struct nfsrchash_bucket { struct mtx mtx; char lock_name[16]; struct nfsrvhashhead tbl; }; #endif /* _NFS_NFSRVCACHE_H_ */ ENDREP DELTA 191783 234826 7217 SVNmf[iYcdBg`ALYp],Wo(,v1oSVF_9,Bx _fNY2!IHY3X#+\q$U(MKu !JE]kqi|r\umhoDcbfbe:Y9fbDbDQs~ +ndH\~n.r1c* u8CK<nC*!L^x^Xio8, NHs5vu'V;c+mEJt EIoI=;Amb^E8e18[8K?--ܫw_GϽnvO ݾ}]~%r/aw4ĝg謾ms7¤}湥Rp>Vmv/qd{19 '"dn-ڤm1ؐ[7N)fG%sȄ;'3oƜ4X>ؓN1z챮(ܬV^wzxdC=p`;(g Mk_2Qg1WB'ݫ⋓8i&voT9K_2we#]f !^$t `&f 8_iP||0M ,4(Z<=ȍiN3rܷ:GWwʉh,ab/Xr "AqE[Ȗ #ZXL-dΑ +lI+srKcTr߳.@޸o4c=^`a W8<"b0FN &[S*b,42mbbOdXjk0}EAS##wQ!FQgno|;ə{8/ O8*{n?p "XvԺQe41'Q0s=sQ Ι3d.6W!lOhҪ5NA U3K{V>T62J/Y<RlO:t]-.@бlW .(Z!FBR=S-B+u4#O҈_fhM@^{O"*|tXo3aF(Cs [RsWBIQaЌHc1|5@*L*ю:_WJ@En~ҌaIPO3fp)-`ډ$pgyqj$ {_쾥MR z H|6ͫYs%n;G)s$x>ݹEcpvvE}?>Vel< H0OL^wFE5?=ڪ&_dUβZt&J8 sZ6d%,.ڵJtwg;Zko 62CvC Mvh{'bWA72Ϻrda[ʃ:9A{12{c9oOl{&L$Bk^H(u%=/ O4Ƙ@.%90/O}@[!tmIEkv҆1LxͯXr]uhK.j˒D5Dj^.U/( fW34F MW ]3`qv9jBU0 T|:2¼9K"’FEB:e4TV زKNhLdqDi-r{ͼETjgF@rN )q)aO)Ak؅K?瘐r@> obfʵ/7rEfK`\OZy3QsQ._roְz-ŲG>\QF޿VoKMnġxƸdIDa|PpJ`9t/#a lʮ xOaarv( PJ!.UQg(>ԻoMt Qvx)sۄ-p/ENDREP DELTA 251171 1065 43 SVNZg$\#>M Pn\NjmSZnfsrchash_bucket nfsrchash_table[NFSRVCACHE_HASHSIZE]; struct mtx nfsrc_udpmt, ifor (i = 0; i < NFSRVCACHE_HASHSIZE; i++) { snprintf(nfsrchash_table[i].lock_name, sizeof(nfsrchash_table[i].lock_name), "nfsrc_tcp%d", i); mtx_init(&nfsrchash_table[i].mtx, nfsrchash_table[i].lock_name, NULL, MTX_DEF); } mtx_init(&nfsrc_udpmtx, "nfs_udpfor (i = 0; i < NFSRVCACHE_HASHSIZE; i++) mtx_destroy(&nfsrchash_table[i].mtx); mtx_destroy(&nfsrc_udpmtENDREP id: s-191783.0.r254337/6168 type: file pred: s-191783.0.r249592/21477 count: 32 text: 254337 0 2634 28239 22cb9dc7b40e5e4d105592d336c4d569 ba01270d336308a1b485124068d8c118783fb77b 254336-5g8y/_5 props: 191783 347177 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/fs/nfs/nfsport.h copyroot: 0 / id: w-191783.0.r254337/6472 type: file pred: w-191783.0.r191783/352838 count: 1 text: 254337 2665 243 3690 4388e9b205bf6e22579934b3c1337cce a89f61f7b5bfd0ced972da266de787e08b0c82c4 254336-5g8y/_6 props: 191783 352722 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/fs/nfs/nfsrvcache.h copyroot: 0 / PLAIN K 5 nfs.h V 28 file 5-191783.0.r253049/3981 K 15 nfs_commonacl.c V 28 file 8-191783.0.r240720/1775 K 16 nfs_commonkrpc.c V 28 file a-191783.0.r253049/4278 K 16 nfs_commonport.c V 29 file c-191783.0.r249592/20239 K 16 nfs_commonsubs.c V 27 file e-191783.0.r253506/286 K 9 nfs_var.h V 29 file g-191783.0.r249592/20863 K 7 nfscl.h V 29 file i-191783.0.r244042/28429 K 12 nfsclstate.h V 29 file k-191783.0.r244042/28730 K 10 nfsdport.h V 29 file m-191783.0.r247602/96047 K 12 nfskpiport.h V 27 file o-191783.0.r207785/503 K 11 nfsm_subs.h V 29 file q-191783.0.r249592/21170 K 9 nfsport.h V 28 file s-191783.0.r254337/6168 K 10 nfsproto.h V 29 file u-191783.0.r244042/29340 K 12 nfsrvcache.h V 28 file w-191783.0.r254337/6472 K 12 nfsrvstate.h V 28 file y-191783.0.r205941/9674 K 14 nfsv4_errstr.h V 31 file 10-191783.0.r191783/350456 K 7 rpcv2.h V 31 file 12-191783.0.r191783/347687 K 10 xdr_subs.h V 31 file 14-191783.0.r191783/346897 END ENDREP id: 3-191783.0.r254337/7729 type: dir pred: 3-191783.0.r253506/1547 count: 124 text: 254337 6780 936 936 b39650c72e0359679e1bd010dac5a87c cpath: /head/sys/fs/nfs copyroot: 0 / id: 2b-191783.0.r254337/7906 type: file pred: 2b-191783.0.r243882/100116 count: 8 text: 254337 2939 2643 28134 154c7b264275dbc6afff47852e1e7ae3 1cdbf1ae52ffcaf4269feacd425e7359902f6b8f 254336-5g8y/_8 props: 191783 356257 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/fs/nfsserver/nfs_nfsdcache.c copyroot: 0 / id: 2g-191783.0.r254337/8227 type: file pred: 2g-191783.0.r251171/23715 count: 83 text: 254337 5614 526 85351 50bdc8493954f59d2a7b81023abe3f56 a6aa550a926366613de2a58676bdc3d63c3f7ed9 254336-5g8y/_9 props: 191783 356666 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/fs/nfsserver/nfs_nfsdport.c copyroot: 0 / PLAIN K 13 nfs_fha_new.c V 28 file f-249592.0.r249596/4119 K 13 nfs_fha_new.h V 29 file i-249592.0.r249592/24854 K 15 nfs_nfsdcache.c V 29 file 2b-191783.0.r254337/7906 K 14 nfs_nfsdkrpc.c V 29 file 2e-191783.0.r249596/4430 K 14 nfs_nfsdport.c V 29 file 2g-191783.0.r254337/8227 K 14 nfs_nfsdserv.c V 28 file 2i-191783.0.r245613/470 K 16 nfs_nfsdsocket.c V 30 file 2k-191783.0.r249592/25776 K 15 nfs_nfsdstate.c V 29 file 2m-191783.0.r245909/6036 K 14 nfs_nfsdsubs.c V 28 file 2o-191783.0.r228260/304 END ENDREP id: 2a-191783.0.r254337/9058 type: dir pred: 2a-191783.0.r251171/24546 count: 141 text: 254337 8546 499 499 0ddcdb8e3c79794bf3624c61d13e0b27 cpath: /head/sys/fs/nfsserver copyroot: 0 / PLAIN K 6 cd9660 V 25 dir 4-1541.0.r253742/1311 K 6 deadfs V 24 dir x-1541.0.r240464/805 K 5 devfs V 26 dir f-64880.0.r253677/2081 K 6 ext2fs V 33 dir 3l-1541.0-202283.r254326/1834 K 7 fdescfs V 27 dir 11-1541.0.r250576/36536 K 6 fifofs V 25 dir 19-1541.0.r238936/987 K 4 fuse V 28 dir i-241519.0.r254138/62052 K 7 msdosfs V 25 dir 5-2893.0.r250193/2412 K 6 nandfs V 29 dir 3j-235537.0.r251171/22110 K 3 nfs V 27 dir 3-191783.0.r254337/7729 K 9 nfsclient V 28 dir 16-191783.0.r253049/6955 K 9 nfsserver V 28 dir 2a-191783.0.r254337/9058 K 6 nullfs V 25 dir 1f-1541.0.r252714/924 K 6 procfs V 27 dir 1x-1541.0.r251423/16439 K 8 pseudofs V 27 dir 3-75295.0.r242833/27845 K 5 smbfs V 26 dir 6-75374.0.r252558/1398 K 5 tmpfs V 28 dir 6-170808.0.r254138/63238 K 3 udf V 27 dir c-94663.0.r248282/13139 K 7 unionfs V 26 dir 2z-1541.0.r243311/7600 END ENDREP id: 2-1541.0.r254337/10095 type: dir pred: 2-1541.0.r254326/2902 count: 3069 text: 254337 9244 838 838 0ded742e0f5526aeeaa5133b0da08175 cpath: /head/sys/fs copyroot: 0 / PLAIN K 8 Makefile V 24 file 2-1598.0.r248209/57 K 5 amd64 V 22 dir o-5.0.r254305/5072 K 3 arm V 26 dir 2-70651.0.r254299/3470 K 4 boot V 27 dir 6j-38465.0.r254237/3508 K 3 bsm V 28 dir 2-141144.0.r248599/26899 K 3 cam V 26 dir 2-39212.0.r254329/8097 K 4 cddl V 29 dir br-168404.0.r254309/32777 K 6 compat V 26 dir k-9313.0.r254025/76184 K 4 conf V 23 dir y-5.0.r254260/12021 K 7 contrib V 28 dir 2-23283.0.r254202/861681 K 6 crypto V 26 dir 7-55009.0.r253214/1236 K 3 ddb V 24 dir 10-5.0.r242424/36763 K 3 dev V 24 dir 12-5.0.r254330/13004 K 2 fs V 26 dir 2-1541.0.r254337/10095 K 3 gdb V 27 dir h-131899.0.r253604/3877 K 4 geom V 26 dir 2-13041.0.r254275/6692 K 3 gnu V 25 dir 2-1421.0.r247631/7186 K 4 i386 V 24 dir 1c-5.0.r254305/10788 K 4 ia64 V 27 dir j-66458.0.r254300/32570 K 3 isa V 25 dir 1w-5.0.r227843/135004 K 4 kern V 24 dir 20-5.0.r254309/44052 K 7 kgssapi V 29 dir 13-184588.0.r253049/10289 K 7 libkern V 26 dir 9-1542.0.r253719/25379 K 4 mips V 27 dir 2-178171.0.r254234/4940 K 7 modules V 26 dir i-2834.0.r254319/18113 K 3 net V 25 dir x-1542.0.r254020/5914 K 8 net80211 V 27 dir 2-116742.0.r254315/9270 K 8 netatalk V 27 dir 9-15885.0.r249925/54856 K 8 netgraph V 27 dir 69-52419.0.r253564/6066 K 7 netinet V 26 dir 4f-1541.0.r254292/7760 K 8 netinet6 V 26 dir q-52904.0.r253999/3627 K 8 netipsec V 28 dir 2-105197.0.r253571/19613 K 6 netipx V 29 dir 1n-11819.0.r243882/207312 K 7 netnatm V 28 dir 7-25604.0.r243882/208068 K 7 netpfil V 28 dir 11-240494.0.r253769/1472 K 6 netsmb V 26 dir u-75374.0.r252354/2478 K 3 nfs V 27 dir 4l-1541.0.r253847/13923 K 9 nfsclient V 26 dir 4r-1541.0.r252673/1633 K 9 nfsserver V 27 dir 5l-1541.0.r251171/40355 K 3 nlm V 30 dir 1i-177633.0.r241896/173185 K 4 ofed V 29 dir 1hj-219820.0.r254122/2667 K 10 opencrypto V 27 dir 2-104476.0.r247061/4254 K 4 pc98 V 28 dir p-10097.0.r254025/145077 K 3 pci V 27 dir 6-2433.0.r254263/119669 K 7 powerpc V 24 dir 22-5.0.r254138/92903 K 3 rpc V 26 dir u-1839.0.r253049/13650 K 8 security V 26 dir 2-86630.0.r253078/2108 K 7 sparc64 V 27 dir 2-79054.0.r254138/96607 K 3 sys V 24 dir 28-5.0.r254309/58462 K 5 teken V 34 dir h-186681.0-196775.r226341/1380 K 5 tools V 27 dir 6k-1541.0.r247116/40377 K 3 ufs V 26 dir 1a-1542.0.r253998/3420 K 2 vm V 27 dir 1k-1542.0.r254307/15138 K 3 x86 V 29 dir 11-204309.0.r254305/14914 K 3 xdr V 29 dir 46-177633.0.r248318/15821 K 3 xen V 29 dir 2-181624.0.r254025/167294 END ENDREP id: g-5.0.r254337/12675 type: dir pred: g-5.0.r254330/15599 count: 91969 text: 254337 10266 2396 2396 6e6fb4117be0cd98be23680abc28a693 props: 242489 13888 820 0 aa471bc202c66a514b7f1634863993da cpath: /head/sys copyroot: 0 / minfo-cnt: 39 minfo-here: y PLAIN K 9 COPYRIGHT V 25 file 1-2656.0.r244900/131 K 5 LOCKS V 26 file 1-146890.0.r244822/91 K 11 MAINTAINERS V 26 file 1-94742.0.r253846/369 K 8 Makefile V 30 file 3-1594.0-1595.r253616/761 K 13 Makefile.inc1 V 27 file 5-38666.0.r254225/4293 K 17 ObsoleteFiles.inc V 27 file 4-148330.0.r253167/791 K 6 README V 26 file 1-21173.0.r215293/415 K 8 UPDATING V 26 file 1-41806.0.r254274/155 K 3 bin V 22 dir 1-5.0.r254335/5433 K 4 cddl V 27 dir 1-168404.0.r254197/7334 K 7 contrib V 26 dir 1-16755.0.r254251/9699 K 6 crypto V 27 dir 1-25405.0.r254278/15899 K 3 etc V 23 dir 1-38.0.r254132/5804 K 5 games V 25 dir 1-2491.0.r248580/2553 K 3 gnu V 22 dir 1-3.0.r254295/1804 K 7 include V 25 dir 1-697.0.r254273/10814 K 9 kerberos5 V 27 dir 4q-29815.0.r250177/2948 K 3 lib V 22 dir 6-5.0.r254301/7539 K 7 libexec V 23 dir c-5.0.r253750/15119 K 7 release V 24 dir 1-3027.0.r254298/998 K 6 rescue V 28 dir 7-117035.0.r252356/36383 K 4 sbin V 23 dir fa-4.0.r254288/7255 K 6 secure V 25 dir r-1553.0.r249971/3293 K 5 share V 22 dir e-3.0.r254328/3824 K 3 sys V 23 dir g-5.0.r254337/12675 K 5 tools V 27 dir 43-1590.0.r254335/14829 K 7 usr.bin V 23 dir m-3.0.r254327/12530 K 8 usr.sbin V 23 dir q-3.0.r254265/12800 END ENDREP id: 5-1.0.r254337/14142 type: dir pred: 5-1.0.r254335/16216 count: 176985 text: 254337 12929 1200 1200 aabd6b6cdaef40082044c40e2286e557 props: 233713 14925 417 0 fe95f2ac252be6f08902a979c27a022c cpath: /head copyroot: 0 / minfo-cnt: 135 minfo-here: y PLAIN K 11 ROADMAP.txt V 27 file 0-179453.0.r221478/293 K 7 cvs2svn V 23 dir 0-1.0.r177821/70859 K 4 head V 23 dir 5-1.0.r254337/14142 K 8 projects V 23 dir 6-1.0.r254325/11041 K 7 release V 22 dir 7-1.0.r251259/2845 K 6 releng V 22 dir 8-1.0.r254316/9903 K 6 stable V 22 dir 9-1.0.r254333/7711 K 8 svnadmin V 27 dir 0-179447.0.r254055/1439 K 4 user V 23 dir a-1.0.r254336/16620 K 6 vendor V 22 dir b-1.0.r254323/9227 K 13 vendor-crypto V 26 dir 0-1575.0.r254277/20065 K 10 vendor-sys V 26 dir 0-12116.0.r254221/2824 END ENDREP id: 0.0.r254337/14922 type: dir pred: 0.0.r254336/17326 count: 254337 text: 254337 14394 515 515 708e6fe875484a6710688a51121556af cpath: / copyroot: 0 / minfo-cnt: 36146 s-191783.0.t254336-5g8y modify-file true false /head/sys/fs/nfs/nfsport.h w-191783.0.t254336-5g8y modify-file true false /head/sys/fs/nfs/nfsrvcache.h 2b-191783.0.t254336-5g8y modify-file true false /head/sys/fs/nfsserver/nfs_nfsdcache.c 2g-191783.0.t254336-5g8y modify-file true false /head/sys/fs/nfsserver/nfs_nfsdport.c 14922 15093