Searched refs:p_cluster (Results 1 – 7 of 7) sorted by relevance
| /fs/ocfs2/ |
| A D | extent_map.c | 528 u32 *p_cluster, u32 *num_clusters) in ocfs2_relative_extent_offsets() argument 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 644 *p_cluster = 0; in ocfs2_get_clusters() 650 p_cluster, num_clusters); in ocfs2_get_clusters() 673 u32 cpos, num_clusters, p_cluster; in ocfs2_extent_map_get_blocks() local 688 if (p_cluster) { in ocfs2_extent_map_get_blocks() [all …]
|
| A D | refcounttree.c | 3068 p_cluster)); in ocfs2_clear_ext_refcount() 3168 u32 cpos, u32 p_cluster, in ocfs2_make_clusters_writable() argument 3232 cpos, p_cluster, in ocfs2_make_clusters_writable() 3264 p_cluster, set_len, in ocfs2_make_clusters_writable() 3273 p_cluster += set_len; in ocfs2_make_clusters_writable() 3322 u32 p_cluster, num_clusters; in ocfs2_replace_cow() local 3452 u32 p_cluster, num_clusters; in ocfs2_refcount_cow() local 3987 if (p_cluster) { in ocfs2_duplicate_extent_list() 3990 cpos, p_cluster, in ocfs2_duplicate_extent_list() 4540 if (p_cluster == 0) in ocfs2_reflink_remap_extent() [all …]
|
| 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,
|
| A D | xattr.c | 1358 u32 p_cluster, num_clusters; in __ocfs2_xattr_set_value_outside() local 2331 u32 p_cluster, num_clusters; in ocfs2_lock_xattr_remove_allocators() local 5765 u32 p_cluster, num_clusters; in ocfs2_prepare_refcount_xattr() local 5892 u32 cpos, p_cluster, num_clusters; in ocfs2_xattr_value_attach_refcount() local 5909 BUG_ON(!p_cluster); in ocfs2_xattr_value_attach_refcount() 5914 p_cluster, num_clusters, in ocfs2_xattr_value_attach_refcount() 6415 &p_cluster, in ocfs2_reflink_xattr_header() 6424 BUG_ON(!p_cluster); in ocfs2_reflink_xattr_header() 6431 p_cluster), in ocfs2_reflink_xattr_header() 6442 p_cluster, num_clusters, in ocfs2_reflink_xattr_header() [all …]
|
| A D | refcounttree.h | 92 u32 cpos, u32 p_cluster, u32 num_clusters,
|
| A D | ocfs2_trace.h | 1045 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)
|
| 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()
|
Completed in 43 milliseconds