Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_xtree.c3152 s64 teof; in xtTruncate() local
3215 teof = (newsize + (JFS_SBI(ip->i_sb)->bsize - 1)) >> in xtTruncate()
3268 if (teof >= xoff + xlen) { in xtTruncate()
3305 if (S_ISDIR(ip->i_mode) && (teof == 0)) in xtTruncate()
3313 if (teof < xoff) { in xtTruncate()
3330 if (teof == xoff) { in xtTruncate()
3344 else if (teof < xoff + xlen) { in xtTruncate()
3346 len = teof - xoff; in xtTruncate()