Home
last modified time | relevance | path

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

/fs/ocfs2/
Dextent_map.h51 u64 *ret_count, unsigned int *extent_flags);
Dextent_map.c673 u64 *ret_count, unsigned int *extent_flags) in ocfs2_extent_map_get_blocks() argument
699 if (ret_count) { in ocfs2_extent_map_get_blocks()
700 *ret_count = ocfs2_clusters_to_blocks(inode->i_sb, num_clusters); in ocfs2_extent_map_get_blocks()
701 *ret_count -= v_blkno & (u64)(bpc - 1); in ocfs2_extent_map_get_blocks()