Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_xtree.c3165 s64 teof; in xtTruncate() local
3228 teof = (newsize + (JFS_SBI(ip->i_sb)->bsize - 1)) >> in xtTruncate()
3281 if (teof >= xoff + xlen) { in xtTruncate()
3318 if (S_ISDIR(ip->i_mode) && (teof == 0)) in xtTruncate()
3326 if (teof < xoff) { in xtTruncate()
3343 if (teof == xoff) { in xtTruncate()
3357 else if (teof < xoff + xlen) { in xtTruncate()
3359 len = teof - xoff; in xtTruncate()