Searched refs:p_cluster (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Dextent_map.h48 int ocfs2_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster,
57 u32 *p_cluster, u32 *num_clusters,
H A Dextent_map.c532 u32 *p_cluster, u32 *num_clusters)
537 *p_cluster = ocfs2_blocks_to_clusters(sb, le64_to_cpu(rec->e_blkno));
538 *p_cluster = *p_cluster + coff;
545 u32 *p_cluster, u32 *num_clusters,
594 *p_cluster = ocfs2_blocks_to_clusters(inode->i_sb,
596 *p_cluster = *p_cluster + coff;
610 u32 *p_cluster, u32 *num_clusters,
624 ret = ocfs2_extent_map_lookup(inode, v_cluster, p_cluster,
529 ocfs2_relative_extent_offsets(struct super_block *sb, u32 v_cluster, struct ocfs2_extent_rec *rec, u32 *p_cluster, u32 *num_clusters) argument
544 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
609 ocfs2_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster, u32 *num_clusters, unsigned int *extent_flags) argument
677 u32 cpos, num_clusters, p_cluster; local
[all...]
H A Drefcounttree.c64 u32 v_cluster, u32 *p_cluster,
2835 * clusters(starting form p_cluster) in the refcount tree.
2844 u32 p_cluster, u32 num_clusters,
2869 p_cluster, num_clusters,
3052 u32 cpos, u32 p_cluster, u32 len,
3064 mlog(0, "inode %llu cpos %u, len %u, p_cluster %u, ext_flags %u\n",
3065 (unsigned long long)ino, cpos, len, p_cluster, ext_flags);
3071 p_cluster));
3193 u32 v_cluster, u32 *p_cluster,
3197 return ocfs2_get_clusters(context->inode, v_cluster, p_cluster,
2843 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
3050 ocfs2_clear_ext_refcount(handle_t *handle, struct ocfs2_extent_tree *et, u32 cpos, u32 p_cluster, u32 len, unsigned int ext_flags, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc) argument
3192 ocfs2_di_get_clusters(struct ocfs2_cow_context *context, u32 v_cluster, u32 *p_cluster, u32 *num_clusters, unsigned int *extent_flags) argument
3201 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
3354 u32 p_cluster, num_clusters; local
3487 u32 p_cluster, num_clusters; local
3517 ocfs2_xattr_value_get_clusters(struct ocfs2_cow_context *context, u32 v_cluster, u32 *p_cluster, u32 *num_clusters, unsigned int *extent_flags) argument
3541 u32 p_cluster, num_clusters; local
3682 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
3802 u32 cpos, num_clusters, clusters, p_cluster; local
3890 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
3994 u32 p_cluster, num_clusters, clusters, cpos; local
[all...]
H A Drefcounttree.h90 u32 cpos, u32 p_cluster, u32 num_clusters,
H A Dxattr.c1093 u32 cpos, p_cluster, num_clusters, bpc, clusters; local
1107 ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster,
1114 blkno = ocfs2_clusters_to_blocks(inode->i_sb, p_cluster);
1337 u32 p_cluster, num_clusters; local
1348 ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster,
1358 blkno = ocfs2_clusters_to_blocks(inode->i_sb, p_cluster);
2307 u32 p_cluster, num_clusters; local
2311 ret = ocfs2_xattr_get_clusters(inode, 0, &p_cluster,
5750 u32 p_cluster, num_clusters; local
5810 ret = ocfs2_xattr_get_clusters(inode, 0, &p_cluster,
5877 u32 cpos, p_cluster, num_clusters; local
6330 u32 clusters, cpos, p_cluster, num_clusters; local
6898 u32 p_cluster, num_clusters, reflink_cpos = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A Dextent_map.h48 int ocfs2_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster,
57 u32 *p_cluster, u32 *num_clusters,
H A Dextent_map.c532 u32 *p_cluster, u32 *num_clusters)
537 *p_cluster = ocfs2_blocks_to_clusters(sb, le64_to_cpu(rec->e_blkno));
538 *p_cluster = *p_cluster + coff;
545 u32 *p_cluster, u32 *num_clusters,
594 *p_cluster = ocfs2_blocks_to_clusters(inode->i_sb,
596 *p_cluster = *p_cluster + coff;
610 u32 *p_cluster, u32 *num_clusters,
624 ret = ocfs2_extent_map_lookup(inode, v_cluster, p_cluster,
529 ocfs2_relative_extent_offsets(struct super_block *sb, u32 v_cluster, struct ocfs2_extent_rec *rec, u32 *p_cluster, u32 *num_clusters) argument
544 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
609 ocfs2_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster, u32 *num_clusters, unsigned int *extent_flags) argument
677 u32 cpos, num_clusters, p_cluster; local
[all...]
H A Drefcounttree.c64 u32 v_cluster, u32 *p_cluster,
2835 * clusters(starting form p_cluster) in the refcount tree.
2844 u32 p_cluster, u32 num_clusters,
2869 p_cluster, num_clusters,
3052 u32 cpos, u32 p_cluster, u32 len,
3064 mlog(0, "inode %llu cpos %u, len %u, p_cluster %u, ext_flags %u\n",
3065 (unsigned long long)ino, cpos, len, p_cluster, ext_flags);
3071 p_cluster));
3193 u32 v_cluster, u32 *p_cluster,
3197 return ocfs2_get_clusters(context->inode, v_cluster, p_cluster,
2843 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
3050 ocfs2_clear_ext_refcount(handle_t *handle, struct ocfs2_extent_tree *et, u32 cpos, u32 p_cluster, u32 len, unsigned int ext_flags, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc) argument
3192 ocfs2_di_get_clusters(struct ocfs2_cow_context *context, u32 v_cluster, u32 *p_cluster, u32 *num_clusters, unsigned int *extent_flags) argument
3201 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
3354 u32 p_cluster, num_clusters; local
3487 u32 p_cluster, num_clusters; local
3517 ocfs2_xattr_value_get_clusters(struct ocfs2_cow_context *context, u32 v_cluster, u32 *p_cluster, u32 *num_clusters, unsigned int *extent_flags) argument
3541 u32 p_cluster, num_clusters; local
3682 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
3802 u32 cpos, num_clusters, clusters, p_cluster; local
3890 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
3994 u32 p_cluster, num_clusters, clusters, cpos; local
[all...]
H A Drefcounttree.h90 u32 cpos, u32 p_cluster, u32 num_clusters,
H A Dxattr.c1093 u32 cpos, p_cluster, num_clusters, bpc, clusters; local
1107 ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster,
1114 blkno = ocfs2_clusters_to_blocks(inode->i_sb, p_cluster);
1337 u32 p_cluster, num_clusters; local
1348 ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster,
1358 blkno = ocfs2_clusters_to_blocks(inode->i_sb, p_cluster);
2307 u32 p_cluster, num_clusters; local
2311 ret = ocfs2_xattr_get_clusters(inode, 0, &p_cluster,
5750 u32 p_cluster, num_clusters; local
5810 ret = ocfs2_xattr_get_clusters(inode, 0, &p_cluster,
5877 u32 cpos, p_cluster, num_clusters; local
6330 u32 clusters, cpos, p_cluster, num_clusters; local
6898 u32 p_cluster, num_clusters, reflink_cpos = 0; local
[all...]

Completed in 297 milliseconds