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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dacls.c402 uint32_t rights = 0, maskrights = 0; local
417 maskrights = posix_permset_to_darwin_rights(e, S_ISDIR(sb->st_mode));
418 LOG(log_maxdebug, logtype_afpd, "maskrights: 0x%08x", maskrights);
451 rights |= (posix_permset_to_darwin_rights(e, S_ISDIR(sb->st_mode)) & maskrights);
704 uint32_t rights, maskrights = 0; local
741 maskrights = posix_permset_to_darwin_rights(e, type & IS_DIR);
766 saved_darwin_aces->darwin_ace_rights &= htonl(maskrights);

Completed in 44 milliseconds