Lines Matching refs:bytes_to_blks
1862 static inline u64 bytes_to_blks(struct inode *inode, u64 bytes)
2010 if (bytes_to_blks(inode, len) == 0)
2013 start_blk = bytes_to_blks(inode, start);
2014 last_blk = bytes_to_blks(inode, start + len - 1);
2019 map.m_len = bytes_to_blks(inode, len);
2095 start_blk += bytes_to_blks(inode, size);
2137 last_block_in_file = bytes_to_blks(inode,
2249 last_block_in_file = bytes_to_blks(inode,
3985 last_lblock = bytes_to_blks(inode, i_size_read(inode));
4217 map.m_lblk = bytes_to_blks(inode, offset);
4218 map.m_len = bytes_to_blks(inode, offset + length - 1) - map.m_lblk + 1;