Searched refs:inode_has_perm (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 1641 static int inode_has_perm(const struct cred *cred, in inode_has_perm() function 1674 return inode_has_perm(cred, inode, av, &ad); in dentry_has_perm() 1690 return inode_has_perm(cred, inode, av, &ad); in path_has_perm() 1702 return inode_has_perm(cred, file_inode(file), av, &ad); in file_path_has_perm() 1749 rc = inode_has_perm(cred, inode, av, &ad); in file_has_perm() 3788 rc = inode_has_perm(current_cred(), file_inode(file), in selinux_mmap_file()
|