#include <linux/kthread.h>
#include <linux/freezer.h>
#include <linux/slab.h>
#include <linux/wait.h>
#include <linux/mount.h>
#include "ecryptfs_kernel.h"
Go to the source code of this file.
#define ECRYPTFS_KTHREAD_ZOMBIE 0x00000001 |
ecryptfs_privileged_open : Result of dentry_open by root on lower dentry : Lower dentry for file to open : Lower vfsmount for file to open
This function gets a r/w file opened againt the lower dentry.
Returns zero on success; non-zero otherwise
Definition at line 130 of file kthread.c.