Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ecryptfs/
Dkthread.c77 *req->lower_file = dentry_open(&req->path, in ecryptfs_threadfn()
149 (*lower_file) = dentry_open(&req.path, flags, cred); in ecryptfs_privileged_open()
/linux-4.4.14/security/keys/
Dbig_key.c196 file = dentry_open(path, O_RDONLY, current_cred()); in big_key_read()
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dinode.c308 filp = dentry_open(path, O_RDONLY, current_cred()); in spufs_context_open()
529 filp = dentry_open(path, O_RDONLY, current_cred()); in spufs_gang_open()
/linux-4.4.14/fs/exportfs/
Dexpfs.c305 file = dentry_open(path, O_RDONLY, cred); in get_name()
/linux-4.4.14/fs/
Dopen.c852 struct file *dentry_open(const struct path *path, int flags, in dentry_open() function
881 EXPORT_SYMBOL(dentry_open);
/linux-4.4.14/fs/autofs4/
Ddev-ioctl.c253 filp = dentry_open(&path, O_RDONLY, current_cred()); in autofs_dev_ioctl_open_mountpoint()
/linux-4.4.14/ipc/
Dmqueue.c754 return dentry_open(path, oflag, cred); in do_create()
768 return dentry_open(path, oflag, current_cred()); in do_open()
/linux-4.4.14/fs/notify/fanotify/
Dfanotify_user.c92 new_file = dentry_open(&event->path, in create_fd()
/linux-4.4.14/fs/cachefiles/
Drdwr.c915 file = dentry_open(&path, O_RDWR | O_LARGEFILE, cache->cache_cred); in cachefiles_write_page()
/linux-4.4.14/Documentation/filesystems/
DLocking70 int (*dentry_open)(struct dentry *, struct file *, const struct cred *);
100 dentry_open: no
Dvfs.txt367 int (*dentry_open)(struct dentry *, struct file *, const struct cred *);
700 dentry_open: *WARNING: probably going away soon, do not use!* This is an
/linux-4.4.14/fs/overlayfs/
Dsuper.c572 return dentry_open(path, flags, current_cred()); in ovl_path_open()
/linux-4.4.14/fs/xfs/
Dxfs_ioctl.c253 filp = dentry_open(&path, hreq->oflags, cred); in xfs_open_by_handle()
/linux-4.4.14/fs/nfsd/
Dvfs.c698 file = dentry_open(&path, flags, current_cred()); in nfsd_open()
/linux-4.4.14/include/linux/
Dfs.h2231 extern struct file * dentry_open(const struct path *, int, const struct cred *);
/linux-4.4.14/security/selinux/
Dhooks.c2382 devnull = dentry_open(&selinux_null, O_RDWR, cred); in flush_unauthorized_files()