Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dfileio.c419 if ((blk == 0) || (ret_flags & BMAP_RET_UNINIT)) in ext2fs_file_zero_past_offset()
Dbmap.c236 *ret_flags |= BMAP_RET_UNINIT; in extent_bmap()
Dext2fs.h523 #define BMAP_RET_UNINIT 0x0001 macro