Searched defs:clusters (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/arch/arm/include/asm/
H A Dmcpm.h274 struct mcpm_sync_struct clusters[MAX_NR_CLUSTERS]; member in struct:sync_struct
/linux-4.1.27/fs/ntfs/
H A Dlcnalloc.c153 s64 clusters; ntfs_cluster_alloc() local
/linux-4.1.27/fs/ocfs2/
H A Dresize.c177 static int update_backups(struct inode * inode, u32 clusters, char *data) update_backups() argument
220 u32 clusters = 0; ocfs2_update_super_and_backups() local
H A Docfs2_ioctl.h60 __u32 clusters; /* Total number of clusters in this group */ member in struct:ocfs2_new_group_input
H A Dfile.c1371 u32 cpos, clusters, extent_len, phys_cpos; ocfs2_check_range_for_holes() local
1426 u32 cpos, phys_cpos, clusters, alloc_size; ocfs2_allocate_unwritten_extents() local
2037 u32 cpos, clusters, extent_len, phys_cpos; ocfs2_check_range_for_refcount() local
2089 u32 clusters = ocfs2_prepare_inode_for_refcount() local
H A Dsuballoc.c528 u32 p_cpos, clusters; ocfs2_block_group_grow_discontig() local
351 ocfs2_bg_discontig_add_extent(struct ocfs2_super *osb, struct ocfs2_group_desc *bg, struct ocfs2_chain_list *cl, u64 p_blkno, unsigned int clusters) ocfs2_bg_discontig_add_extent() argument
H A Docfs2.h733 unsigned int clusters; ocfs2_clusters_for_bytes() local
746 unsigned int clusters; ocfs2_bytes_to_clusters() local
769 unsigned int clusters; ocfs2_block_to_cluster_start() local
779 unsigned int clusters; ocfs2_align_bytes_to_clusters() local
802 u32 clusters = pg_index; ocfs2_page_index_to_clusters() local
711 ocfs2_clusters_to_blocks(struct super_block *sb, u32 clusters) ocfs2_clusters_to_blocks() argument
759 ocfs2_clusters_to_bytes(struct super_block *sb, u32 clusters) ocfs2_clusters_to_bytes() argument
816 ocfs2_align_clusters_to_page_index(struct super_block *sb, u32 clusters) ocfs2_align_clusters_to_page_index() argument
850 ocfs2_clusters_to_megabytes(struct super_block *sb, unsigned int clusters) ocfs2_clusters_to_megabytes() argument
H A Drefcounttree.c3564 u32 cpos = 0, clusters = le32_to_cpu(xv->xr_clusters); ocfs2_refcounted_xattr_delete_need() local
3822 u32 cpos, num_clusters, clusters, p_cluster; ocfs2_attach_refcount_tree() local
4017 u32 p_cluster, num_clusters, clusters, cpos; ocfs2_duplicate_extent_list() local
2385 ocfs2_calc_refcount_meta_credits(struct super_block *sb, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, u64 start_cpos, u32 clusters, int *meta_add, int *credits) ocfs2_calc_refcount_meta_credits() argument
2536 ocfs2_prepare_refcount_change_for_del(struct inode *inode, u64 refcount_loc, u64 phys_blkno, u32 clusters, int *credits, int *ref_blocks) ocfs2_prepare_refcount_change_for_del() argument
H A Dalloc.c778 u32 rec_end, rec_start, clusters; ocfs2_search_extent_list() local
6177 unsigned int clusters, num_recs, start_cluster; ocfs2_complete_truncate_log_recovery() local
195 ocfs2_dinode_update_clusters(struct ocfs2_extent_tree *et, u32 clusters) ocfs2_dinode_update_clusters() argument
215 ocfs2_dinode_extent_map_truncate(struct ocfs2_extent_tree *et, u32 clusters) ocfs2_dinode_extent_map_truncate() argument
281 ocfs2_xattr_value_update_clusters(struct ocfs2_extent_tree *et, u32 clusters) ocfs2_xattr_value_update_clusters() argument
327 ocfs2_xattr_tree_update_clusters(struct ocfs2_extent_tree *et, u32 clusters) ocfs2_xattr_tree_update_clusters() argument
358 ocfs2_dx_root_update_clusters(struct ocfs2_extent_tree *et, u32 clusters) ocfs2_dx_root_update_clusters() argument
412 ocfs2_refcount_tree_update_clusters(struct ocfs2_extent_tree *et, u32 clusters) ocfs2_refcount_tree_update_clusters() argument
509 ocfs2_et_update_clusters(struct ocfs2_extent_tree *et, u32 clusters) ocfs2_et_update_clusters() argument
522 ocfs2_et_extent_map_truncate(struct ocfs2_extent_tree *et, u32 clusters) ocfs2_et_extent_map_truncate() argument
H A Dxattr.c1096 u32 cpos, p_cluster, num_clusters, bpc, clusters; ocfs2_xattr_get_value_outside() local
1346 u32 clusters = ocfs2_clusters_for_bytes(inode->i_sb, value_len); __ocfs2_xattr_set_value_outside() local
5892 u32 clusters = le32_to_cpu(xv->xr_clusters); ocfs2_xattr_value_attach_refcount() local
6349 u32 clusters, cpos, p_cluster, num_clusters; ocfs2_reflink_xattr_header() local
3959 ocfs2_iterate_xattr_buckets(struct inode *inode, u64 blkno, u32 clusters, xattr_bucket_func *func, void *para) ocfs2_iterate_xattr_buckets() argument
6827 ocfs2_reflink_xattr_bucket(handle_t *handle, u64 blkno, u64 new_blkno, u32 clusters, u32 *cpos, int num_buckets, struct ocfs2_alloc_context *meta_ac, struct ocfs2_alloc_context *data_ac, struct ocfs2_reflink_xattr_tree_args *args) ocfs2_reflink_xattr_bucket() argument
/linux-4.1.27/fs/ext4/
H A Dsuper.c3426 ext4_fsblk_t clusters = ext4_blocks_count(sbi->s_es) >> ext4_reserve_clusters() local

Completed in 815 milliseconds