Home
last modified time | relevance | path

Searched refs:v_cluster (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ocfs2/
H A Dextent_map.c314 * larger than v_cluster.
317 u32 v_cluster) in ocfs2_search_for_hole_index() argument
325 if (v_cluster < le32_to_cpu(rec->e_cpos)) in ocfs2_search_for_hole_index()
333 * Figure out the size of a hole which starts at v_cluster within the given
336 * If there is no more allocation past v_cluster, we return the maximum
337 * cluster size minus v_cluster.
346 u32 v_cluster, in ocfs2_figure_hole_clusters() argument
353 i = ocfs2_search_for_hole_index(el, v_cluster); in ocfs2_figure_hole_clusters()
375 i = ocfs2_search_for_hole_index(el, v_cluster); in ocfs2_figure_hole_clusters()
385 *num_clusters = UINT_MAX - v_cluster; in ocfs2_figure_hole_clusters()
398 ocfs2_get_clusters_nocache(struct inode * inode,struct buffer_head * di_bh,u32 v_cluster,unsigned int * hole_len,struct ocfs2_extent_rec * ret_rec,unsigned int * is_last) ocfs2_get_clusters_nocache() argument
526 ocfs2_relative_extent_offsets(struct super_block * sb,u32 v_cluster,struct ocfs2_extent_rec * rec,u32 * p_cluster,u32 * num_clusters) ocfs2_relative_extent_offsets() argument
540 ocfs2_xattr_get_clusters(struct inode * inode,u32 v_cluster,u32 * p_cluster,u32 * num_clusters,struct ocfs2_extent_list * el,unsigned int * extent_flags) ocfs2_xattr_get_clusters() argument
605 ocfs2_get_clusters(struct inode * inode,u32 v_cluster,u32 * p_cluster,u32 * num_clusters,unsigned int * extent_flags) ocfs2_get_clusters() argument
[all...]
H A Dextent_map.h33 int ocfs2_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster,
46 int ocfs2_xattr_get_clusters(struct inode *inode, u32 v_cluster,
58 u32 v_cluster,
H A Dalloc.h226 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster);
H A Dalloc.c761 * Return the index of the extent record which contains cluster #v_cluster.
766 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster) in ocfs2_search_extent_list() argument
781 if (v_cluster >= rec_start && v_cluster < rec_end) { in ocfs2_search_extent_list()