Searched refs:ocfs2_extent_map_trunc (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/fs/ocfs2/ |
D | extent_map.h | 29 void ocfs2_extent_map_trunc(struct inode *inode, unsigned int cluster);
|
D | extent_map.c | 100 void ocfs2_extent_map_trunc(struct inode *inode, unsigned int cpos) in ocfs2_extent_map_trunc() function
|
D | file.c | 2695 ocfs2_extent_map_trunc(inode_in, 0); in ocfs2_remap_file_range() 2696 ocfs2_extent_map_trunc(inode_out, 0); in ocfs2_remap_file_range()
|
D | inode.c | 1155 ocfs2_extent_map_trunc(inode, 0); in ocfs2_clear_inode()
|
D | refcounttree.c | 3441 ocfs2_extent_map_trunc(inode, cow_start); in ocfs2_refcount_cow_hunk() 3861 ocfs2_extent_map_trunc(inode, 0); in ocfs2_attach_refcount_tree()
|
D | alloc.c | 212 ocfs2_extent_map_trunc(inode, clusters); in ocfs2_dinode_extent_map_truncate() 7235 ocfs2_extent_map_trunc(inode, new_highest_cpos); in ocfs2_commit_truncate()
|
D | dlmglue.c | 2342 ocfs2_extent_map_trunc(inode, 0); in ocfs2_inode_lock_update()
|