Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Daops.c2154 sector_t endblk = (i_size_read(inode) - 1) >> i_blkbits; in ocfs2_dio_wr_get_block() local
2172 if ((iblock <= endblk) && in ocfs2_dio_wr_get_block()
2173 ((iblock + ((len - 1) >> i_blkbits)) > endblk)) in ocfs2_dio_wr_get_block()
2174 len = (endblk - iblock + 1) << i_blkbits; in ocfs2_dio_wr_get_block()
2259 if (iblock > endblk) in ocfs2_dio_wr_get_block()