Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A 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()
H A Dfile.c276 lower_file = dentry_open(ecryptfs_dentry_to_lower_path(ecryptfs_dentry), in ecryptfs_dir_open()
/OK3568_Linux_fs/kernel/security/keys/
H A Dbig_key.c249 file = dentry_open(path, O_RDONLY, current_cred()); in big_key_read()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/
H A 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()
/OK3568_Linux_fs/kernel/fs/
H A Dnsfs.c176 f = dentry_open(&path, O_RDONLY, current_cred()); in open_related_ns()
H A Dopen.c945 struct file *dentry_open(const struct path *path, int flags, in dentry_open() function
966 EXPORT_SYMBOL(dentry_open);
H A Dnamespace.c2433 file = dentry_open(path, O_PATH, current_cred()); in open_detached_copy()
2481 file = dentry_open(&path, O_PATH, current_cred()); in SYSCALL_DEFINE3()
3578 file = dentry_open(&newmount, O_PATH, fc->cred); in SYSCALL_DEFINE3()
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dpseudo_files.c251 dir_f = dentry_open(base_path, O_RDONLY | O_NOATIME, current_cred()); in dir_relative_path_resolve()
320 new_file = dentry_open(&path, O_RDWR | O_NOATIME | O_LARGEFILE, in init_new_file()
722 new_file = dentry_open(&path, O_RDWR | O_NOATIME | O_LARGEFILE, in init_new_mapped_file()
H A Ddata_mgmt.c252 bf = dentry_open(&path, O_RDWR | O_NOATIME | O_LARGEFILE, in handle_mapped_file()
H A Dvfs.c1430 backing_file = dentry_open(&backing_path, flags, current_cred()); in file_open()
/OK3568_Linux_fs/kernel/fs/exportfs/
H A Dexpfs.c313 file = dentry_open(path, O_RDONLY, cred); in get_name()
/OK3568_Linux_fs/kernel/fs/autofs/
H A Ddev-ioctl.c239 filp = dentry_open(&path, O_RDONLY, current_cred()); in autofs_dev_ioctl_open_mountpoint()
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dfile.c698 devnull = dentry_open(&aa_null, O_RDWR, cred); in aa_inherit_files()
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_crypto.c558 f = dentry_open(&file->f_path, flags, file->f_cred); in ima_calc_file_hash()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dutil.c497 return dentry_open(path, flags, current_cred()); in ovl_path_open()
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Drdwr.c921 file = dentry_open(&path, O_RDWR | O_LARGEFILE, cache->cache_cred); in cachefiles_write_page()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dpty.c637 filp = dentry_open(&path, flags, current_cred()); in ptm_open_peer()
/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify_user.c142 new_file = dentry_open(path, in create_fd()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h2612 extern struct file * dentry_open(const struct path *, int, const struct cred *);
2617 return dentry_open(&file->f_path, file->f_flags, file->f_cred); in file_clone_open()
/OK3568_Linux_fs/kernel/ipc/
H A Dmqueue.c922 struct file *file = dentry_open(&path, oflag, current_cred()); in do_mq_open()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dbpf_trace.c1155 BTF_ID(func, dentry_open) in BTF_ID()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_ioctl.c243 filp = dentry_open(&path, hreq->oflags, cred); in xfs_open_by_handle()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dvfs.c782 file = dentry_open(&path, flags, current_cred()); in __nfsd_open()
/OK3568_Linux_fs/kernel/net/unix/
H A Daf_unix.c2667 f = dentry_open(&path, O_PATH, current_cred()); in unix_open_file()
/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c2460 devnull = dentry_open(&selinux_null, O_RDWR, cred); in flush_unauthorized_files()