Searched defs:acl_name (Results 1 – 14 of 14) sorted by relevance
/linux-6.14.4/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 | 1089 const char *acl_name, struct posix_acl *kacl) in vfs_set_acl() 1166 struct dentry *dentry, const char *acl_name) in vfs_get_acl() 1210 const char *acl_name) in vfs_remove_acl() 1263 const char *acl_name, const void *kvalue, size_t size) in do_set_acl() 1284 const char *acl_name, void *kvalue, size_t size) in do_get_acl()
|
/linux-6.14.4/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 | 1000 const char *acl_name, in security_inode_set_acl() 1007 const char *acl_name, in security_inode_post_set_acl() 1013 const char *acl_name) in security_inode_get_acl() 1020 const char *acl_name) in security_inode_remove_acl() 1027 const char *acl_name) in security_inode_post_remove_acl()
|
/linux-6.14.4/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.14.4/security/integrity/ima/ |
D | ima_appraise.c | 807 const char *acl_name, struct posix_acl *kacl) in ima_inode_set_acl() 830 const char *acl_name) in ima_inode_remove_acl()
|
/linux-6.14.4/fs/9p/ |
D | acl.c | 160 const char *acl_name; in v9fs_iop_set_acl() local
|
/linux-6.14.4/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() 771 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 | 47 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.14.4/security/ |
D | security.c | 2439 struct dentry *dentry, const char *acl_name, in security_inode_set_acl() 2456 void security_inode_post_set_acl(struct dentry *dentry, const char *acl_name, in security_inode_post_set_acl() 2476 struct dentry *dentry, const char *acl_name) in security_inode_get_acl() 2495 struct dentry *dentry, const char *acl_name) in security_inode_remove_acl() 2512 struct dentry *dentry, const char *acl_name) in security_inode_post_remove_acl()
|
/linux-6.14.4/security/smack/ |
D | smack_lsm.c | 1492 struct dentry *dentry, const char *acl_name, in smack_inode_set_acl() 1515 struct dentry *dentry, const char *acl_name) in smack_inode_get_acl() 1537 struct dentry *dentry, const char *acl_name) in smack_inode_remove_acl()
|
/linux-6.14.4/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()
|