Searched refs:security_path_mknod (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | init.c | 158 error = security_path_mknod(&path, dentry, mode, dev); in init_mknod()
|
| H A D | namei.c | 3021 int error = security_path_mknod(dir, dentry, mode, 0); in may_o_create() 3685 error = security_path_mknod(&path, dentry, mode, dev); in do_mknodat()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | security.h | 1736 int security_path_mknod(const struct path *dir, struct dentry *dentry, umode_t mode, 1766 static inline int security_path_mknod(const struct path *dir, struct dentry *dentry, in security_path_mknod() function
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | inode.c | 452 ret = security_path_mknod(&path, dentry, mode, 0); in bpf_obj_do_pin()
|
| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H A D | namei.c | 596 ret = security_path_mknod(&path, next, S_IFREG, 0); in cachefiles_walk_to_object()
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | security.c | 1061 int security_path_mknod(const struct path *dir, struct dentry *dentry, umode_t mode, in security_path_mknod() function 1068 EXPORT_SYMBOL(security_path_mknod);
|
| /OK3568_Linux_fs/kernel/net/unix/ |
| H A D | af_unix.c | 1020 err = security_path_mknod(&path, dentry, mode, 0); in unix_mknod()
|