Home
last modified time | relevance | path

Searched refs:p_cluster (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/fs/ocfs2/
Dextent_map.c518 u32 *p_cluster, u32 *num_clusters) in ocfs2_relative_extent_offsets() argument
523 *p_cluster = ocfs2_blocks_to_clusters(sb, le64_to_cpu(rec->e_blkno)); in ocfs2_relative_extent_offsets()
524 *p_cluster = *p_cluster + coff; in ocfs2_relative_extent_offsets()
531 u32 *p_cluster, u32 *num_clusters, in ocfs2_xattr_get_clusters() argument
581 *p_cluster = ocfs2_blocks_to_clusters(inode->i_sb, in ocfs2_xattr_get_clusters()
583 *p_cluster = *p_cluster + coff; in ocfs2_xattr_get_clusters()
596 u32 *p_cluster, u32 *num_clusters, in ocfs2_get_clusters() argument
610 ret = ocfs2_extent_map_lookup(inode, v_cluster, p_cluster, in ocfs2_get_clusters()
634 *p_cluster = 0; in ocfs2_get_clusters()
640 p_cluster, num_clusters); in ocfs2_get_clusters()
[all …]
Drefcounttree.c56 u32 v_cluster, u32 *p_cluster,
2837 u32 p_cluster, u32 num_clusters, in ocfs2_lock_refcount_allocators() argument
2861 p_cluster, num_clusters, in ocfs2_lock_refcount_allocators()
3057 u32 cpos, u32 p_cluster, u32 len, in ocfs2_clear_ext_refcount() argument
3070 cpos, len, p_cluster, ext_flags); in ocfs2_clear_ext_refcount()
3076 p_cluster)); in ocfs2_clear_ext_refcount()
3166 u32 v_cluster, u32 *p_cluster, in ocfs2_di_get_clusters() argument
3170 return ocfs2_get_clusters(context->inode, v_cluster, p_cluster, in ocfs2_di_get_clusters()
3176 u32 cpos, u32 p_cluster, in ocfs2_make_clusters_writable() argument
3188 trace_ocfs2_make_clusters_writable(cpos, p_cluster, in ocfs2_make_clusters_writable()
[all …]
Dextent_map.h33 int ocfs2_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster,
47 u32 *p_cluster, u32 *num_clusters,
Drefcounttree.h92 u32 cpos, u32 p_cluster, u32 num_clusters,
Dxattr.c1104 u32 cpos, p_cluster, num_clusters, bpc, clusters; in ocfs2_xattr_get_value_outside() local
1118 ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster, in ocfs2_xattr_get_value_outside()
1125 blkno = ocfs2_clusters_to_blocks(inode->i_sb, p_cluster); in ocfs2_xattr_get_value_outside()
1353 u32 p_cluster, num_clusters; in __ocfs2_xattr_set_value_outside() local
1364 ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster, in __ocfs2_xattr_set_value_outside()
1374 blkno = ocfs2_clusters_to_blocks(inode->i_sb, p_cluster); in __ocfs2_xattr_set_value_outside()
2327 u32 p_cluster, num_clusters; in ocfs2_lock_xattr_remove_allocators() local
2331 ret = ocfs2_xattr_get_clusters(inode, 0, &p_cluster, in ocfs2_lock_xattr_remove_allocators()
5770 u32 p_cluster, num_clusters; in ocfs2_prepare_refcount_xattr() local
5830 ret = ocfs2_xattr_get_clusters(inode, 0, &p_cluster, in ocfs2_prepare_refcount_xattr()
[all …]
Docfs2_trace.h1045 unsigned int len, unsigned int p_cluster,
1047 TP_ARGS(ino, cpos, len, p_cluster, ext_flags),
1052 __field(unsigned int, p_cluster)
1059 __entry->p_cluster = p_cluster;
1064 __entry->p_cluster, __entry->ext_flags)
Dfile.c1546 u32 cluster, p_cluster, nr_clusters; in ocfs2_zeroout_partial_cluster() local
1560 ret = ocfs2_get_clusters(inode, cluster, &p_cluster, in ocfs2_zeroout_partial_cluster()
1564 if (!p_cluster) in ocfs2_zeroout_partial_cluster()
1568 p_block = ocfs2_clusters_to_blocks(sb, p_cluster) + offset; in ocfs2_zeroout_partial_cluster()