/linux-6.12.1/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 | 295 lower_file = dentry_open(ecryptfs_dentry_to_lower_path(ecryptfs_dentry), in ecryptfs_dir_open()
|
/linux-6.12.1/fs/ |
D | nsfs.c | 110 f = dentry_open(&path, O_RDONLY, current_cred()); in open_namespace() 294 f = dentry_open(&path, O_RDONLY, current_cred()); in ns_ioctl()
|
D | pidfs.c | 407 pidfd_file = dentry_open(&path, flags, current_cred()); in pidfs_alloc_file()
|
D | open.c | 1100 struct file *dentry_open(const struct path *path, int flags, in dentry_open() function 1119 EXPORT_SYMBOL(dentry_open);
|
D | namespace.c | 2831 file = dentry_open(path, O_PATH, current_cred()); in open_detached_copy() 2879 file = dentry_open(&path, O_PATH, current_cred()); in SYSCALL_DEFINE3() 4199 file = dentry_open(&newmount, O_PATH, fc->cred); in SYSCALL_DEFINE3()
|
/linux-6.12.1/security/keys/ |
D | big_key.c | 246 file = dentry_open(&payload->path, O_RDONLY, current_cred()); in big_key_read()
|
/linux-6.12.1/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 288 filp = dentry_open(path, O_RDONLY, current_cred()); in spufs_context_open() 508 filp = dentry_open(path, O_RDONLY, current_cred()); in spufs_gang_open()
|
/linux-6.12.1/fs/exportfs/ |
D | expfs.c | 312 file = dentry_open(path, O_RDONLY, cred); in get_name()
|
/linux-6.12.1/fs/autofs/ |
D | dev-ioctl.c | 245 filp = dentry_open(&path, O_RDONLY, current_cred()); in autofs_dev_ioctl_open_mountpoint()
|
/linux-6.12.1/security/apparmor/ |
D | file.c | 683 devnull = dentry_open(&aa_null, O_RDWR, cred); in aa_inherit_files()
|
/linux-6.12.1/security/integrity/ima/ |
D | ima_crypto.c | 553 f = dentry_open(&file->f_path, flags, file->f_cred); in ima_calc_file_hash()
|
/linux-6.12.1/drivers/tty/ |
D | pty.c | 626 filp = dentry_open(&path, flags, current_cred()); in ptm_open_peer()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_handle.c | 292 filp = dentry_open(&path, hreq->oflags, cred); in xfs_open_by_handle()
|
/linux-6.12.1/fs/overlayfs/ |
D | inode.c | 620 file = dentry_open(realpath, O_RDONLY, current_cred()); in ovl_security_fileattr()
|
D | util.c | 669 return dentry_open(path, flags, current_cred()); in ovl_path_open()
|
/linux-6.12.1/include/linux/ |
D | fs.h | 2729 struct file *dentry_open(const struct path *path, int flags, 2761 return dentry_open(&file->f_path, file->f_flags, file->f_cred); in file_clone_open()
|
/linux-6.12.1/ipc/ |
D | mqueue.c | 924 struct file *file = dentry_open(&path, oflag, current_cred()); in do_mq_open()
|
/linux-6.12.1/fs/notify/fanotify/ |
D | fanotify_user.c | 265 new_file = dentry_open(path, in create_fd()
|
/linux-6.12.1/fs/smb/server/ |
D | vfs.c | 1200 dfilp = dentry_open(dir, flags, current_cred()); in ksmbd_vfs_lookup_in_dir()
|
D | smb2pdu.c | 3258 filp = dentry_open(&path, open_flags, current_cred()); in smb2_open()
|
/linux-6.12.1/fs/nfsd/ |
D | vfs.c | 894 file = dentry_open(&path, flags, current_cred()); in __nfsd_open()
|
/linux-6.12.1/kernel/trace/ |
D | bpf_trace.c | 924 BTF_ID(func, dentry_open) in BTF_ID()
|
/linux-6.12.1/net/unix/ |
D | af_unix.c | 3132 f = dentry_open(&path, O_PATH, current_cred()); in unix_open_file()
|
/linux-6.12.1/security/selinux/ |
D | hooks.c | 2455 devnull = dentry_open(&selinux_null, O_RDWR, cred); in flush_unauthorized_files()
|