Lines Matching defs:kacl
1081 * @kacl: the posix acls in the appropriate VFS format
1083 * This function sets @kacl. The caller must all posix_acl_release() on @kacl
1089 const char *acl_name, struct posix_acl *kacl)
1100 if (kacl) {
1108 error = vfs_set_acl_idmapped_mnt(idmap, i_user_ns(inode), kacl);
1124 error = security_inode_set_acl(idmap, dentry, acl_name, kacl);
1133 error = set_posix_acl(idmap, dentry, acl_type, kacl);
1138 security_inode_post_set_acl(dentry, acl_name, kacl);
1160 * This function retrieves @kacl from the filesystem. The caller must all
1161 * posix_acl_release() on @kacl.