Searched refs:xtTruncate_pmap (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/jfs/
H A Djfs_xtree.h109 extern s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size);
H A Dnamei.c566 new_size = xtTruncate_pmap(tid, ip, new_size);
673 return xtTruncate_pmap(tid, ip, 0);
1316 new_size = xtTruncate_pmap(tid, new_ip, new_size);
H A Djfs_xtree.c2166 * Call xtTruncate_pmap instead
2722 * xtTruncate_pmap()
2744 s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size) function

Completed in 92 milliseconds