Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dext2_io.h35 #define CHANNEL_FLAGS_BLOCK_DEVICE 0x04 macro
Dunix_io.c738 io->flags |= CHANNEL_FLAGS_BLOCK_DEVICE; in unix_open_channel()
762 if (io->flags & CHANNEL_FLAGS_BLOCK_DEVICE) { in unix_open_channel()
1262 if (channel->flags & CHANNEL_FLAGS_BLOCK_DEVICE) { in unix_discard()
1340 if (!(channel->flags & CHANNEL_FLAGS_BLOCK_DEVICE)) { in unix_zeroout()
Dwindows_io.c516 io->flags |= CHANNEL_FLAGS_BLOCK_DEVICE; in windows_open_channel()
948 if (channel->flags & CHANNEL_FLAGS_BLOCK_DEVICE) { in windows_zeroout()