| /kernel/linux/linux-5.10/fs/ecryptfs/ |
| 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()
|
| D | file.c | 276 lower_file = dentry_open(ecryptfs_dentry_to_lower_path(ecryptfs_dentry), in ecryptfs_dir_open()
|
| /kernel/linux/linux-5.10/fs/hmdfs/ |
| D | file_local.c | 39 lower_file = dentry_open(&lower_path, file->f_flags, cred); in hmdfs_file_open_local() 257 lower_file = dentry_open(&lower_path, file->f_flags, cred); in hmdfs_dir_open_local()
|
| D | file_merge.c | 408 lower_file = dentry_open(&lo_p, file->f_flags, cred); in do_dir_open_merge() 563 lower_file = dentry_open(&lo_p, file->f_flags, cred); in hmdfs_file_open_merge()
|
| D | stash.c | 230 filp = dentry_open(&stash, O_LARGEFILE | O_WRONLY, current_cred()); in hmdfs_new_stash_file() 973 filp = dentry_open(&peer_path, O_RDONLY | O_DIRECTORY, current_cred()); in hmdfs_open_stash_dir() 1615 filp = dentry_open(&c_path, O_RDONLY | O_LARGEFILE, current_cred()); in hmdfs_open_stash_file()
|
| D | hmdfs_server.c | 620 info->file = dentry_open(path, O_RDWR | O_LARGEFILE, current_cred()); in hmdfs_dentry_open() 1373 file = dentry_open(path, O_RDONLY | O_DIRECTORY, current_cred()); in hmdfs_server_rebuild_dents()
|
| D | inode_local.c | 206 file = dentry_open(lower_parent_path, O_RDONLY, cred); in __lookup_nosensitive()
|
| /kernel/linux/linux-5.10/security/keys/ |
| D | big_key.c | 249 file = dentry_open(path, O_RDONLY, current_cred()); in big_key_read()
|
| /kernel/linux/linux-5.10/fs/sharefs/ |
| D | file.c | 35 lower_file = dentry_open(&lower_path, file->f_flags, current_cred()); in sharefs_open()
|
| /kernel/linux/linux-5.10/fs/ |
| D | nsfs.c | 176 f = dentry_open(&path, O_RDONLY, current_cred()); in open_related_ns()
|
| D | open.c | 934 struct file *dentry_open(const struct path *path, int flags, in dentry_open() function 955 EXPORT_SYMBOL(dentry_open);
|
| D | namespace.c | 2434 file = dentry_open(path, O_PATH, current_cred()); in open_detached_copy() 2482 file = dentry_open(&path, O_PATH, current_cred()); in SYSCALL_DEFINE3() 3579 file = dentry_open(&newmount, O_PATH, fc->cred); in SYSCALL_DEFINE3()
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
| 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()
|
| /kernel/linux/linux-5.10/fs/exportfs/ |
| D | expfs.c | 313 file = dentry_open(path, O_RDONLY, cred); in get_name()
|
| /kernel/linux/linux-5.10/fs/autofs/ |
| D | dev-ioctl.c | 239 filp = dentry_open(&path, O_RDONLY, current_cred()); in autofs_dev_ioctl_open_mountpoint()
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| D | file.c | 698 devnull = dentry_open(&aa_null, O_RDWR, cred); in aa_inherit_files()
|
| /kernel/linux/linux-5.10/security/integrity/ima/ |
| D | ima_crypto.c | 558 f = dentry_open(&file->f_path, flags, file->f_cred); in ima_calc_file_hash()
|
| /kernel/linux/linux-5.10/fs/overlayfs/ |
| D | util.c | 489 return dentry_open(path, flags, current_cred()); in ovl_path_open()
|
| /kernel/linux/linux-5.10/drivers/tty/ |
| D | pty.c | 637 filp = dentry_open(&path, flags, current_cred()); in ptm_open_peer()
|
| /kernel/linux/linux-5.10/fs/cachefiles/ |
| D | rdwr.c | 921 file = dentry_open(&path, O_RDWR | O_LARGEFILE, cache->cache_cred); in cachefiles_write_page()
|
| /kernel/linux/linux-5.10/fs/notify/fanotify/ |
| D | fanotify_user.c | 142 new_file = dentry_open(path, in create_fd()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | fs.h | 2556 extern struct file * dentry_open(const struct path *, int, const struct cred *); 2561 return dentry_open(&file->f_path, file->f_flags, file->f_cred); in file_clone_open()
|
| /kernel/linux/linux-5.10/ipc/ |
| D | mqueue.c | 922 struct file *file = dentry_open(&path, oflag, current_cred()); in do_mq_open()
|
| /kernel/linux/linux-5.10/kernel/trace/ |
| D | bpf_trace.c | 1155 BTF_ID(func, dentry_open) in BTF_ID()
|
| /kernel/linux/linux-5.10/fs/nfsd/ |
| D | vfs.c | 782 file = dentry_open(&path, flags, current_cred()); in __nfsd_open()
|