Home
last modified time | relevance | path

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

/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()
/fs/hppfs/
Dhppfs.c439 data->proc_file = dentry_open(&path, file_mode(file->f_mode), cred); in hppfs_open()
494 data->proc_file = dentry_open(&path, file_mode(file->f_mode), cred); in hppfs_dir_open()
/fs/sdcardfs/
Dlookup.c298 file = dentry_open(lower_parent_path, O_RDONLY, cred); in __sdcardfs_lookup()
Dfile.c252 lower_file = dentry_open(&lower_path, file->f_flags, current_cred()); in sdcardfs_open()
/fs/exportfs/
Dexpfs.c273 file = dentry_open(path, O_RDONLY, cred); in get_name()
/fs/
Dopen.c802 struct file *dentry_open(const struct path *path, int flags, in dentry_open() function
832 EXPORT_SYMBOL(dentry_open);
/fs/autofs4/
Ddev-ioctl.c246 filp = dentry_open(&path, O_RDONLY, current_cred()); in autofs_dev_ioctl_open_mountpoint()
/fs/cachefiles/
Drdwr.c942 file = dentry_open(&path, O_RDWR | O_LARGEFILE, cache->cache_cred); in cachefiles_write_page()
/fs/notify/fanotify/
Dfanotify_user.c89 new_file = dentry_open(&event->path, in create_fd()
/fs/xfs/
Dxfs_ioctl.c259 filp = dentry_open(&path, hreq->oflags, cred); in xfs_open_by_handle()
/fs/nfsd/
Dvfs.c804 *filp = dentry_open(&path, flags, current_cred()); in nfsd_open()
/fs/btrfs/
Dsend.c2144 filp = dentry_open(&path, O_RDONLY | O_LARGEFILE, current_cred()); in open_cur_inode_file()