Searched refs:EXT2_BLOCK_ASSIGNED (Results 1 – 2 of 2) sorted by relevance
98 b->flags = EXT2_BLOCK_ASSIGNED; in ext2_get_block()125 if (!(b->flags & EXT2_BLOCK_ASSIGNED)) { in ext2_write_block()166 if (b->flags & EXT2_BLOCK_ASSIGNED) { in ext2_assign_block_num()177 b->flags |= EXT2_BLOCK_ASSIGNED; in ext2_assign_block_num()769 if (!(b->flags & EXT2_BLOCK_ASSIGNED)) { in write_one_block()
133 #define EXT2_BLOCK_ASSIGNED BIT(0) macro