/linux-4.1.27/fs/ocfs2/ |
D | extent_map.c | 531 u32 *p_cluster, u32 *num_clusters) in ocfs2_relative_extent_offsets() argument 536 *p_cluster = ocfs2_blocks_to_clusters(sb, le64_to_cpu(rec->e_blkno)); in ocfs2_relative_extent_offsets() 537 *p_cluster = *p_cluster + coff; in ocfs2_relative_extent_offsets() 544 u32 *p_cluster, u32 *num_clusters, in ocfs2_xattr_get_clusters() argument 593 *p_cluster = ocfs2_blocks_to_clusters(inode->i_sb, in ocfs2_xattr_get_clusters() 595 *p_cluster = *p_cluster + coff; in ocfs2_xattr_get_clusters() 609 u32 *p_cluster, u32 *num_clusters, in ocfs2_get_clusters() argument 623 ret = ocfs2_extent_map_lookup(inode, v_cluster, p_cluster, in ocfs2_get_clusters() 647 *p_cluster = 0; in ocfs2_get_clusters() 653 p_cluster, num_clusters); in ocfs2_get_clusters() [all …]
|
D | refcounttree.c | 65 u32 v_cluster, u32 *p_cluster, 2858 u32 p_cluster, u32 num_clusters, in ocfs2_lock_refcount_allocators() argument 2882 p_cluster, num_clusters, in ocfs2_lock_refcount_allocators() 3071 u32 cpos, u32 p_cluster, u32 len, in ocfs2_clear_ext_refcount() argument 3084 cpos, len, p_cluster, ext_flags); in ocfs2_clear_ext_refcount() 3090 p_cluster)); in ocfs2_clear_ext_refcount() 3212 u32 v_cluster, u32 *p_cluster, in ocfs2_di_get_clusters() argument 3216 return ocfs2_get_clusters(context->inode, v_cluster, p_cluster, in ocfs2_di_get_clusters() 3222 u32 cpos, u32 p_cluster, in ocfs2_make_clusters_writable() argument 3234 trace_ocfs2_make_clusters_writable(cpos, p_cluster, in ocfs2_make_clusters_writable() [all …]
|
D | extent_map.h | 48 int ocfs2_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster, 59 u32 *p_cluster, u32 *num_clusters,
|
D | refcounttree.h | 102 u32 cpos, u32 p_cluster, u32 num_clusters,
|
D | xattr.c | 1096 u32 cpos, p_cluster, num_clusters, bpc, clusters; in ocfs2_xattr_get_value_outside() local 1110 ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster, in ocfs2_xattr_get_value_outside() 1117 blkno = ocfs2_clusters_to_blocks(inode->i_sb, p_cluster); in ocfs2_xattr_get_value_outside() 1344 u32 p_cluster, num_clusters; in __ocfs2_xattr_set_value_outside() local 1355 ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster, in __ocfs2_xattr_set_value_outside() 1365 blkno = ocfs2_clusters_to_blocks(inode->i_sb, p_cluster); in __ocfs2_xattr_set_value_outside() 2318 u32 p_cluster, num_clusters; in ocfs2_lock_xattr_remove_allocators() local 2322 ret = ocfs2_xattr_get_clusters(inode, 0, &p_cluster, in ocfs2_lock_xattr_remove_allocators() 5766 u32 p_cluster, num_clusters; in ocfs2_prepare_refcount_xattr() local 5826 ret = ocfs2_xattr_get_clusters(inode, 0, &p_cluster, in ocfs2_prepare_refcount_xattr() [all …]
|
D | ocfs2_trace.h | 1042 unsigned int len, unsigned int p_cluster, 1044 TP_ARGS(ino, cpos, len, p_cluster, ext_flags), 1049 __field(unsigned int, p_cluster) 1056 __entry->p_cluster = p_cluster; 1061 __entry->p_cluster, __entry->ext_flags)
|