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

/linux-4.4.14/security/tomoyo/
H A Dcommon.c1363 const u8 acl_type = acl->type; tomoyo_print_entry() local
1373 else if (acl_type == TOMOYO_TYPE_PATH_ACL) { tomoyo_print_entry()
1394 } else if (acl_type == TOMOYO_TYPE_MANUAL_TASK_ACL) { tomoyo_print_entry()
1402 } else if (acl_type == TOMOYO_TYPE_PATH2_ACL) { tomoyo_print_entry()
1422 } else if (acl_type == TOMOYO_TYPE_PATH_NUMBER_ACL) { tomoyo_print_entry()
1442 } else if (acl_type == TOMOYO_TYPE_MKDEV_ACL) { tomoyo_print_entry()
1464 } else if (acl_type == TOMOYO_TYPE_INET_ACL) { tomoyo_print_entry()
1496 } else if (acl_type == TOMOYO_TYPE_UNIX_ACL) { tomoyo_print_entry()
1518 } else if (acl_type == TOMOYO_TYPE_MOUNT_ACL) { tomoyo_print_entry()
1526 } else if (acl_type == TOMOYO_TYPE_ENV_ACL) { tomoyo_print_entry()
/linux-4.4.14/fs/cifs/
H A Dcifssmb.c3357 const int acl_type, const int size_of_data_area) cifs_copy_posix_acl()
3369 if (acl_type & ACL_TYPE_ACCESS) { cifs_copy_posix_acl()
3380 } else if (acl_type & ACL_TYPE_DEFAULT) { cifs_copy_posix_acl()
3433 const int buflen, const int acl_type) ACL_to_cifs_posix()
3453 if (acl_type == ACL_TYPE_ACCESS) { ACL_to_cifs_posix()
3456 } else if (acl_type == ACL_TYPE_DEFAULT) { ACL_to_cifs_posix()
3460 cifs_dbg(FYI, "unknown ACL type %d\n", acl_type); ACL_to_cifs_posix()
3482 char *acl_inf, const int buflen, const int acl_type, CIFSSMBGetPosixACL()
3559 buflen, acl_type, count); CIFSSMBGetPosixACL()
3572 const int acl_type, CIFSSMBSetPosixACL()
3616 data_count = ACL_to_cifs_posix(parm_data, local_acl, buflen, acl_type); CIFSSMBSetPosixACL()
3356 cifs_copy_posix_acl(char *trgt, char *src, const int buflen, const int acl_type, const int size_of_data_area) cifs_copy_posix_acl() argument
3432 ACL_to_cifs_posix(char *parm_data, const char *pACL, const int buflen, const int acl_type) ACL_to_cifs_posix() argument
3480 CIFSSMBGetPosixACL(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, char *acl_inf, const int buflen, const int acl_type, const struct nls_table *nls_codepage, int remap) CIFSSMBGetPosixACL() argument
3569 CIFSSMBSetPosixACL(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *fileName, const char *local_acl, const int buflen, const int acl_type, const struct nls_table *nls_codepage, int remap) CIFSSMBSetPosixACL() argument
H A Dcifsproto.h476 char *acl_inf, const int buflen, const int acl_type,
480 const char *local_acl, const int buflen, const int acl_type,

Completed in 135 milliseconds