Searched refs:INODE_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
281 #define INODE_BUFFER_SIZE (INODE_BLOCKS * BLOCK_SIZE) macro606 if (INODE_BUFFER_SIZE != write(dev_fd, inode_buffer, INODE_BUFFER_SIZE)) in write_tables()669 inode_buffer = xmalloc(INODE_BUFFER_SIZE); in read_tables()676 if (INODE_BUFFER_SIZE != read(dev_fd, inode_buffer, INODE_BUFFER_SIZE)) in read_tables()
190 #define INODE_BUFFER_SIZE (INODE_BLOCKS * BLOCK_SIZE) macro248 xwrite(dev_fd, G.inode_buffer, INODE_BUFFER_SIZE); in write_tables()602 G.inode_buffer = xzalloc(INODE_BUFFER_SIZE); in setup_tables()