Home
last modified time | relevance | path

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

/fs/ecryptfs/
Dkthread.c62 *req->lower_file = dentry_open(&req->path, in ecryptfs_threadfn()
135 (*lower_file) = dentry_open(&req.path, flags, cred); in ecryptfs_privileged_open()
Dfile.c270 lower_file = dentry_open(ecryptfs_dentry_to_lower_path(ecryptfs_dentry), in ecryptfs_dir_open()
/fs/incfs/
Dpseudo_files.c252 dir_f = dentry_open(base_path, O_RDONLY | O_NOATIME, current_cred()); in dir_relative_path_resolve()
321 new_file = dentry_open(&path, O_RDWR | O_NOATIME | O_LARGEFILE, in init_new_file()
723 new_file = dentry_open(&path, O_RDWR | O_NOATIME | O_LARGEFILE, in init_new_mapped_file()
Ddata_mgmt.c251 bf = dentry_open(&path, O_RDWR | O_NOATIME | O_LARGEFILE, in handle_mapped_file()
Dvfs.c1466 backing_file = dentry_open(&backing_path, flags, current_cred()); in file_open()
/fs/
Dnsfs.c176 f = dentry_open(&path, O_RDONLY, current_cred()); in open_related_ns()
Dopen.c1018 struct file *dentry_open(const struct path *path, int flags, in dentry_open() function
1039 EXPORT_SYMBOL(dentry_open);
Dnamespace.c2496 file = dentry_open(path, O_PATH, current_cred()); in open_detached_copy()
2544 file = dentry_open(&path, O_PATH, current_cred()); in SYSCALL_DEFINE3()
3745 file = dentry_open(&newmount, O_PATH, fc->cred); in SYSCALL_DEFINE3()
/fs/exportfs/
Dexpfs.c312 file = dentry_open(path, O_RDONLY, cred); in get_name()
/fs/autofs/
Ddev-ioctl.c240 filp = dentry_open(&path, O_RDONLY, current_cred()); in autofs_dev_ioctl_open_mountpoint()
/fs/overlayfs/
Dutil.c548 return dentry_open(path, flags, current_cred()); in ovl_path_open()
Dinode.c597 file = dentry_open(realpath, O_RDONLY, current_cred()); in ovl_security_fileattr()
/fs/fuse/
Dbacking.c114 backing_file = dentry_open(&fd->backing_path, in fuse_open_backing()
193 backing_file = dentry_open(&fuse_dentry->backing_path, file->f_flags, in fuse_open_file_backing()
/fs/notify/fanotify/
Dfanotify_user.c266 new_file = dentry_open(path, in create_fd()
/fs/smb/server/
Dvfs.c1180 dfilp = dentry_open(dir, flags, current_cred()); in ksmbd_vfs_lookup_in_dir()
Dsmb2pdu.c3053 filp = dentry_open(&path, open_flags, current_cred()); in smb2_open()
/fs/xfs/
Dxfs_ioctl.c245 filp = dentry_open(&path, hreq->oflags, cred); in xfs_open_by_handle()
/fs/nfsd/
Dvfs.c792 file = dentry_open(&path, flags, current_cred()); in __nfsd_open()