Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext2/
Dext2.h218 #define EXT2_N_BLOCKS (EXT2_TIND_BLOCK + 1) macro
313 __le32 i_block[EXT2_N_BLOCKS];/* Pointers to blocks */
Dinode.c1465 for (n = 0; n < EXT2_N_BLOCKS; n++) in ext2_iget()
1592 } else for (n = 0; n < EXT2_N_BLOCKS; n++) in __ext2_write_inode()