Searched refs:acl_type (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.6/fs/ |
| D | posix_acl.c | 1093 int acl_type; in vfs_set_acl() local 1098 acl_type = posix_acl_type(acl_name); in vfs_set_acl() 1099 if (acl_type < 0) in vfs_set_acl() 1135 error = set_posix_acl(idmap, dentry, acl_type, kacl); in vfs_set_acl() 1172 int acl_type, error; in vfs_get_acl() local 1174 acl_type = posix_acl_type(acl_name); in vfs_get_acl() 1175 if (acl_type < 0) in vfs_get_acl() 1191 acl = __get_acl(idmap, dentry, inode, acl_type); in vfs_get_acl() 1214 int acl_type; in vfs_remove_acl() local 1219 acl_type = posix_acl_type(acl_name); in vfs_remove_acl() [all …]
|
| /Linux-v6.6/security/tomoyo/ |
| 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-v6.6/include/linux/ |
| D | nfs_xdr.h | 814 enum nfs4_acl_type acl_type; member 826 enum nfs4_acl_type acl_type; member 835 enum nfs4_acl_type acl_type; member
|
| /Linux-v6.6/fs/smb/client/ |
| D | cifssmb.c | 2925 const int acl_type, const int size_of_data_area) in cifs_to_posix_acl() argument 2937 if (acl_type == ACL_TYPE_ACCESS) { in cifs_to_posix_acl() 2948 } else if (acl_type == ACL_TYPE_DEFAULT) { in cifs_to_posix_acl() 3012 const int acl_type) in posix_acl_to_cifs() argument 3034 if (acl_type == ACL_TYPE_ACCESS) { in posix_acl_to_cifs() 3037 } else if (acl_type == ACL_TYPE_DEFAULT) { in posix_acl_to_cifs() 3041 cifs_dbg(FYI, "unknown ACL type %d\n", acl_type); in posix_acl_to_cifs() 3057 const int acl_type, const struct nls_table *nls_codepage, in cifs_do_get_acl() argument 3132 acl_type, count); in cifs_do_get_acl() 3148 const int acl_type, const struct nls_table *nls_codepage, in cifs_do_set_acl() argument [all …]
|
| D | cifsproto.h | 557 struct posix_acl **acl, const int acl_type, 561 const struct posix_acl *acl, const int acl_type,
|
| /Linux-v6.6/fs/smb/server/ |
| D | vfs.c | 1368 int acl_type) in ksmbd_vfs_make_xattr_posix_acl() argument 1379 posix_acls = get_inode_acl(inode, acl_type); in ksmbd_vfs_make_xattr_posix_acl()
|
| /Linux-v6.6/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() 6514 status = decode_getacl(xdr, rqstp, res, res->acl_type); in nfs4_xdr_dec_getacl()
|
| D | nfs4proc.c | 5934 .acl_type = type, in __nfs4_get_acl_uncached() 5938 .acl_type = type, in __nfs4_get_acl_uncached() 6053 .acl_type = type, in __nfs4_proc_set_acl()
|