afs_rights 351 source3/modules/vfs_afsacl.c static void afs_to_nt_dir_rights(uint32 afs_rights, uint32 *nt_rights,
afs_rights 358 source3/modules/vfs_afsacl.c if (afs_rights & PRSFS_INSERT)
afs_rights 361 source3/modules/vfs_afsacl.c if (afs_rights & PRSFS_LOOKUP)
afs_rights 366 source3/modules/vfs_afsacl.c if (afs_rights & PRSFS_WRITE)
afs_rights 370 source3/modules/vfs_afsacl.c if ((afs_rights & (PRSFS_INSERT|PRSFS_LOOKUP|PRSFS_DELETE)) ==
afs_rights 375 source3/modules/vfs_afsacl.c if (afs_rights & PRSFS_DELETE)
afs_rights 378 source3/modules/vfs_afsacl.c if (afs_rights & PRSFS_ADMINISTER)
afs_rights 382 source3/modules/vfs_afsacl.c if ( (afs_rights & PRSFS_LOOKUP) ==
afs_rights 383 source3/modules/vfs_afsacl.c (afs_rights & (PRSFS_LOOKUP|PRSFS_READ)) ) {
afs_rights 477 source3/modules/vfs_afsacl.c uint32 afs_rights;
afs_rights 539 source3/modules/vfs_afsacl.c for (m = &ace_mappings[0]; m->afs_rights != 9999; m++) {
afs_rights 543 source3/modules/vfs_afsacl.c return m->afs_rights;