Home
last modified time | relevance | path

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

12

/linux/fs/ecryptfs/
A 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()
A Dfile.c276 lower_file = dentry_open(ecryptfs_dentry_to_lower_path(ecryptfs_dentry), in ecryptfs_dir_open()
/linux/security/keys/
A Dbig_key.c247 file = dentry_open(path, O_RDONLY, current_cred()); in big_key_read()
/linux/arch/powerpc/platforms/cell/spufs/
A Dinode.c287 filp = dentry_open(path, O_RDONLY, current_cred()); in spufs_context_open()
507 filp = dentry_open(path, O_RDONLY, current_cred()); in spufs_gang_open()
/linux/fs/
A Dnsfs.c176 f = dentry_open(&path, O_RDONLY, current_cred()); in open_related_ns()
A Dopen.c960 struct file *dentry_open(const struct path *path, int flags, in dentry_open() function
981 EXPORT_SYMBOL(dentry_open);
A Dnamespace.c2446 file = dentry_open(path, O_PATH, current_cred()); in open_detached_copy()
2494 file = dentry_open(&path, O_PATH, current_cred()); in SYSCALL_DEFINE3()
3682 file = dentry_open(&newmount, O_PATH, fc->cred); in SYSCALL_DEFINE3()
/linux/fs/exportfs/
A Dexpfs.c313 file = dentry_open(path, O_RDONLY, cred); in get_name()
/linux/fs/autofs/
A Ddev-ioctl.c240 filp = dentry_open(&path, O_RDONLY, current_cred()); in autofs_dev_ioctl_open_mountpoint()
/linux/security/apparmor/
A Dfile.c700 devnull = dentry_open(&aa_null, O_RDWR, cred); in aa_inherit_files()
/linux/security/integrity/ima/
A Dima_crypto.c557 f = dentry_open(&file->f_path, flags, file->f_cred); in ima_calc_file_hash()
/linux/fs/cachefiles/
A Drdwr.c921 file = dentry_open(&path, O_RDWR | O_LARGEFILE, cache->cache_cred); in cachefiles_write_page()
/linux/fs/overlayfs/
A Dutil.c493 return dentry_open(path, flags, current_cred()); in ovl_path_open()
A Dinode.c515 file = dentry_open(realpath, O_RDONLY, current_cred()); in ovl_security_fileattr()
/linux/drivers/tty/
A Dpty.c636 filp = dentry_open(&path, flags, current_cred()); in ptm_open_peer()
/linux/fs/notify/fanotify/
A Dfanotify_user.c246 new_file = dentry_open(path, in create_fd()
/linux/include/linux/
A Dfs.h2744 extern struct file * dentry_open(const struct path *, int, const struct cred *);
2749 return dentry_open(&file->f_path, file->f_flags, file->f_cred); in file_clone_open()
/linux/ipc/
A Dmqueue.c910 struct file *file = dentry_open(&path, oflag, current_cred()); in do_mq_open()
/linux/fs/ksmbd/
A Dvfs.c1185 dfilp = dentry_open(dir, flags, current_cred()); in ksmbd_vfs_lookup_in_dir()
A Dsmb2pdu.c2886 filp = dentry_open(&path, open_flags, current_cred()); in smb2_open()
/linux/fs/xfs/
A Dxfs_ioctl.c244 filp = dentry_open(&path, hreq->oflags, cred); in xfs_open_by_handle()
/linux/kernel/trace/
A Dbpf_trace.c922 BTF_ID(func, dentry_open) in BTF_ID()
/linux/fs/nfsd/
A Dvfs.c751 file = dentry_open(&path, flags, current_cred()); in __nfsd_open()
/linux/net/unix/
A Daf_unix.c2970 f = dentry_open(&path, O_PATH, current_cred()); in unix_open_file()
/linux/security/selinux/
A Dhooks.c2494 devnull = dentry_open(&selinux_null, O_RDWR, cred); in flush_unauthorized_files()

Completed in 109 milliseconds

12