Home
last modified time | relevance | path

Searched refs:l_count (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/fs/ocfs2/
H A Dalloc.c1047 eb->h_list.l_count = in ocfs2_create_new_meta_bhs()
1499 le16_to_cpu(el->l_count)) { in ocfs2_find_branch_target()
1603 int count = le16_to_cpu(el->l_count); in ocfs2_shift_records_right()
1659 le16_to_cpu(el->l_count)); in ocfs2_rotate_leaf()
1732 le16_to_cpu(el->l_count), in ocfs2_create_empty_extent()
1860 le16_to_cpu(el->l_count)) { in __ocfs2_find_path()
1866 le16_to_cpu(el->l_count)); in __ocfs2_find_path()
3930 le16_to_cpu(el->l_count), in ocfs2_insert_at_leaf()
3936 le16_to_cpu(el->l_count), in ocfs2_insert_at_leaf()
4409 le16_to_cpu(new_el->l_count)); in ocfs2_figure_merge_contig_type()
[all …]
H A Docfs2_trace.h564 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 Dextent_map.c438 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 Dinode.c1565 le16_to_cpu(di->id2.i_list.l_next_free_rec) > le16_to_cpu(di->id2.i_list.l_count)) { in ocfs2_filecheck_repair_inode_block()
1566 di->id2.i_list.l_next_free_rec = di->id2.i_list.l_count; in ocfs2_filecheck_repair_inode_block()
H A Docfs2_fs.h466 __le16 l_count; /* Number of extent records */ member
H A Dxattr.c87 .xv.xr_list.l_count = cpu_to_le16(1),
2659 free = (le16_to_cpu(el->l_count) - in ocfs2_xattr_has_space_inline()
2749 le16_add_cpu(&el->l_count, -(xattrsize / in ocfs2_xattr_ibody_init()
2923 xr->xt_list.l_count = cpu_to_le16( in ocfs2_create_xattr_block()
4342 xr->xt_list.l_count = cpu_to_le16(ocfs2_xattr_recs_per_xb(inode->i_sb)); in ocfs2_xattr_create_index_block()
H A Dsuballoc.c332 el->l_count = cpu_to_le16(ocfs2_extent_recs_per_gd(osb->sb)); in ocfs2_bg_discontig_add_extent()
512 le16_to_cpu(el->l_count))) { in ocfs2_block_group_grow_discontig()
H A Ddir.c2370 dx_root->dr_list.l_count = in ocfs2_dx_dir_attach_index()
4101 dx_root->dr_list.l_count = in ocfs2_expand_inline_dx_root()
H A Drefcounttree.c1341 root_rb->rf_list.l_count = cpu_to_le16(ocfs2_extent_recs_per_rb(sb)); in ocfs2_expand_inline_ref_root()
4192 le16_add_cpu(&el->l_count, -(inline_size / in __ocfs2_reflink()
H A Dnamei.c591 fel->l_count = cpu_to_le16(ocfs2_extent_recs_per_inode(osb->sb)); in __ocfs2_mknod_locked()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_gpu_error.c2262 int l_count = g_count++; in intel_klog_error_capture() local
2268 l_count, line++); in intel_klog_error_capture()
2275 l_count, line++); in intel_klog_error_capture()
2284 l_count, line++, PTR_ERR(error)); in intel_klog_error_capture()
2291 l_count, line++); in intel_klog_error_capture()
2297 l_count, line++, __builtin_return_address(0)); in intel_klog_error_capture()
2338 l_count, line++, ptr2); in intel_klog_error_capture()
2352 l_count, line++, tag[0], ptr2, tag[1]); in intel_klog_error_capture()
2355 l_count, line++); in intel_klog_error_capture()
2358 l_count, line++, tag[0], ptr, tag[1]); in intel_klog_error_capture()
[all …]