Lines Matching defs:acl_name
1082 * @acl_name: the name of the posix acl
1091 const char *acl_name, struct posix_acl *kacl)
1098 acl_type = posix_acl_type(acl_name);
1126 error = security_inode_set_acl(idmap, dentry, acl_name, kacl);
1140 evm_inode_post_set_acl(dentry, acl_name, kacl);
1160 * @acl_name: the name of the posix acl
1168 struct dentry *dentry, const char *acl_name)
1174 acl_type = posix_acl_type(acl_name);
1182 error = security_inode_get_acl(idmap, dentry, acl_name);
1205 * @acl_name: the name of the posix acl
1212 const char *acl_name)
1219 acl_type = posix_acl_type(acl_name);
1234 error = security_inode_remove_acl(idmap, dentry, acl_name);
1248 evm_inode_post_remove_acl(idmap, dentry, acl_name);
1265 const char *acl_name, const void *kvalue, size_t size)
1280 error = vfs_set_acl(idmap, dentry, acl_name, acl);
1286 const char *acl_name, void *kvalue, size_t size)
1291 acl = vfs_get_acl(idmap, dentry, acl_name);