Searched refs:acl_type (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/security/tomoyo/ |
D | common.c | 1363 const u8 acl_type = acl->type; in tomoyo_print_entry() local 1373 else if (acl_type == TOMOYO_TYPE_PATH_ACL) { in tomoyo_print_entry() 1394 } else if (acl_type == TOMOYO_TYPE_MANUAL_TASK_ACL) { in tomoyo_print_entry() 1402 } else if (acl_type == TOMOYO_TYPE_PATH2_ACL) { in tomoyo_print_entry() 1422 } else if (acl_type == TOMOYO_TYPE_PATH_NUMBER_ACL) { in tomoyo_print_entry() 1442 } else if (acl_type == TOMOYO_TYPE_MKDEV_ACL) { in tomoyo_print_entry() 1464 } else if (acl_type == TOMOYO_TYPE_INET_ACL) { in tomoyo_print_entry() 1496 } else if (acl_type == TOMOYO_TYPE_UNIX_ACL) { in tomoyo_print_entry() 1518 } else if (acl_type == TOMOYO_TYPE_MOUNT_ACL) { in tomoyo_print_entry() 1526 } else if (acl_type == TOMOYO_TYPE_ENV_ACL) { in tomoyo_print_entry()
|
/linux-4.1.27/fs/cifs/ |
D | cifsproto.h | 478 char *acl_inf, const int buflen, const int acl_type, 482 const char *local_acl, const int buflen, const int acl_type,
|
D | cifssmb.c | 3351 const int acl_type, const int size_of_data_area) in cifs_copy_posix_acl() argument 3363 if (acl_type & ACL_TYPE_ACCESS) { in cifs_copy_posix_acl() 3374 } else if (acl_type & ACL_TYPE_DEFAULT) { in cifs_copy_posix_acl() 3427 const int buflen, const int acl_type) in ACL_to_cifs_posix() argument 3447 if (acl_type == ACL_TYPE_ACCESS) { in ACL_to_cifs_posix() 3450 } else if (acl_type == ACL_TYPE_DEFAULT) { in ACL_to_cifs_posix() 3454 cifs_dbg(FYI, "unknown ACL type %d\n", acl_type); in ACL_to_cifs_posix() 3476 char *acl_inf, const int buflen, const int acl_type, in CIFSSMBGetPosixACL() argument 3553 buflen, acl_type, count); in CIFSSMBGetPosixACL() 3566 const int acl_type, in CIFSSMBSetPosixACL() argument [all …]
|