Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_xtree.h119 extern s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size);
Djfs_xtree.c3718 s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size) in xtTruncate_pmap() argument
3743 if (committed_size) { in xtTruncate_pmap()
3744 xoff = (committed_size >> JFS_SBI(ip->i_sb)->l2bsize) - 1; in xtTruncate_pmap()