Searched refs:kacl (Results 1 – 8 of 8) sorted by relevance
/linux/fs/ |
H A D | posix_acl.c | 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) in vfs_set_acl() argument 1100 if (kacl) { in vfs_set_acl() 1108 error = vfs_set_acl_idmapped_mnt(idmap, i_user_ns(inode), kacl); in vfs_set_acl() 1124 error = security_inode_set_acl(idmap, dentry, acl_name, kacl); in vfs_set_acl() 1133 error = set_posix_acl(idmap, dentry, acl_type, kacl); in vfs_set_acl() 1138 security_inode_post_set_acl(dentry, acl_name, kacl); in vfs_set_acl() 1160 * This function retrieves @kacl fro [all...] |
/linux/include/linux/ |
H A D | posix_acl.h | 109 const char *acl_name, struct posix_acl *kacl);
|
H A D | security.h | 435 struct posix_acl *kacl); 437 struct posix_acl *kacl); 1002 struct posix_acl *kacl) in security_inode_set_acl() argument 1009 struct posix_acl *kacl) in security_inode_post_set_acl() argument
|
/linux/security/ |
H A D | security.c | 2431 * @kacl: acl struct 2433 * Check permission before setting posix acls, the posix acls in @kacl are 2440 struct posix_acl *kacl) in security_inode_set_acl() argument 2444 return call_int_hook(inode_set_acl, idmap, dentry, acl_name, kacl); in security_inode_set_acl() 2451 * @kacl: acl struct 2454 * The posix acls in @kacl are identified by @acl_name. 2457 struct posix_acl *kacl) in security_inode_post_set_acl() argument 2461 call_void_hook(inode_post_set_acl, dentry, acl_name, kacl); in security_inode_post_set_acl()
|
/linux/security/integrity/ima/ |
H A D | ima_appraise.c | 807 const char *acl_name, struct posix_acl *kacl) in ima_inode_set_acl() argument
|
/linux/fs/smb/client/ |
H A D | cifssmb.c | 3087 struct posix_acl *kacl = NULL; in cifs_to_posix_acl() local 3121 kacl = posix_acl_alloc(count, GFP_NOFS); in cifs_to_posix_acl() 3122 if (!kacl) in cifs_to_posix_acl() 3125 FOREACH_ACL_ENTRY(pa, kacl, pe) { in cifs_to_posix_acl() 3130 *acl = kacl; in cifs_to_posix_acl()
|
/linux/security/smack/ |
H A D | smack_lsm.c | 1486 * @kacl: the posix acls 1492 struct posix_acl *kacl) in smack_inode_set_acl() argument
|
/linux/security/selinux/ |
H A D | hooks.c | 3409 struct posix_acl *kacl) in selinux_inode_set_acl() argument
|