Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Dextent_map.c533 u32 *p_cluster, u32 *num_clusters) in ocfs2_relative_extent_offsets() argument
538 *p_cluster = ocfs2_blocks_to_clusters(sb, le64_to_cpu(rec->e_blkno)); in ocfs2_relative_extent_offsets()
539 *p_cluster = *p_cluster + coff; in ocfs2_relative_extent_offsets()
546 u32 *p_cluster, u32 *num_clusters, in ocfs2_xattr_get_clusters() argument
596 *p_cluster = ocfs2_blocks_to_clusters(inode->i_sb, in ocfs2_xattr_get_clusters()
598 *p_cluster = *p_cluster + coff; in ocfs2_xattr_get_clusters()
612 u32 *p_cluster, u32 *num_clusters, in ocfs2_get_clusters() argument
626 ret = ocfs2_extent_map_lookup(inode, v_cluster, p_cluster, in ocfs2_get_clusters()
650 *p_cluster = 0; in ocfs2_get_clusters()
656 p_cluster, num_clusters); in ocfs2_get_clusters()
[all …]
Drefcounttree.c66 u32 v_cluster, u32 *p_cluster,
2845 u32 p_cluster, u32 num_clusters, in ocfs2_lock_refcount_allocators() argument
2869 p_cluster, num_clusters, in ocfs2_lock_refcount_allocators()
3063 u32 cpos, u32 p_cluster, u32 len, in ocfs2_clear_ext_refcount() argument
3076 cpos, len, p_cluster, ext_flags); in ocfs2_clear_ext_refcount()
3082 p_cluster)); in ocfs2_clear_ext_refcount()
3202 u32 v_cluster, u32 *p_cluster, in ocfs2_di_get_clusters() argument
3206 return ocfs2_get_clusters(context->inode, v_cluster, p_cluster, in ocfs2_di_get_clusters()
3212 u32 cpos, u32 p_cluster, in ocfs2_make_clusters_writable() argument
3224 trace_ocfs2_make_clusters_writable(cpos, p_cluster, in ocfs2_make_clusters_writable()
[all …]
Dextent_map.h48 int ocfs2_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster,
62 u32 *p_cluster, u32 *num_clusters,
Drefcounttree.h102 u32 cpos, u32 p_cluster, u32 num_clusters,
Dxattr.c1114 u32 cpos, p_cluster, num_clusters, bpc, clusters; in ocfs2_xattr_get_value_outside() local
1128 ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster, in ocfs2_xattr_get_value_outside()
1135 blkno = ocfs2_clusters_to_blocks(inode->i_sb, p_cluster); in ocfs2_xattr_get_value_outside()
1363 u32 p_cluster, num_clusters; in __ocfs2_xattr_set_value_outside() local
1374 ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster, in __ocfs2_xattr_set_value_outside()
1384 blkno = ocfs2_clusters_to_blocks(inode->i_sb, p_cluster); in __ocfs2_xattr_set_value_outside()
2337 u32 p_cluster, num_clusters; in ocfs2_lock_xattr_remove_allocators() local
2341 ret = ocfs2_xattr_get_clusters(inode, 0, &p_cluster, in ocfs2_lock_xattr_remove_allocators()
5783 u32 p_cluster, num_clusters; in ocfs2_prepare_refcount_xattr() local
5843 ret = ocfs2_xattr_get_clusters(inode, 0, &p_cluster, in ocfs2_prepare_refcount_xattr()
[all …]
Docfs2_trace.h1043 unsigned int len, unsigned int p_cluster,
1045 TP_ARGS(ino, cpos, len, p_cluster, ext_flags),
1050 __field(unsigned int, p_cluster)
1057 __entry->p_cluster = p_cluster;
1062 __entry->p_cluster, __entry->ext_flags)