Searched refs:p_cluster (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ocfs2/ |
H A D | extent_map.c | 528 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 D | extent_map.h | 33 int ocfs2_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster, 47 u32 *p_cluster, u32 *num_clusters,
|
H A D | refcounttree.h | 92 u32 cpos, u32 p_cluster, u32 num_clusters,
|
H A D | file.c | 1549 u32 cluster, p_cluster, nr_clusters; in ocfs2_zeroout_partial_cluster() local 1563 ret = ocfs2_get_clusters(inode, cluster, &p_cluster, in ocfs2_zeroout_partial_cluster() 1567 if (!p_cluster) in ocfs2_zeroout_partial_cluster() 1571 p_block = ocfs2_clusters_to_blocks(sb, p_cluster) + offset; in ocfs2_zeroout_partial_cluster()
|