Home
last modified time | relevance | path

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

/openbmc/linux/fs/ecryptfs/
H 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()
H A Dfile.c295 lower_file = dentry_open(ecryptfs_dentry_to_lower_path(ecryptfs_dentry), in ecryptfs_dir_open()
/openbmc/linux/security/keys/
H A Dbig_key.c246 file = dentry_open(&payload->path, O_RDONLY, current_cred()); in big_key_read()
/openbmc/linux/fs/
H A Dnsfs.c177 f = dentry_open(&path, O_RDONLY, current_cred()); in open_related_ns()
H A Dopen.c1066 struct file *dentry_open(const struct path *path, int flags, in dentry_open() function
1085 EXPORT_SYMBOL(dentry_open);
H A Dnamespace.c2679 file = dentry_open(path, O_PATH, current_cred()); in open_detached_copy()
2727 file = dentry_open(&path, O_PATH, current_cred()); in SYSCALL_DEFINE3()
4046 file = dentry_open(&newmount, O_PATH, fc->cred); in SYSCALL_DEFINE3()
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H 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()
/openbmc/linux/fs/exportfs/
H A Dexpfs.c312 file = dentry_open(path, O_RDONLY, cred); in get_name()
/openbmc/linux/fs/autofs/
H A Ddev-ioctl.c240 filp = dentry_open(&path, O_RDONLY, current_cred()); in autofs_dev_ioctl_open_mountpoint()
/openbmc/linux/security/apparmor/
H A Dfile.c696 devnull = dentry_open(&aa_null, O_RDWR, cred); in aa_inherit_files()
/openbmc/linux/security/integrity/ima/
H A Dima_crypto.c558 f = dentry_open(&file->f_path, flags, file->f_cred); in ima_calc_file_hash()
/openbmc/linux/drivers/tty/
H A Dpty.c626 filp = dentry_open(&path, flags, current_cred()); in ptm_open_peer()
/openbmc/linux/fs/overlayfs/
H A Dutil.c609 return dentry_open(path, flags, current_cred()); in ovl_path_open()
H A Dinode.c750 file = dentry_open(realpath, flags, current_cred()); in ovl_security_fileattr()
/openbmc/linux/include/linux/
H A Dfs.h2514 struct file *dentry_open(const struct path *path, int flags,
2541 return dentry_open(&file->f_path, file->f_flags, file->f_cred); in file_clone_open()
/openbmc/linux/ipc/
H A Dmqueue.c923 struct file *file = dentry_open(&path, oflag, current_cred()); in do_mq_open()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c266 new_file = dentry_open(path, in create_fd()
/openbmc/linux/fs/smb/server/
H A Dvfs.c1195 dfilp = dentry_open(dir, flags, current_cred()); in ksmbd_vfs_lookup_in_dir()
H A Dsmb2pdu.c3263 filp = dentry_open(&path, open_flags, current_cred()); in smb2_open()
/openbmc/linux/fs/xfs/
H A Dxfs_ioctl.c246 filp = dentry_open(&path, hreq->oflags, cred); in xfs_open_by_handle()
/openbmc/linux/fs/nfsd/
H A Dvfs.c858 file = dentry_open(&path, flags, current_cred()); in __nfsd_open()
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c945 BTF_ID(func, dentry_open) in BTF_ID()
/openbmc/linux/net/unix/
H A Daf_unix.c3041 f = dentry_open(&path, O_PATH, current_cred()); in unix_open_file()
/openbmc/linux/security/selinux/
H A Dhooks.c2442 devnull = dentry_open(&selinux_null, O_RDWR, cred); in flush_unauthorized_files()