Searched refs:acl_type (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/security/tomoyo/ |
D | common.c | 1386 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-5.19.10/include/linux/ |
D | nfs_xdr.h | 813 enum nfs4_acl_type acl_type; member 825 enum nfs4_acl_type acl_type; member 834 enum nfs4_acl_type acl_type; member
|
/linux-5.19.10/fs/cifs/ |
D | cifsproto.h | 546 char *acl_inf, const int buflen, const int acl_type, 550 const char *local_acl, const int buflen, const int acl_type,
|
D | cifssmb.c | 3383 const int acl_type, const int size_of_data_area) in cifs_copy_posix_acl() argument 3395 if (acl_type == ACL_TYPE_ACCESS) { in cifs_copy_posix_acl() 3406 } else if (acl_type == ACL_TYPE_DEFAULT) { in cifs_copy_posix_acl() 3458 const int buflen, const int acl_type) in ACL_to_cifs_posix() argument 3479 if (acl_type == ACL_TYPE_ACCESS) { in ACL_to_cifs_posix() 3482 } else if (acl_type == ACL_TYPE_DEFAULT) { in ACL_to_cifs_posix() 3486 cifs_dbg(FYI, "unknown ACL type %d\n", acl_type); in ACL_to_cifs_posix() 3502 char *acl_inf, const int buflen, const int acl_type, in CIFSSMBGetPosixACL() argument 3577 buflen, acl_type, count); in CIFSSMBGetPosixACL() 3590 const int acl_type, in CIFSSMBSetPosixACL() argument [all …]
|
/linux-5.19.10/fs/ksmbd/ |
D | vfs.c | 1358 int acl_type) in ksmbd_vfs_make_xattr_posix_acl() argument 1369 posix_acls = get_acl(inode, acl_type); in ksmbd_vfs_make_xattr_posix_acl()
|
/linux-5.19.10/fs/nfs/ |
D | nfs4xdr.c | 1706 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() 6518 status = decode_getacl(xdr, rqstp, res, res->acl_type); in nfs4_xdr_dec_getacl()
|
D | nfs4proc.c | 5919 .acl_type = type, in __nfs4_get_acl_uncached() 5923 .acl_type = type, in __nfs4_get_acl_uncached() 6039 .acl_type = type, in __nfs4_proc_set_acl()
|