Searched refs:posix_permset_to_darwin_rights (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.c341 static uint32_t posix_permset_to_darwin_rights(acl_entry_t e, int is_dir) function
417 maskrights = posix_permset_to_darwin_rights(e, S_ISDIR(sb->st_mode));
436 rights |= posix_permset_to_darwin_rights(e, S_ISDIR(sb->st_mode));
444 rights |= posix_permset_to_darwin_rights(e, S_ISDIR(sb->st_mode));
451 rights |= (posix_permset_to_darwin_rights(e, S_ISDIR(sb->st_mode)) & maskrights);
459 rights |= posix_permset_to_darwin_rights(e, S_ISDIR(sb->st_mode));
465 rights |= posix_permset_to_darwin_rights(e, S_ISDIR(sb->st_mode));
741 maskrights = posix_permset_to_darwin_rights(e, type & IS_DIR);
757 rights = posix_permset_to_darwin_rights(e, type & IS_DIR);

Completed in 88 milliseconds