Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_xtree.c2205 s64 teof; in xtTruncate() local
2268 teof = (newsize + (JFS_SBI(ip->i_sb)->bsize - 1)) >> in xtTruncate()
2321 if (teof >= xoff + xlen) { in xtTruncate()
2358 if (S_ISDIR(ip->i_mode) && (teof == 0)) in xtTruncate()
2366 if (teof < xoff) { in xtTruncate()
2383 if (teof == xoff) { in xtTruncate()
2397 else if (teof < xoff + xlen) { in xtTruncate()
2399 len = teof - xoff; in xtTruncate()