Searched refs:l_count (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | alloc.c | 980 retval = le16_to_cpu(el->l_count) - le16_to_cpu(el->l_next_free_rec); in ocfs2_num_free_extents() 1048 eb->h_list.l_count = in ocfs2_create_new_meta_bhs() 1499 le16_to_cpu(el->l_count)) { in ocfs2_find_branch_target() 1509 if (!lowest_bh && (el->l_next_free_rec == el->l_count)) in ocfs2_find_branch_target() 1603 int count = le16_to_cpu(el->l_count); in ocfs2_shift_records_right() 1628 BUG_ON(el->l_next_free_rec == el->l_count && !has_empty); in ocfs2_rotate_leaf() 1659 le16_to_cpu(el->l_count)); in ocfs2_rotate_leaf() 1662 BUG_ON(insert_index >= le16_to_cpu(el->l_count)); in ocfs2_rotate_leaf() 1669 BUG_ON(next_free >= le16_to_cpu(el->l_count)); in ocfs2_rotate_leaf() 1688 BUG_ON(le16_to_cpu(el->l_next_free_rec) > le16_to_cpu(el->l_count)); in ocfs2_rotate_leaf() [all …]
|
| H A D | ocfs2_trace.h | 564 unsigned int l_count), 566 next_free, l_count), 572 __field(unsigned int, l_count) 579 __entry->l_count = l_count; 583 __entry->next_free, __entry->l_count)
|
| H A D | extent_map.c | 438 if (le16_to_cpu(el->l_next_free_rec) > le16_to_cpu(el->l_count)) { in ocfs2_get_clusters_nocache() 443 le16_to_cpu(el->l_count)); in ocfs2_get_clusters_nocache()
|
| H A D | dir.c | 794 if (le16_to_cpu(el->l_count) != in ocfs2_dx_dir_lookup_rec() 798 inode->i_ino, le16_to_cpu(el->l_count)); in ocfs2_dx_dir_lookup_rec() 2399 dx_root->dr_list.l_count = in ocfs2_dx_dir_attach_index() 4137 dx_root->dr_list.l_count = in ocfs2_expand_inline_dx_root()
|
| H A D | xattr.c | 91 .xv.xr_list.l_count = cpu_to_le16(1), 2690 free = (le16_to_cpu(el->l_count) - in ocfs2_xattr_has_space_inline() 2780 le16_add_cpu(&el->l_count, -(xattrsize / in ocfs2_xattr_ibody_init() 2954 xr->xt_list.l_count = cpu_to_le16( in ocfs2_create_xattr_block() 4373 xr->xt_list.l_count = cpu_to_le16(ocfs2_xattr_recs_per_xb(inode->i_sb)); in ocfs2_xattr_create_index_block()
|
| H A D | suballoc.c | 401 el->l_count = cpu_to_le16(ocfs2_extent_recs_per_gd(osb->sb)); in ocfs2_bg_discontig_add_extent() 581 le16_to_cpu(el->l_count))) { in ocfs2_block_group_grow_discontig()
|
| H A D | refcounttree.c | 1342 root_rb->rf_list.l_count = cpu_to_le16(ocfs2_extent_recs_per_rb(sb)); in ocfs2_expand_inline_ref_root() 4193 le16_add_cpu(&el->l_count, -(inline_size / in __ocfs2_reflink()
|
| H A D | namei.c | 595 fel->l_count = cpu_to_le16(ocfs2_extent_recs_per_inode(osb->sb)); in __ocfs2_mknod_locked()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_gpu_error.c | 2328 int l_count = g_count++; in intel_klog_error_capture() local 2334 l_count, line++); in intel_klog_error_capture() 2341 l_count, line++); in intel_klog_error_capture() 2350 l_count, line++, PTR_ERR(error)); in intel_klog_error_capture() 2357 l_count, line++); in intel_klog_error_capture() 2363 l_count, line++, __builtin_return_address(0)); in intel_klog_error_capture() 2404 l_count, line++, ptr2); in intel_klog_error_capture() 2418 l_count, line++, tag[0], ptr2, tag[1]); in intel_klog_error_capture() 2421 l_count, line++); in intel_klog_error_capture() 2424 l_count, line++, tag[0], ptr, tag[1]); in intel_klog_error_capture() [all …]
|