Searched refs:bshort (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 Dfile.c869 u_int16_t ashort, bshort, oshort; local
1038 ad_getattr(adp, &bshort);
1039 oshort = bshort;
1041 bshort |= htons( ntohs( ashort ) & ~ATTRBIT_SETCLR );
1043 bshort &= ~ashort;
1045 if ((bshort & htons(ATTRBIT_INVISIBLE)) != (oshort & htons(ATTRBIT_INVISIBLE)))
1047 ad_setattr(adp, bshort);
1636 u_int16_t bshort = 0; local
1638 ad_getattr(adp, &bshort);
1642 if ((bshort
[all...]
H A Dfiledir.c406 u_int16_t bshort; local
408 ad_getattr(adp, &bshort);
410 if ((bshort & htons(ATTRBIT_NORENAME))) {
H A Ddirectory.c1874 u_int16_t ashort, bshort, oshort; local
2029 ad_getattr(&ad, &bshort);
2030 oshort = bshort;
2032 bshort |= htons( ntohs( ashort ) & ~ATTRBIT_SETCLR );
2034 bshort &= ~ashort;
2036 if ((bshort & htons(ATTRBIT_INVISIBLE)) != (oshort & htons(ATTRBIT_INVISIBLE)))
2038 ad_setattr(&ad, bshort);
H A Dfork.c261 u_int16_t bshort; local
468 ad_getattr(ofork->of_ad, &bshort);
469 if ((bshort & htons(ATTRBIT_NOWRITE)) && (access & OPENACC_WR)) {

Completed in 102 milliseconds