Searched refs:of_refnum (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dofork.c140 u_int16_t refnum, of_refnum; local
185 of_refnum = refnum % nforks;
186 if (( oforks[ of_refnum ] =
191 of = oforks[of_refnum];
199 oforks[ of_refnum ] = NULL;
215 oforks[ of_refnum ] = NULL;
230 of->of_refnum = refnum;
393 oforks[ of->of_refnum % nforks ] = NULL;
402 ad_unlock(of->of_ad, of->of_refnum);
H A Dfork.c590 ad_tmplock(ofork->of_ad, eid, ADLOCK_WR, size, st_size -size, ofork->of_refnum) < 0)
595 ad_tmplock(ofork->of_ad, eid, ADLOCK_CLR, size, st_size -size, ofork->of_refnum);
604 ad_tmplock(ofork->of_ad, eid, ADLOCK_WR, size, st_size -size, ofork->of_refnum) < 0) {
609 ad_tmplock(ofork->of_ad, eid, ADLOCK_CLR, size, st_size -size, ofork->of_refnum);
715 ofork->of_refnum) < 0) {
898 if (ad_tmplock(ofork->of_ad, eid, ADLOCK_RD, saveoff, savereqcount,ofork->of_refnum) < 0) {
981 ad_tmplock(ofork->of_ad, eid, ADLOCK_CLR, saveoff, savereqcount,ofork->of_refnum);
986 ad_tmplock(ofork->of_ad, eid, ADLOCK_CLR, saveoff, savereqcount,ofork->of_refnum);
1248 reqcount, ofork->of_refnum) < 0) {
1272 ad_tmplock(ofork->of_ad, eid, ADLOCK_CLR, saveoff, reqcount, ofork->of_refnum);
[all...]
H A Dfork.h27 uint16_t of_refnum; member in struct:ofork

Completed in 100 milliseconds