| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | kthread.c | 62 *req->lower_file = dentry_open(&req->path, in ecryptfs_threadfn() 134 (*lower_file) = dentry_open(&req.path, flags, cred); in ecryptfs_privileged_open()
|
| H A D | file.c | 276 lower_file = dentry_open(ecryptfs_dentry_to_lower_path(ecryptfs_dentry), in ecryptfs_dir_open()
|
| /OK3568_Linux_fs/kernel/security/keys/ |
| H A D | big_key.c | 249 file = dentry_open(path, O_RDONLY, current_cred()); in big_key_read()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/ |
| H A D | inode.c | 288 filp = dentry_open(path, O_RDONLY, current_cred()); in spufs_context_open() 511 filp = dentry_open(path, O_RDONLY, current_cred()); in spufs_gang_open()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | nsfs.c | 176 f = dentry_open(&path, O_RDONLY, current_cred()); in open_related_ns()
|
| H A D | open.c | 945 struct file *dentry_open(const struct path *path, int flags, in dentry_open() function 966 EXPORT_SYMBOL(dentry_open);
|
| H A D | namespace.c | 2433 file = dentry_open(path, O_PATH, current_cred()); in open_detached_copy() 2481 file = dentry_open(&path, O_PATH, current_cred()); in SYSCALL_DEFINE3() 3578 file = dentry_open(&newmount, O_PATH, fc->cred); in SYSCALL_DEFINE3()
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | pseudo_files.c | 251 dir_f = dentry_open(base_path, O_RDONLY | O_NOATIME, current_cred()); in dir_relative_path_resolve() 320 new_file = dentry_open(&path, O_RDWR | O_NOATIME | O_LARGEFILE, in init_new_file() 722 new_file = dentry_open(&path, O_RDWR | O_NOATIME | O_LARGEFILE, in init_new_mapped_file()
|
| H A D | data_mgmt.c | 252 bf = dentry_open(&path, O_RDWR | O_NOATIME | O_LARGEFILE, in handle_mapped_file()
|
| H A D | vfs.c | 1430 backing_file = dentry_open(&backing_path, flags, current_cred()); in file_open()
|
| /OK3568_Linux_fs/kernel/fs/exportfs/ |
| H A D | expfs.c | 313 file = dentry_open(path, O_RDONLY, cred); in get_name()
|
| /OK3568_Linux_fs/kernel/fs/autofs/ |
| H A D | dev-ioctl.c | 239 filp = dentry_open(&path, O_RDONLY, current_cred()); in autofs_dev_ioctl_open_mountpoint()
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | file.c | 698 devnull = dentry_open(&aa_null, O_RDWR, cred); in aa_inherit_files()
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | ima_crypto.c | 558 f = dentry_open(&file->f_path, flags, file->f_cred); in ima_calc_file_hash()
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | util.c | 497 return dentry_open(path, flags, current_cred()); in ovl_path_open()
|
| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H A D | rdwr.c | 921 file = dentry_open(&path, O_RDWR | O_LARGEFILE, cache->cache_cred); in cachefiles_write_page()
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | pty.c | 637 filp = dentry_open(&path, flags, current_cred()); in ptm_open_peer()
|
| /OK3568_Linux_fs/kernel/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 142 new_file = dentry_open(path, in create_fd()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 2612 extern struct file * dentry_open(const struct path *, int, const struct cred *); 2617 return dentry_open(&file->f_path, file->f_flags, file->f_cred); in file_clone_open()
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | mqueue.c | 922 struct file *file = dentry_open(&path, oflag, current_cred()); in do_mq_open()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | bpf_trace.c | 1155 BTF_ID(func, dentry_open) in BTF_ID()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_ioctl.c | 243 filp = dentry_open(&path, hreq->oflags, cred); in xfs_open_by_handle()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | vfs.c | 782 file = dentry_open(&path, flags, current_cred()); in __nfsd_open()
|
| /OK3568_Linux_fs/kernel/net/unix/ |
| H A D | af_unix.c | 2667 f = dentry_open(&path, O_PATH, current_cred()); in unix_open_file()
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 2460 devnull = dentry_open(&selinux_null, O_RDWR, cred); in flush_unauthorized_files()
|