/Linux-v5.15/fs/ecryptfs/ |
D | kthread.c | 62 *req->lower_file = dentry_open(&req->path, in ecryptfs_threadfn() 135 (*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()
|
/Linux-v5.15/security/keys/ |
D | big_key.c | 247 file = dentry_open(path, O_RDONLY, current_cred()); in big_key_read()
|
/Linux-v5.15/fs/ |
D | nsfs.c | 176 f = dentry_open(&path, O_RDONLY, current_cred()); in open_related_ns()
|
D | open.c | 948 struct file *dentry_open(const struct path *path, int flags, in dentry_open() function 969 EXPORT_SYMBOL(dentry_open);
|
D | namespace.c | 2446 file = dentry_open(path, O_PATH, current_cred()); in open_detached_copy() 2494 file = dentry_open(&path, O_PATH, current_cred()); in SYSCALL_DEFINE3() 3682 file = dentry_open(&newmount, O_PATH, fc->cred); in SYSCALL_DEFINE3()
|
/Linux-v5.15/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 286 filp = dentry_open(path, O_RDONLY, current_cred()); in spufs_context_open() 506 filp = dentry_open(path, O_RDONLY, current_cred()); in spufs_gang_open()
|
/Linux-v5.15/fs/exportfs/ |
D | expfs.c | 313 file = dentry_open(path, O_RDONLY, cred); in get_name()
|
/Linux-v5.15/fs/autofs/ |
D | dev-ioctl.c | 240 filp = dentry_open(&path, O_RDONLY, current_cred()); in autofs_dev_ioctl_open_mountpoint()
|
/Linux-v5.15/security/apparmor/ |
D | file.c | 700 devnull = dentry_open(&aa_null, O_RDWR, cred); in aa_inherit_files()
|
/Linux-v5.15/security/integrity/ima/ |
D | ima_crypto.c | 557 f = dentry_open(&file->f_path, flags, file->f_cred); in ima_calc_file_hash()
|
/Linux-v5.15/fs/cachefiles/ |
D | rdwr.c | 921 file = dentry_open(&path, O_RDWR | O_LARGEFILE, cache->cache_cred); in cachefiles_write_page()
|
/Linux-v5.15/drivers/tty/ |
D | pty.c | 636 filp = dentry_open(&path, flags, current_cred()); in ptm_open_peer()
|
/Linux-v5.15/fs/overlayfs/ |
D | util.c | 493 return dentry_open(path, flags, current_cred()); in ovl_path_open()
|
D | inode.c | 515 file = dentry_open(realpath, O_RDONLY, current_cred()); in ovl_security_fileattr()
|
/Linux-v5.15/fs/notify/fanotify/ |
D | fanotify_user.c | 233 new_file = dentry_open(path, in create_fd()
|
/Linux-v5.15/include/linux/ |
D | fs.h | 2744 extern struct file * dentry_open(const struct path *, int, const struct cred *); 2749 return dentry_open(&file->f_path, file->f_flags, file->f_cred); in file_clone_open()
|
/Linux-v5.15/ipc/ |
D | mqueue.c | 910 struct file *file = dentry_open(&path, oflag, current_cred()); in do_mq_open()
|
/Linux-v5.15/kernel/trace/ |
D | bpf_trace.c | 876 BTF_ID(func, dentry_open) in BTF_ID()
|
/Linux-v5.15/fs/ksmbd/ |
D | vfs.c | 1185 dfilp = dentry_open(dir, flags, current_cred()); in ksmbd_vfs_lookup_in_dir()
|
D | smb2pdu.c | 2869 filp = dentry_open(&path, open_flags, current_cred()); in smb2_open()
|
/Linux-v5.15/fs/xfs/ |
D | xfs_ioctl.c | 244 filp = dentry_open(&path, hreq->oflags, cred); in xfs_open_by_handle()
|
/Linux-v5.15/fs/nfsd/ |
D | vfs.c | 753 file = dentry_open(&path, flags, current_cred()); in __nfsd_open()
|
/Linux-v5.15/net/unix/ |
D | af_unix.c | 2973 f = dentry_open(&path, O_PATH, current_cred()); in unix_open_file()
|
/Linux-v5.15/security/selinux/ |
D | hooks.c | 2510 devnull = dentry_open(&selinux_null, O_RDWR, cred); in flush_unauthorized_files()
|