Home
last modified time | relevance | path

Searched refs:INODE_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/util-linux/
Dfsck_minix.c281 #define INODE_BUFFER_SIZE (INODE_BLOCKS * BLOCK_SIZE) macro
606 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()
Dmkfs_minix.c190 #define INODE_BUFFER_SIZE (INODE_BLOCKS * BLOCK_SIZE) macro
248 xwrite(dev_fd, G.inode_buffer, INODE_BUFFER_SIZE); in write_tables()
602 G.inode_buffer = xzalloc(INODE_BUFFER_SIZE); in setup_tables()