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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_xtree.h125 extern s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int type);
H A Dinode.c374 xtTruncate(0, ip, length, COMMIT_WMAP);
389 newsize = xtTruncate(tid, ip, length,
H A Dnamei.c561 * If xtTruncate was incomplete, commit synchronously to avoid
767 xtTruncate(0, ip, 0, COMMIT_WMAP);
1007 xtTruncate(tid, ip, 0, COMMIT_PWMAP);
1030 xtTruncate(tid, ip, 0, COMMIT_PWMAP);
H A Djfs_dtree.c420 xtTruncate(tid, ip, 0, COMMIT_PWMAP);
462 xtTruncate(tid, ip, offset, COMMIT_PWMAP);
2853 * xtTruncate isn't guaranteed to fully truncate
2860 xtTruncate(tid, ip, 0, COMMIT_PWMAP);
H A Djfs_imap.c2570 xtTruncate(tid, ipimap, ipimap->i_size - PSIZE,
H A Djfs_xtree.c3109 * no more than 50 leaf pages will be locked. The caller of xtTruncate
3117 * xtTruncate()
3163 s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int flag) function
3653 jfs_error(ip->i_sb, "stack overrun in xtTruncate!");

Completed in 207 milliseconds