Home
last modified time | relevance | path

Searched refs:ECRYPTFS_DAEMON_IN_POLL (Results 1 – 3 of 3) sorted by relevance

/fs/ecryptfs/
Dmiscdev.c55 if (daemon->flags & ECRYPTFS_DAEMON_IN_POLL) in ecryptfs_miscdev_poll()
57 daemon->flags |= ECRYPTFS_DAEMON_IN_POLL; in ecryptfs_miscdev_poll()
64 daemon->flags &= ~ECRYPTFS_DAEMON_IN_POLL; in ecryptfs_miscdev_poll()
Dmessaging.c178 || (daemon->flags & ECRYPTFS_DAEMON_IN_POLL)) { in ecryptfs_exorcise_daemon()
Decryptfs_kernel.h404 #define ECRYPTFS_DAEMON_IN_POLL 0x00000002 macro