Home
last modified time | relevance | path

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

/linux-6.1.9/security/tomoyo/
Dcommon.c1386 const u8 acl_type = acl->type; in tomoyo_print_entry() local
1396 else if (acl_type == TOMOYO_TYPE_PATH_ACL) { in tomoyo_print_entry()
1418 } else if (acl_type == TOMOYO_TYPE_MANUAL_TASK_ACL) { in tomoyo_print_entry()
1427 } else if (acl_type == TOMOYO_TYPE_PATH2_ACL) { in tomoyo_print_entry()
1448 } else if (acl_type == TOMOYO_TYPE_PATH_NUMBER_ACL) { in tomoyo_print_entry()
1469 } else if (acl_type == TOMOYO_TYPE_MKDEV_ACL) { in tomoyo_print_entry()
1492 } else if (acl_type == TOMOYO_TYPE_INET_ACL) { in tomoyo_print_entry()
1525 } else if (acl_type == TOMOYO_TYPE_UNIX_ACL) { in tomoyo_print_entry()
1547 } else if (acl_type == TOMOYO_TYPE_MOUNT_ACL) { in tomoyo_print_entry()
1556 } else if (acl_type == TOMOYO_TYPE_ENV_ACL) { in tomoyo_print_entry()
/linux-6.1.9/include/linux/
Dnfs_xdr.h813 enum nfs4_acl_type acl_type; member
825 enum nfs4_acl_type acl_type; member
834 enum nfs4_acl_type acl_type; member
/linux-6.1.9/fs/cifs/
Dcifsproto.h542 char *acl_inf, const int buflen, const int acl_type,
546 const char *local_acl, const int buflen, const int acl_type,
Dcifssmb.c2935 const int acl_type, const int size_of_data_area) in cifs_copy_posix_acl() argument
2947 if (acl_type == ACL_TYPE_ACCESS) { in cifs_copy_posix_acl()
2958 } else if (acl_type == ACL_TYPE_DEFAULT) { in cifs_copy_posix_acl()
3010 const int buflen, const int acl_type) in ACL_to_cifs_posix() argument
3031 if (acl_type == ACL_TYPE_ACCESS) { in ACL_to_cifs_posix()
3034 } else if (acl_type == ACL_TYPE_DEFAULT) { in ACL_to_cifs_posix()
3038 cifs_dbg(FYI, "unknown ACL type %d\n", acl_type); in ACL_to_cifs_posix()
3054 char *acl_inf, const int buflen, const int acl_type, in CIFSSMBGetPosixACL() argument
3129 buflen, acl_type, count); in CIFSSMBGetPosixACL()
3142 const int acl_type, in CIFSSMBSetPosixACL() argument
[all …]
/linux-6.1.9/fs/ksmbd/
Dvfs.c1367 int acl_type) in ksmbd_vfs_make_xattr_posix_acl() argument
1378 posix_acls = get_acl(inode, acl_type); in ksmbd_vfs_make_xattr_posix_acl()
/linux-6.1.9/fs/nfs/
Dnfs4xdr.c1706 nfs4_acltype_to_bitmap(arg->acl_type, bitmap); in encode_setacl()
2609 nfs4_acltype_to_bitmap(args->acl_type, nfs4_acl_bitmap); in nfs4_xdr_enc_getacl()
6514 status = decode_getacl(xdr, rqstp, res, res->acl_type); in nfs4_xdr_dec_getacl()
Dnfs4proc.c5932 .acl_type = type, in __nfs4_get_acl_uncached()
5936 .acl_type = type, in __nfs4_get_acl_uncached()
6052 .acl_type = type, in __nfs4_proc_set_acl()