Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_xtree.h102 extern s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size);
Djfs_xtree.c2744 s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size) in xtTruncate_pmap() argument
2769 if (committed_size) { in xtTruncate_pmap()
2770 xoff = (committed_size >> JFS_SBI(ip->i_sb)->l2bsize) - 1; in xtTruncate_pmap()