Searched refs:ret_count (Results 1 – 5 of 5) sorted by relevance
466 struct exfat_chain *p_chain, unsigned int *ret_count) in exfat_count_num_clusters() argument473 *ret_count = 0; in exfat_count_num_clusters()478 *ret_count = p_chain->size; in exfat_count_num_clusters()492 *ret_count = count; in exfat_count_num_clusters()
217 int exfat_count_used_clusters(struct super_block *sb, unsigned int *ret_count) in exfat_count_used_clusters() argument243 *ret_count = count; in exfat_count_used_clusters()
451 struct exfat_chain *p_chain, unsigned int *ret_count);459 int exfat_count_used_clusters(struct super_block *sb, unsigned int *ret_count);
36 u64 *ret_count, unsigned int *extent_flags);
669 u64 *ret_count, unsigned int *extent_flags) in ocfs2_extent_map_get_blocks() argument695 if (ret_count) { in ocfs2_extent_map_get_blocks()696 *ret_count = ocfs2_clusters_to_blocks(inode->i_sb, num_clusters); in ocfs2_extent_map_get_blocks()697 *ret_count -= v_blkno & (u64)(bpc - 1); in ocfs2_extent_map_get_blocks()
Completed in 13 milliseconds