Searched refs:inode_offset (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/fs/ext4/
H A Dinode.c3881 int inodes_per_block, inode_offset; __ext4_get_inode_loc() local
3896 inode_offset = ((inode->i_ino - 1) % __ext4_get_inode_loc()
3898 block = ext4_inode_table(sb, gdp) + (inode_offset / inodes_per_block); __ext4_get_inode_loc()
3899 iloc->offset = (inode_offset % inodes_per_block) * EXT4_INODE_SIZE(sb); __ext4_get_inode_loc()
3931 start = inode_offset & ~(inodes_per_block - 1); __ext4_get_inode_loc()
3948 if (i == inode_offset) __ext4_get_inode_loc()
/linux-4.1.27/fs/ext3/
H A Dinode.c2732 int inode_offset, i; __ext3_get_inode_loc() local
2740 inode_offset = ((inode->i_ino - 1) % __ext3_get_inode_loc()
2742 start = inode_offset & ~(inodes_per_buffer - 1); __ext3_get_inode_loc()
2765 if (i == inode_offset) __ext3_get_inode_loc()

Completed in 123 milliseconds