Home
last modified time | relevance | path

Searched refs:acl_type (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/security/tomoyo/
Dcommon.c1375 const u8 acl_type = acl->type; in tomoyo_print_entry() local
1385 else if (acl_type == TOMOYO_TYPE_PATH_ACL) { in tomoyo_print_entry()
1406 } else if (acl_type == TOMOYO_TYPE_MANUAL_TASK_ACL) { in tomoyo_print_entry()
1414 } else if (acl_type == TOMOYO_TYPE_PATH2_ACL) { in tomoyo_print_entry()
1434 } else if (acl_type == TOMOYO_TYPE_PATH_NUMBER_ACL) { in tomoyo_print_entry()
1454 } else if (acl_type == TOMOYO_TYPE_MKDEV_ACL) { in tomoyo_print_entry()
1476 } else if (acl_type == TOMOYO_TYPE_INET_ACL) { in tomoyo_print_entry()
1508 } else if (acl_type == TOMOYO_TYPE_UNIX_ACL) { in tomoyo_print_entry()
1530 } else if (acl_type == TOMOYO_TYPE_MOUNT_ACL) { in tomoyo_print_entry()
1538 } else if (acl_type == TOMOYO_TYPE_ENV_ACL) { in tomoyo_print_entry()
/linux-3.4.99/fs/cifs/
Dcifsproto.h448 char *acl_inf, const int buflen, const int acl_type,
452 const char *local_acl, const int buflen, const int acl_type,
Dcifssmb.c3363 const int acl_type, const int size_of_data_area) in cifs_copy_posix_acl() argument
3375 if (acl_type & ACL_TYPE_ACCESS) { in cifs_copy_posix_acl()
3386 } else if (acl_type & ACL_TYPE_DEFAULT) { in cifs_copy_posix_acl()
3436 const int buflen, const int acl_type) in ACL_to_cifs_posix() argument
3457 if (acl_type == ACL_TYPE_ACCESS) { in ACL_to_cifs_posix()
3460 } else if (acl_type == ACL_TYPE_DEFAULT) { in ACL_to_cifs_posix()
3464 cFYI(1, "unknown ACL type %d", acl_type); in ACL_to_cifs_posix()
3486 char *acl_inf, const int buflen, const int acl_type, in CIFSSMBGetPosixACL() argument
3563 buflen, acl_type, count); in CIFSSMBGetPosixACL()
3576 const int acl_type, in CIFSSMBSetPosixACL() argument
[all …]