Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/fs/hmdfs/
Dfile_local.c39 lower_file = dentry_open(&lower_path, file->f_flags, cred); in hmdfs_file_open_local()
257 lower_file = dentry_open(&lower_path, file->f_flags, cred); in hmdfs_dir_open_local()
Dfile_merge.c408 lower_file = dentry_open(&lo_p, file->f_flags, cred); in do_dir_open_merge()
563 lower_file = dentry_open(&lo_p, file->f_flags, cred); in hmdfs_file_open_merge()
Dstash.c230 filp = dentry_open(&stash, O_LARGEFILE | O_WRONLY, current_cred()); in hmdfs_new_stash_file()
973 filp = dentry_open(&peer_path, O_RDONLY | O_DIRECTORY, current_cred()); in hmdfs_open_stash_dir()
1615 filp = dentry_open(&c_path, O_RDONLY | O_LARGEFILE, current_cred()); in hmdfs_open_stash_file()
Dhmdfs_server.c620 info->file = dentry_open(path, O_RDWR | O_LARGEFILE, current_cred()); in hmdfs_dentry_open()
1373 file = dentry_open(path, O_RDONLY | O_DIRECTORY, current_cred()); in hmdfs_server_rebuild_dents()
Dinode_local.c206 file = dentry_open(lower_parent_path, O_RDONLY, cred); in __lookup_nosensitive()
/kernel/linux/linux-5.10/security/keys/
Dbig_key.c249 file = dentry_open(path, O_RDONLY, current_cred()); in big_key_read()
/kernel/linux/linux-5.10/fs/sharefs/
Dfile.c35 lower_file = dentry_open(&lower_path, file->f_flags, current_cred()); in sharefs_open()
/kernel/linux/linux-5.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.c2434 file = dentry_open(path, O_PATH, current_cred()); in open_detached_copy()
2482 file = dentry_open(&path, O_PATH, current_cred()); in SYSCALL_DEFINE3()
3579 file = dentry_open(&newmount, O_PATH, fc->cred); in SYSCALL_DEFINE3()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/fs/exportfs/
Dexpfs.c313 file = dentry_open(path, O_RDONLY, cred); in get_name()
/kernel/linux/linux-5.10/fs/autofs/
Ddev-ioctl.c239 filp = dentry_open(&path, O_RDONLY, current_cred()); in autofs_dev_ioctl_open_mountpoint()
/kernel/linux/linux-5.10/security/apparmor/
Dfile.c698 devnull = dentry_open(&aa_null, O_RDWR, cred); in aa_inherit_files()
/kernel/linux/linux-5.10/security/integrity/ima/
Dima_crypto.c558 f = dentry_open(&file->f_path, flags, file->f_cred); in ima_calc_file_hash()
/kernel/linux/linux-5.10/fs/overlayfs/
Dutil.c489 return dentry_open(path, flags, current_cred()); in ovl_path_open()
/kernel/linux/linux-5.10/drivers/tty/
Dpty.c637 filp = dentry_open(&path, flags, current_cred()); in ptm_open_peer()
/kernel/linux/linux-5.10/fs/cachefiles/
Drdwr.c921 file = dentry_open(&path, O_RDWR | O_LARGEFILE, cache->cache_cred); in cachefiles_write_page()
/kernel/linux/linux-5.10/fs/notify/fanotify/
Dfanotify_user.c142 new_file = dentry_open(path, in create_fd()
/kernel/linux/linux-5.10/include/linux/
Dfs.h2556 extern struct file * dentry_open(const struct path *, int, const struct cred *);
2561 return dentry_open(&file->f_path, file->f_flags, file->f_cred); in file_clone_open()
/kernel/linux/linux-5.10/ipc/
Dmqueue.c922 struct file *file = dentry_open(&path, oflag, current_cred()); in do_mq_open()
/kernel/linux/linux-5.10/kernel/trace/
Dbpf_trace.c1155 BTF_ID(func, dentry_open) in BTF_ID()
/kernel/linux/linux-5.10/fs/nfsd/
Dvfs.c782 file = dentry_open(&path, flags, current_cred()); in __nfsd_open()

12