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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/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);
716 ofork->of_refnum) < 0) {
902 if (ad_tmplock(ofork->of_ad, eid, ADLOCK_RD, saveoff, savereqcount,ofork->of_refnum) < 0) {
983 ad_tmplock(ofork->of_ad, eid, ADLOCK_CLR, saveoff, savereqcount,ofork->of_refnum);
988 ad_tmplock(ofork->of_ad, eid, ADLOCK_CLR, saveoff, savereqcount,ofork->of_refnum);
1255 reqcount, ofork->of_refnum) < 0) {
1279 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 52 milliseconds