Searched refs:ocfs2_extent_map_trunc (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/fs/ocfs2/ |
D | extent_map.h | 31 void ocfs2_extent_map_trunc(struct inode *inode, unsigned int cluster);
|
D | extent_map.c | 102 void ocfs2_extent_map_trunc(struct inode *inode, unsigned int cpos) in ocfs2_extent_map_trunc() function
|
D | file.c | 2626 ocfs2_extent_map_trunc(inode_in, 0); in ocfs2_remap_file_range() 2627 ocfs2_extent_map_trunc(inode_out, 0); in ocfs2_remap_file_range()
|
D | inode.c | 1157 ocfs2_extent_map_trunc(inode, 0); in ocfs2_clear_inode()
|
D | refcounttree.c | 3469 ocfs2_extent_map_trunc(inode, cow_start); in ocfs2_refcount_cow_hunk() 3889 ocfs2_extent_map_trunc(inode, 0); in ocfs2_attach_refcount_tree()
|
D | alloc.c | 214 ocfs2_extent_map_trunc(inode, clusters); in ocfs2_dinode_extent_map_truncate() 7253 ocfs2_extent_map_trunc(inode, new_highest_cpos); in ocfs2_commit_truncate()
|
D | dlmglue.c | 2334 ocfs2_extent_map_trunc(inode, 0); in ocfs2_inode_lock_update()
|