Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_xtree.c2191 s64 teof; in xtTruncate() local
2254 teof = (newsize + (JFS_SBI(ip->i_sb)->bsize - 1)) >> in xtTruncate()
2307 if (teof >= xoff + xlen) { in xtTruncate()
2344 if (S_ISDIR(ip->i_mode) && (teof == 0)) in xtTruncate()
2352 if (teof < xoff) { in xtTruncate()
2369 if (teof == xoff) { in xtTruncate()
2383 else if (teof < xoff + xlen) { in xtTruncate()
2385 len = teof - xoff; in xtTruncate()