Home
last modified time | relevance | path

Searched refs:dentry_open (Results 1 – 22 of 22) sorted by relevance

/Linux-v5.10/fs/ecryptfs/
Dkthread.c62 *req->lower_file = dentry_open(&req->path, in ecryptfs_threadfn()
134 (*lower_file) = dentry_open(&req.path, flags, cred); in ecryptfs_privileged_open()
Dfile.c276 lower_file = dentry_open(ecryptfs_dentry_to_lower_path(ecryptfs_dentry), in ecryptfs_dir_open()
/Linux-v5.10/security/keys/
Dbig_key.c249 file = dentry_open(path, O_RDONLY, current_cred()); in big_key_read()
/Linux-v5.10/fs/
Dnsfs.c176 f = dentry_open(&path, O_RDONLY, current_cred()); in open_related_ns()
Dopen.c934 struct file *dentry_open(const struct path *path, int flags, in dentry_open() function
955 EXPORT_SYMBOL(dentry_open);
Dnamespace.c2409 file = dentry_open(path, O_PATH, current_cred()); in open_detached_copy()
2457 file = dentry_open(&path, O_PATH, current_cred()); in SYSCALL_DEFINE3()
3554 file = dentry_open(&newmount, O_PATH, fc->cred); in SYSCALL_DEFINE3()
/Linux-v5.10/arch/powerpc/platforms/cell/spufs/
Dinode.c288 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()
/Linux-v5.10/fs/exportfs/
Dexpfs.c313 file = dentry_open(path, O_RDONLY, cred); in get_name()
/Linux-v5.10/fs/autofs/
Ddev-ioctl.c239 filp = dentry_open(&path, O_RDONLY, current_cred()); in autofs_dev_ioctl_open_mountpoint()
/Linux-v5.10/security/apparmor/
Dfile.c698 devnull = dentry_open(&aa_null, O_RDWR, cred); in aa_inherit_files()
/Linux-v5.10/security/integrity/ima/
Dima_crypto.c557 f = dentry_open(&file->f_path, flags, file->f_cred); in ima_calc_file_hash()
/Linux-v5.10/fs/overlayfs/
Dutil.c487 return dentry_open(path, flags, current_cred()); in ovl_path_open()
/Linux-v5.10/drivers/tty/
Dpty.c647 filp = dentry_open(&path, flags, current_cred()); in ptm_open_peer()
/Linux-v5.10/fs/cachefiles/
Drdwr.c924 file = dentry_open(&path, O_RDWR | O_LARGEFILE, cache->cache_cred); in cachefiles_write_page()
/Linux-v5.10/fs/notify/fanotify/
Dfanotify_user.c142 new_file = dentry_open(path, in create_fd()
/Linux-v5.10/include/linux/
Dfs.h2533 extern struct file * dentry_open(const struct path *, int, const struct cred *);
2538 return dentry_open(&file->f_path, file->f_flags, file->f_cred); in file_clone_open()
/Linux-v5.10/ipc/
Dmqueue.c908 struct file *file = dentry_open(&path, oflag, current_cred()); in do_mq_open()
/Linux-v5.10/kernel/trace/
Dbpf_trace.c1170 BTF_ID(func, dentry_open) in BTF_ID()
/Linux-v5.10/fs/nfsd/
Dvfs.c774 file = dentry_open(&path, flags, current_cred()); in __nfsd_open()
/Linux-v5.10/fs/xfs/
Dxfs_ioctl.c243 filp = dentry_open(&path, hreq->oflags, cred); in xfs_open_by_handle()
/Linux-v5.10/net/unix/
Daf_unix.c2597 f = dentry_open(&path, O_PATH, current_cred()); in unix_open_file()
/Linux-v5.10/security/selinux/
Dhooks.c2447 devnull = dentry_open(&selinux_null, O_RDWR, cred); in flush_unauthorized_files()