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

/linux-master/fs/ocfs2/
H A Daops.c2152 sector_t endblk = (i_size_read(inode) - 1) >> i_blkbits; local
2165 * iblock endblk
2170 if ((iblock <= endblk) &&
2171 ((iblock + ((len - 1) >> i_blkbits)) > endblk))
2172 len = (endblk - iblock + 1) << i_blkbits;
2257 if (iblock > endblk)

Completed in 273 milliseconds