Searched refs:QNX4_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance
31 int bytes = min(size - total, QNX4_BLOCK_SIZE); in qnx4_count_free_blocks()
66 while (blkofs * QNX4_BLOCK_SIZE + offset < dir->i_size) { in qnx4_find_entry()
198 sb_set_blocksize(s, QNX4_BLOCK_SIZE); in qnx4_fill_super()
30 #define QNX4_BLOCK_SIZE 0x200 /* blocksize of 512 bytes */ macro