Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ecryptfs/
Dkthread.c76 *req->lower_file = dentry_open(&req->path, in ecryptfs_threadfn()
148 (*lower_file) = dentry_open(&req.path, flags, cred); in ecryptfs_privileged_open()
Dfile.c290 lower_file = dentry_open(ecryptfs_dentry_to_lower_path(ecryptfs_dentry), in ecryptfs_dir_open()
/Linux-v4.19/fs/
Dnsfs.c177 f = dentry_open(&path, O_RDONLY, current_cred()); in open_related_ns()
Dopen.c883 struct file *dentry_open(const struct path *path, int flags, in dentry_open() function
904 EXPORT_SYMBOL(dentry_open);
/Linux-v4.19/arch/powerpc/platforms/cell/spufs/
Dinode.c308 filp = dentry_open(path, O_RDONLY, current_cred()); in spufs_context_open()
531 filp = dentry_open(path, O_RDONLY, current_cred()); in spufs_gang_open()
/Linux-v4.19/security/keys/
Dbig_key.c379 file = dentry_open(path, O_RDONLY, current_cred()); in big_key_read()
/Linux-v4.19/fs/exportfs/
Dexpfs.c311 file = dentry_open(path, O_RDONLY, cred); in get_name()
/Linux-v4.19/fs/autofs/
Ddev-ioctl.c257 filp = dentry_open(&path, O_RDONLY, current_cred()); in autofs_dev_ioctl_open_mountpoint()
/Linux-v4.19/security/apparmor/
Dfile.c696 devnull = dentry_open(&aa_null, O_RDWR, cred); in aa_inherit_files()
/Linux-v4.19/fs/overlayfs/
Dutil.c482 return dentry_open(path, flags | O_NOATIME, current_cred()); in ovl_path_open()
/Linux-v4.19/drivers/tty/
Dpty.c642 filp = dentry_open(&path, flags, current_cred()); in ptm_open_peer()
/Linux-v4.19/fs/cachefiles/
Drdwr.c920 file = dentry_open(&path, O_RDWR | O_LARGEFILE, cache->cache_cred); in cachefiles_write_page()
/Linux-v4.19/fs/notify/fanotify/
Dfanotify_user.c95 new_file = dentry_open(&event->path, in create_fd()
/Linux-v4.19/include/linux/
Dfs.h2447 extern struct file * dentry_open(const struct path *, int, const struct cred *);
2452 return dentry_open(&file->f_path, file->f_flags, file->f_cred); in file_clone_open()
/Linux-v4.19/ipc/
Dmqueue.c773 struct file *file = dentry_open(&path, oflag, current_cred()); in do_mq_open()
/Linux-v4.19/fs/xfs/
Dxfs_ioctl.c245 filp = dentry_open(&path, hreq->oflags, cred); in xfs_open_by_handle()
/Linux-v4.19/fs/nfsd/
Dvfs.c761 file = dentry_open(&path, flags, current_cred()); in nfsd_open()
/Linux-v4.19/net/unix/
Daf_unix.c2596 f = dentry_open(&path, O_PATH, current_cred()); in unix_open_file()
/Linux-v4.19/security/selinux/
Dhooks.c2626 devnull = dentry_open(&selinux_null, O_RDWR, cred); in flush_unauthorized_files()