Searched refs:AFPFORK_OPEN (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 Dfork.h42 #define AFPFORK_OPEN (1<<0) macro
H A Dfork.c375 ofork->of_flags |= AFPFORK_OPEN;
396 ofork->of_flags |= AFPFORK_OPEN;
416 /* else we don't set AFPFORK_OPEN because there's no ressource fork file
417 * We need to check AFPFORK_OPEN in afp_closefork(). eg fork open read-only
443 ofork->of_flags |= AFPFORK_OPEN;
H A Dofork.c419 if ( (ofork->of_flags & AFPFORK_OPEN) && ad_reso_fileno( ofork->of_ad ) != -1 ) {

Completed in 95 milliseconds