Searched defs:acl_name (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/fs/ |
D | internal.h | 300 struct dentry *dentry, const char *acl_name, in do_set_acl() 306 struct dentry *dentry, const char *acl_name, in do_get_acl()
|
D | posix_acl.c | 1090 const char *acl_name, struct posix_acl *kacl) in vfs_set_acl() 1167 struct dentry *dentry, const char *acl_name) in vfs_get_acl() 1211 const char *acl_name) in vfs_remove_acl() 1264 const char *acl_name, const void *kvalue, size_t size) in do_set_acl() 1285 const char *acl_name, void *kvalue, size_t size) in do_get_acl()
|
/linux-6.12.1/include/linux/ |
D | posix_acl.h | 148 const char *acl_name) in vfs_get_acl() 154 struct dentry *dentry, const char *acl_name) in vfs_remove_acl()
|
D | security.h | 938 const char *acl_name, in security_inode_set_acl() 945 const char *acl_name, in security_inode_post_set_acl() 951 const char *acl_name) in security_inode_get_acl() 958 const char *acl_name) in security_inode_remove_acl() 965 const char *acl_name) in security_inode_post_remove_acl()
|
/linux-6.12.1/security/integrity/evm/ |
D | evm_main.c | 674 const char *acl_name, struct posix_acl *kacl) in evm_inode_set_acl() 726 const char *acl_name) in evm_inode_remove_acl() 836 static void evm_inode_post_set_acl(struct dentry *dentry, const char *acl_name, in evm_inode_post_set_acl() 880 const char *acl_name) in evm_inode_post_remove_acl()
|
/linux-6.12.1/security/integrity/ima/ |
D | ima_appraise.c | 784 const char *acl_name, struct posix_acl *kacl) in ima_inode_set_acl() 807 const char *acl_name) in ima_inode_remove_acl()
|
/linux-6.12.1/fs/9p/ |
D | acl.c | 160 const char *acl_name; in v9fs_iop_set_acl() local
|
/linux-6.12.1/fs/overlayfs/ |
D | overlayfs.h | 344 const char *acl_name, struct posix_acl *acl) in ovl_do_set_acl() 350 const char *acl_name) in ovl_do_remove_acl() 780 const char *acl_name, in ovl_get_acl_path()
|
D | inode.c | 396 const char *acl_name, bool noperm) in ovl_get_acl_path() 483 const char *acl_name; in ovl_set_or_remove_acl() local
|
D | copy_up.c | 48 struct dentry *dentry, const char *acl_name) in ovl_copy_acl()
|
D | dir.c | 438 const char *acl_name, struct posix_acl *acl) in ovl_set_upper_acl()
|
/linux-6.12.1/security/ |
D | security.c | 2435 struct dentry *dentry, const char *acl_name, in security_inode_set_acl() 2452 void security_inode_post_set_acl(struct dentry *dentry, const char *acl_name, in security_inode_post_set_acl() 2472 struct dentry *dentry, const char *acl_name) in security_inode_get_acl() 2491 struct dentry *dentry, const char *acl_name) in security_inode_remove_acl() 2508 struct dentry *dentry, const char *acl_name) in security_inode_post_remove_acl()
|
/linux-6.12.1/security/smack/ |
D | smack_lsm.c | 1508 struct dentry *dentry, const char *acl_name, in smack_inode_set_acl() 1531 struct dentry *dentry, const char *acl_name) in smack_inode_get_acl() 1553 struct dentry *dentry, const char *acl_name) in smack_inode_remove_acl()
|
/linux-6.12.1/security/selinux/ |
D | hooks.c | 3282 struct dentry *dentry, const char *acl_name, in selinux_inode_set_acl() 3289 struct dentry *dentry, const char *acl_name) in selinux_inode_get_acl() 3295 struct dentry *dentry, const char *acl_name) in selinux_inode_remove_acl()
|