Searched refs:ocfs2_zero_range_for_truncate (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ocfs2/
H A Dalloc.h215 int ocfs2_zero_range_for_truncate(struct inode *inode, handle_t *handle,
H A Dfile.c350 * no space for ocfs2_zero_range_for_truncate to fill, so no need to
384 * since we will call ocfs2_zero_range_for_truncate later which will
414 status = ocfs2_zero_range_for_truncate(inode, handle, new_i_size,
1632 * first call to ocfs2_zero_range_for_truncate() truncate and move on
1649 ret = ocfs2_zero_range_for_truncate(inode, handle, start,
1666 ret = ocfs2_zero_range_for_truncate(inode, handle, start, end);
H A Dalloc.c6940 int ocfs2_zero_range_for_truncate(struct inode *inode, handle_t *handle, function

Completed in 147 milliseconds