Searched refs:ad_data_fileno (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_size.c26 if (fstat(ad_data_fileno(ad), &st) < 0)
H A Dad_write.c53 if (ad_data_fileno(ad) == -2) {
61 if ( fstat( ad_data_fileno(ad), &st ) < 0 ) {
71 if ( fstat( ad_data_fileno(ad), &st ) < 0 ) {
165 if (sys_ftruncate(ad_data_fileno(ad), size) < 0) {
H A Dad_flush.c200 && (ad_data_fileno(ad) >= 0 || ad_data_fileno(ad) == -2) /* -2 means symlink */
206 if ( close( ad_data_fileno(ad) ) < 0 )
209 ad_data_fileno(ad) = -1;
H A Dad_sendfile.c130 fd = ad_data_fileno(ad);
H A Dad_lock.c628 if (ad_data_fileno(ad) != -1) {
H A Dad_open.c1201 ad_data_fileno(ad) = -1;
1277 if (ad_data_fileno(ad) == -1) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfork.c86 if ( ad_data_fileno( ofork->of_ad ) <= 0 ) {
93 if ( fstat( ad_data_fileno( ofork->of_ad ), st ) < 0 ) {
1082 if ( ad_data_fileno( ofork->of_ad ) != -1 &&
1083 fsync( ad_data_fileno( ofork->of_ad )) < 0 ) {
1085 of_name(ofork), ad_data_fileno(ofork->of_ad), strerror(errno) );
H A Dofork.c416 if ((ofork->of_flags & AFPFORK_DATA) && (ad_data_fileno( ofork->of_ad ) != -1)) {
H A Dfile.c1445 sfd = ad_data_fileno(ads);
1446 dfd = ad_data_fileno(add);
1546 stat_result = fstat(ad_data_fileno(adp), &st); /* saving stat exit code, thus saving us on one more stat later on */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dadouble.h427 #define ad_data_fileno(ad) ((ad)->ad_data_fork.adf_fd) macro

Completed in 111 milliseconds