Searched refs:xtTruncate_pmap (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.10/fs/jfs/ | 
| D | jfs_xtree.h | 106 extern s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size);
 | 
| D | namei.c | 564 		new_size = xtTruncate_pmap(tid, ip, new_size);  in jfs_unlink()671 		return xtTruncate_pmap(tid, ip, 0);  in commitZeroLink()
 1308 		new_size = xtTruncate_pmap(tid, new_ip, new_size);  in jfs_rename()
 
 | 
| D | jfs_xtree.c | 3705 s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size)  in xtTruncate_pmap()  function
 |