Searched refs:of_vol (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dofork.c89 if (oforks[ refnum ] != NULL && (oforks[refnum]->of_vol == vol) &&
112 if (vol == of->of_vol
226 of->of_vol = vol;
478 if (oforks[ refnum ] != NULL && oforks[refnum]->of_vol == vol) {
H A Dfork.h25 struct vol *of_vol; member in struct:ofork
H A Dfce_api.c484 if (ofork == NULL || ofork->of_vol == NULL)
490 vol = ofork->of_vol;
H A Dfork.c74 vol = ofork->of_vol;
547 if (ofork->of_vol->v_flags & AFPVOL_RO)
882 xlate = (ofork->of_vol->v_flags & AFPVOL_CRLF) ? crlf(ofork) : 0;
1216 xlate = (ofork->of_vol->v_flags & AFPVOL_CRLF) ? crlf(ofork) : 0;
1343 ofork->of_vol->v_written += reqcount;

Completed in 147 milliseconds