Searched defs:num_clusters (Results 1 - 20 of 20) sorted by relevance

/linux-master/fs/ocfs2/
H A Docfs1_fs_compat.h48 /*170*/ __u64 num_clusters; member in struct:ocfs1_vol_disk_hdr
H A Dlocalalloc.c212 ocfs2_local_alloc_seen_free_bits(struct ocfs2_super *osb, unsigned int num_clusters) argument
H A Dextent_map.c343 ocfs2_figure_hole_clusters(struct ocfs2_caching_info *ci, struct ocfs2_extent_list *el, struct buffer_head *eb_bh, u32 v_cluster, u32 *num_clusters) argument
515 ocfs2_relative_extent_offsets(struct super_block *sb, u32 v_cluster, struct ocfs2_extent_rec *rec, u32 *p_cluster, u32 *num_clusters) argument
530 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) argument
595 ocfs2_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster, u32 *num_clusters, unsigned int *extent_flags) argument
663 u32 cpos, num_clusters, p_cluster; local
[all...]
H A Dioctl.c445 unsigned int max_bits, num_clusters; local
H A Dsuballoc.c2296 __ocfs2_claim_clusters(handle_t *handle, struct ocfs2_alloc_context *ac, u32 min_clusters, u32 max_clusters, u32 *cluster_start, u32 *num_clusters) argument
2367 ocfs2_claim_clusters(handle_t *handle, struct ocfs2_alloc_context *ac, u32 min_clusters, u32 *cluster_start, u32 *num_clusters) argument
2540 _ocfs2_free_clusters(handle_t *handle, struct inode *bitmap_inode, struct buffer_head *bitmap_bh, u64 start_blk, unsigned int num_clusters, void (*undo_fn)(unsigned int bit, unsigned long *bitmap)) argument
2584 ocfs2_free_clusters(handle_t *handle, struct inode *bitmap_inode, struct buffer_head *bitmap_bh, u64 start_blk, unsigned int num_clusters) argument
2599 ocfs2_release_clusters(handle_t *handle, struct inode *bitmap_inode, struct buffer_head *bitmap_bh, u64 start_blk, unsigned int num_clusters) argument
[all...]
H A Daops.c1387 unsigned int num_clusters = 0; local
H A Dfile.c345 unsigned int num_clusters = 0; local
867 unsigned int num_clusters = 0; local
H A Drefcounttree.c2836 ocfs2_lock_refcount_allocators(struct super_block *sb, u32 p_cluster, u32 num_clusters, struct ocfs2_extent_tree *et, struct ocfs2_caching_info *ref_ci, struct buffer_head *ref_root_bh, struct ocfs2_alloc_context **meta_ac, struct ocfs2_alloc_context **data_ac, int *credits) argument
3146 ocfs2_cow_sync_writeback(struct super_block *sb, struct inode *inode, u32 cpos, u32 num_clusters) argument
3166 ocfs2_di_get_clusters(struct ocfs2_cow_context *context, u32 v_cluster, u32 *p_cluster, u32 *num_clusters, unsigned int *extent_flags) argument
3175 ocfs2_make_clusters_writable(struct super_block *sb, struct ocfs2_cow_context *context, u32 cpos, u32 p_cluster, u32 num_clusters, unsigned int e_flags) argument
3331 u32 p_cluster, num_clusters; local
3461 u32 p_cluster, num_clusters; local
3491 ocfs2_xattr_value_get_clusters(struct ocfs2_cow_context *context, u32 v_cluster, u32 *p_cluster, u32 *num_clusters, unsigned int *extent_flags) argument
3515 u32 p_cluster, num_clusters; local
3654 ocfs2_add_refcount_flag(struct inode *inode, struct ocfs2_extent_tree *data_et, struct ocfs2_caching_info *ref_ci, struct buffer_head *ref_root_bh, u32 cpos, u32 p_cluster, u32 num_clusters, struct ocfs2_cached_dealloc_ctxt *dealloc, struct ocfs2_post_refcount *post) argument
3776 u32 cpos, num_clusters, clusters, p_cluster; local
3867 ocfs2_add_refcounted_extent(struct inode *inode, struct ocfs2_extent_tree *et, struct ocfs2_caching_info *ref_ci, struct buffer_head *ref_root_bh, u32 cpos, u32 p_cluster, u32 num_clusters, unsigned int ext_flags, struct ocfs2_cached_dealloc_ctxt *dealloc) argument
3978 u32 p_cluster, num_clusters, clusters, cpos; local
4490 u32 p_cluster, num_clusters, slast, spos, tpos, remapped_clus = 0; local
[all...]
H A Dxattr.c1100 u32 cpos, p_cluster, num_clusters, bpc, clusters; local
1349 u32 p_cluster, num_clusters; local
2323 u32 p_cluster, num_clusters; local
3679 ocfs2_xattr_get_rec(struct inode *inode, u32 name_hash, u64 *p_blkno, u32 *e_cpos, u32 *num_clusters, struct ocfs2_extent_list *el) argument
3806 ocfs2_xattr_bucket_find(struct inode *inode, int name_index, const char *name, u32 name_hash, u64 p_blkno, u32 first_hash, u32 num_clusters, struct ocfs2_xattr_search *xs) argument
3929 u32 first_hash, num_clusters = 0; local
4084 u32 name_hash = UINT_MAX, e_cpos = 0, num_clusters = 0; local
4501 ocfs2_mv_xattr_bucket_cross_cluster(struct inode *inode, handle_t *handle, struct ocfs2_xattr_bucket *first, struct ocfs2_xattr_bucket *target, u64 new_blkno, u32 num_clusters, u32 *first_hash) argument
5089 ocfs2_add_new_xattr_cluster(struct inode *inode, struct buffer_head *root_bh, struct ocfs2_xattr_bucket *first, struct ocfs2_xattr_bucket *target, u32 *num_clusters, u32 prev_cpos, int *extend, struct ocfs2_xattr_set_ctxt *ctxt) argument
5187 ocfs2_extend_xattr_bucket(struct inode *inode, handle_t *handle, struct ocfs2_xattr_bucket *first, u64 target_blk, u32 num_clusters) argument
5277 u32 e_cpos, num_clusters; local
5766 u32 p_cluster, num_clusters; local
5893 u32 cpos, p_cluster, num_clusters; local
6349 u32 clusters, cpos, p_cluster, num_clusters; local
6927 u32 p_cluster, num_clusters, reflink_cpos = 0; local
[all...]
H A Dalloc.c5925 unsigned int num_clusters; local
5843 ocfs2_truncate_log_append(struct ocfs2_super *osb, handle_t *handle, u64 start_blk, unsigned int num_clusters) argument
[all...]
/linux-master/fs/exfat/
H A Dfatent.c153 unsigned int num_clusters = 0; local
H A Dfile.c22 unsigned int num_clusters, new_num_clusters, last_clu; local
170 unsigned int num_clusters = local
[all...]
H A Dinode.c133 unsigned int num_to_be_allocated = 0, num_clusters = 0; local
H A Dexfat_fs.h246 unsigned int num_clusters; /* num of clusters in volume */ member in struct:exfat_sb_info
/linux-master/include/linux/soc/qcom/
H A Dsocinfo.h55 __le32 num_clusters; member in struct:socinfo
/linux-master/fs/ext4/
H A Dballoc.c92 unsigned base_clusters, num_clusters; local
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_drv.c276 u32 num_clusters = 1; local
H A Dpvr_device_info.h101 u64 num_clusters; member in struct:pvr_device_features
/linux-master/drivers/soc/qcom/
H A Dsocinfo.c150 u32 num_clusters; member in struct:socinfo_params
/linux-master/drivers/cpufreq/
H A Dtegra194-cpufreq.c69 unsigned int num_clusters; member in struct:tegra_cpufreq_soc
[all...]

Completed in 207 milliseconds