Home
last modified time | relevance | path

Searched refs:CHANNEL_FLAGS_DISCARD_ZEROES (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dext2_io.h34 #define CHANNEL_FLAGS_DISCARD_ZEROES 0x02 macro
38 #define io_channel_discard_zeroes_data(i) (i->flags & CHANNEL_FLAGS_DISCARD_ZEROES)
Dundo_io.c757 io->flags = (io->flags & ~CHANNEL_FLAGS_DISCARD_ZEROES) | in undo_open()
758 (data->real->flags & CHANNEL_FLAGS_DISCARD_ZEROES); in undo_open()
Dunix_io.c790 io->flags |= CHANNEL_FLAGS_DISCARD_ZEROES; in unix_open_channel()
798 io->flags |= CHANNEL_FLAGS_DISCARD_ZEROES; in unix_open_channel()
Dwindows_io.c515 io->flags |= CHANNEL_FLAGS_DISCARD_ZEROES; in windows_open_channel()