Searched refs:IO_ENCRYPTED (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cluster.c3383 if (flags & IO_ENCRYPTED) {
3394 * Alternatively, if IO_ENCRYPTED is set, then we want to bypass the cache as well.
3401 if (((flags & IO_NOCACHE) || (flags & IO_ENCRYPTED)) && UIO_SEG_IS_USER_SPACE(uio->uio_segflg)) {
3500 if (flags & IO_ENCRYPTED) {
4042 if (flags & IO_ENCRYPTED) {
4112 if ((flags & IO_ENCRYPTED) && (misaligned)) {
4150 if ((strict_uncached_IO == FALSE) && ((flags & IO_ENCRYPTED) == 0)) {
4217 if (flags & IO_ENCRYPTED) {
4257 if ((strict_uncached_IO == FALSE) && ((flags & IO_ENCRYPTED) == 0)) {
4435 if ((flags & IO_ENCRYPTED)
[all...]
H A Dvfs_vnops.c926 ioflag |= IO_ENCRYPTED;
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dvnode.h150 #define IO_ENCRYPTED 0x20000 /* Retrieve encrypted blocks from the filesystem */ macro
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cprotect.c825 if ((vnop == CP_READ_ACCESS) && (ioflag & IO_ENCRYPTED)) {
866 if ((vnop == CP_READ_ACCESS) && (ioflag & IO_ENCRYPTED)) {

Completed in 84 milliseconds