Searched refs:dentry_open (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/fs/ecryptfs/ |
D | kthread.c | 77 *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/ |
D | big_key.c | 196 file = dentry_open(path, O_RDONLY, current_cred()); in big_key_read()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 308 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/ |
D | expfs.c | 305 file = dentry_open(path, O_RDONLY, cred); in get_name()
|
/linux-4.4.14/fs/ |
D | open.c | 852 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/ |
D | dev-ioctl.c | 253 filp = dentry_open(&path, O_RDONLY, current_cred()); in autofs_dev_ioctl_open_mountpoint()
|
/linux-4.4.14/ipc/ |
D | mqueue.c | 754 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/ |
D | fanotify_user.c | 92 new_file = dentry_open(&event->path, in create_fd()
|
/linux-4.4.14/fs/cachefiles/ |
D | rdwr.c | 915 file = dentry_open(&path, O_RDWR | O_LARGEFILE, cache->cache_cred); in cachefiles_write_page()
|
/linux-4.4.14/Documentation/filesystems/ |
D | Locking | 70 int (*dentry_open)(struct dentry *, struct file *, const struct cred *); 100 dentry_open: no
|
D | vfs.txt | 367 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/ |
D | super.c | 572 return dentry_open(path, flags, current_cred()); in ovl_path_open()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_ioctl.c | 253 filp = dentry_open(&path, hreq->oflags, cred); in xfs_open_by_handle()
|
/linux-4.4.14/fs/nfsd/ |
D | vfs.c | 698 file = dentry_open(&path, flags, current_cred()); in nfsd_open()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 2231 extern struct file * dentry_open(const struct path *, int, const struct cred *);
|
/linux-4.4.14/security/selinux/ |
D | hooks.c | 2382 devnull = dentry_open(&selinux_null, O_RDWR, cred); in flush_unauthorized_files()
|