Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dextent_map.c528 u32 *p_cluster, u32 *num_clusters) in ocfs2_relative_extent_offsets() argument
533 *p_cluster = ocfs2_blocks_to_clusters(sb, le64_to_cpu(rec->e_blkno)); in ocfs2_relative_extent_offsets()
534 *p_cluster = *p_cluster + coff; in ocfs2_relative_extent_offsets()
541 u32 *p_cluster, u32 *num_clusters, in ocfs2_xattr_get_clusters() argument
591 *p_cluster = ocfs2_blocks_to_clusters(inode->i_sb, in ocfs2_xattr_get_clusters()
593 *p_cluster = *p_cluster + coff; in ocfs2_xattr_get_clusters()
606 u32 *p_cluster, u32 *num_clusters, in ocfs2_get_clusters() argument
620 ret = ocfs2_extent_map_lookup(inode, v_cluster, p_cluster, in ocfs2_get_clusters()
644 *p_cluster = 0; in ocfs2_get_clusters()
650 p_cluster, num_clusters); in ocfs2_get_clusters()
[all …]
H A Dextent_map.h33 int ocfs2_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster,
47 u32 *p_cluster, u32 *num_clusters,
H A Drefcounttree.h92 u32 cpos, u32 p_cluster, u32 num_clusters,
H A Dxattr.c1109 u32 cpos, p_cluster, num_clusters, bpc, clusters; in ocfs2_xattr_get_value_outside() local
1123 ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster, in ocfs2_xattr_get_value_outside()
1130 blkno = ocfs2_clusters_to_blocks(inode->i_sb, p_cluster); in ocfs2_xattr_get_value_outside()
1358 u32 p_cluster, num_clusters; in __ocfs2_xattr_set_value_outside() local
1369 ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster, in __ocfs2_xattr_set_value_outside()
1379 blkno = ocfs2_clusters_to_blocks(inode->i_sb, p_cluster); in __ocfs2_xattr_set_value_outside()
2331 u32 p_cluster, num_clusters; in ocfs2_lock_xattr_remove_allocators() local
2335 ret = ocfs2_xattr_get_clusters(inode, 0, &p_cluster, in ocfs2_lock_xattr_remove_allocators()
5765 u32 p_cluster, num_clusters; in ocfs2_prepare_refcount_xattr() local
5825 ret = ocfs2_xattr_get_clusters(inode, 0, &p_cluster, in ocfs2_prepare_refcount_xattr()
[all …]
H A 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)