Searched refs:acl_type (Results 1 – 6 of 6) sorted by relevance
| /linux/security/tomoyo/ |
| H A D | common.c | 1387 const u8 acl_type = acl->type; in tomoyo_print_entry() local 1397 else if (acl_type == TOMOYO_TYPE_PATH_ACL) { in tomoyo_print_entry() 1419 } else if (acl_type == TOMOYO_TYPE_MANUAL_TASK_ACL) { in tomoyo_print_entry() 1428 } else if (acl_type == TOMOYO_TYPE_PATH2_ACL) { in tomoyo_print_entry() 1449 } else if (acl_type == TOMOYO_TYPE_PATH_NUMBER_ACL) { in tomoyo_print_entry() 1470 } else if (acl_type == TOMOYO_TYPE_MKDEV_ACL) { in tomoyo_print_entry() 1493 } else if (acl_type == TOMOYO_TYPE_INET_ACL) { in tomoyo_print_entry() 1526 } else if (acl_type == TOMOYO_TYPE_UNIX_ACL) { in tomoyo_print_entry() 1548 } else if (acl_type == TOMOYO_TYPE_MOUNT_ACL) { in tomoyo_print_entry() 1557 } else if (acl_type == TOMOYO_TYPE_ENV_ACL) { in tomoyo_print_entry()
|
| /linux/include/linux/ |
| H A D | nfs_xdr.h | 840 enum nfs4_acl_type acl_type; member 852 enum nfs4_acl_type acl_type; member 861 enum nfs4_acl_type acl_type; member
|
| /linux/fs/smb/client/ |
| H A D | cifssmb.c | 3167 const int acl_type, const int size_of_data_area) in cifs_to_posix_acl() argument 3179 if (acl_type == ACL_TYPE_ACCESS) { in cifs_to_posix_acl() 3190 } else if (acl_type == ACL_TYPE_DEFAULT) { in cifs_to_posix_acl() 3254 const int acl_type) in posix_acl_to_cifs() argument 3276 if (acl_type == ACL_TYPE_ACCESS) { in posix_acl_to_cifs() 3279 } else if (acl_type == ACL_TYPE_DEFAULT) { in posix_acl_to_cifs() 3283 cifs_dbg(FYI, "unknown ACL type %d\n", acl_type); in posix_acl_to_cifs() 3299 const int acl_type, const struct nls_table *nls_codepage, in cifs_do_get_acl() argument 3377 acl_type, count); in cifs_do_get_acl() 3393 const int acl_type, const struct nls_table *nls_codepage, in cifs_do_set_acl() argument [all …]
|
| H A D | cifsproto.h | 584 struct posix_acl **acl, const int acl_type, 588 const struct posix_acl *acl, const int acl_type,
|
| /linux/fs/nfs/ |
| H A D | nfs4xdr.c | 1732 nfs4_acltype_to_bitmap(arg->acl_type, bitmap); in encode_setacl() 2696 nfs4_acltype_to_bitmap(args->acl_type, nfs4_acl_bitmap); in nfs4_xdr_enc_getacl() 6704 status = decode_getacl(xdr, rqstp, res, res->acl_type); in nfs4_xdr_dec_getacl()
|
| H A D | nfs4proc.c | 6211 .acl_type = type, in __nfs4_get_acl_uncached() 6215 .acl_type = type, in __nfs4_get_acl_uncached() 6332 .acl_type = type, in __nfs4_proc_set_acl()
|