Home
last modified time | relevance | path

Searched refs:segno (Results 1 – 20 of 20) sorted by relevance

/linux-6.15/fs/f2fs/
H A Dsegment.h24 #define GET_L2R_SEGNO(free_i, segno) ((segno) - (free_i)->start_segno) argument
25 #define GET_R2L_SEGNO(free_i, segno) ((segno) + (free_i)->start_segno) argument
106 (((segno) == -1) ? -1 : (segno) / SEGS_PER_SEC(sbi))
319 unsigned int segno) in get_seg_entry() argument
326 unsigned int segno) in get_sec_entry() argument
448 unsigned int segno) in __set_inuse() argument
486 unsigned int segno) in __set_test_and_inuse() argument
567 segno = CURSEG_I(sbi, i)->segno; in has_curseg_enough_space()
581 segno = CURSEG_I(sbi, CURSEG_HOT_DATA)->segno; in has_curseg_enough_space()
760 return curseg->segno; in curseg_segno()
[all …]
H A Dgc.c478 ve->segno = segno; in __create_victim_entry()
751 unsigned int segno) in f2fs_gc_pinned_control() argument
918 p.min_segno = segno; in f2fs_get_victim()
1682 segno, off); in gc_data_segment()
1776 end_segno = segno - 1; in do_garbage_collect()
1777 for (segno = start_segno; segno < end_segno; segno++) { in do_garbage_collect()
1790 for (segno = start_segno; segno < end_segno; segno++) { in do_garbage_collect()
1826 segno, gc_type, in do_garbage_collect()
1983 segno = NULL_SEGNO; in f2fs_gc()
2057 unsigned int segno; in f2fs_gc_range() local
[all …]
H A Dsegment.c849 if (segno == NULL_SEGNO || IS_CURSEG(sbi, segno)) in locate_dirty_segment()
2732 unsigned int segno = curseg->segno + 1; in is_next_segment_free() local
2939 unsigned int segno = curseg->segno; in new_curseg() local
3239 segno = CURSEG_I(sbi, type)->segno; in f2fs_allocate_segment_for_resize()
3240 if (segno < start || segno > end) in f2fs_allocate_segment_for_resize()
3254 if (segno != curseg->segno) in f2fs_allocate_segment_for_resize()
3256 type, segno, curseg->segno); in f2fs_allocate_segment_for_resize()
4048 if (CURSEG_I(sbi, i)->segno == segno) in __f2fs_get_curseg()
4102 if (segno != curseg->segno) { in f2fs_do_replace_block()
5097 for (segno = 0; segno < MAIN_SEGS(sbi); segno += SEGS_PER_SEC(sbi)) { in init_dirty_segmap()
[all …]
H A Ddebug.c37 unsigned int segno, vblocks; in f2fs_update_sit_info() local
44 for (segno = 0; segno < MAIN_SEGS(sbi); segno += SEGS_PER_SEC(sbi)) { in f2fs_update_sit_info()
45 vblocks = get_valid_blocks(sbi, segno, true); in f2fs_update_sit_info()
254 si->curseg[i] = curseg->segno; in update_general_status()
255 si->cursec[i] = GET_SEC_FROM_SEG(sbi, curseg->segno); in update_general_status()
H A Drecovery.c491 unsigned int segno = GET_SEGNO(sbi, blkaddr); in check_index_in_prev_nodes() local
503 sentry = get_seg_entry(sbi, segno); in check_index_in_prev_nodes()
511 if (curseg->segno == segno) { in check_index_in_prev_nodes()
517 sum_page = f2fs_get_sum_page(sbi, segno); in check_index_in_prev_nodes()
H A Dgc.h81 unsigned int segno; /* segment No. */ member
H A Dcheckpoint.c141 unsigned int segno, offset; in __is_bitmap_valid() local
147 segno = GET_SEGNO(sbi, blkaddr); in __is_bitmap_valid()
149 se = get_seg_entry(sbi, segno); in __is_bitmap_valid()
1482 ckpt->cur_node_segno[i] = cpu_to_le32(curseg->segno); in do_checkpoint()
1489 ckpt->cur_data_segno[i] = cpu_to_le32(curseg->segno); in do_checkpoint()
H A Df2fs.h461 #define segno_in_journal(jnl, i) ((jnl)->sit_j.entries[i].segno)
3764 unsigned int segno, struct f2fs_summary_block *sum);
3797 bool f2fs_segment_has_free_slot(struct f2fs_sb_info *sbi, int segno);
3810 struct page *f2fs_get_sum_page(struct f2fs_sb_info *sbi, unsigned int segno);
3857 unsigned int segno);
3859 unsigned int segno);
H A Dnode.c2886 unsigned int segno, struct f2fs_summary_block *sum) in f2fs_restore_node_summary() argument
2895 addr = START_BLOCK(sbi, segno); in f2fs_restore_node_summary()
/linux-6.15/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c422 u32 *remaining, unsigned int segno) in svc_rdma_encode_write_segment() argument
424 const struct svc_rdma_segment *segment = &chunk->ch_segments[segno]; in svc_rdma_encode_write_segment()
437 trace_svcrdma_encode_wseg(sctxt, segno, segment->rs_handle, length, in svc_rdma_encode_write_segment()
460 unsigned int segno; in svc_rdma_encode_write_chunk() local
474 for (segno = 0; segno < chunk->ch_segcount; segno++) { in svc_rdma_encode_write_chunk()
475 ret = svc_rdma_encode_write_segment(sctxt, chunk, &remaining, segno); in svc_rdma_encode_write_chunk()
/linux-6.15/include/trace/events/
H A Drpcrdma.h1646 u32 segno,
1657 __field(u32, segno)
1666 __entry->segno = segno;
1674 __entry->segno, __entry->length,
1691 __field(u32, segno)
1719 u32 segno
1722 TP_ARGS(cid, chunk, segno),
1727 __field(u32, segno)
1735 &chunk->ch_segments[segno];
1739 __entry->segno = segno;
[all …]
/linux-6.15/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c258 int segno, i; in pnv_ioda_reserve_dev_m64_pe() local
269 for (segno = start / sgsz; segno < end / sgsz; segno++) { in pnv_ioda_reserve_dev_m64_pe()
271 set_bit(segno, pe_bitmap); in pnv_ioda_reserve_dev_m64_pe()
273 pnv_ioda_reserve_pe(phb, segno); in pnv_ioda_reserve_dev_m64_pe()
2533 unsigned int segno; in pnv_pci_init_ioda_phb() local
2622 for (segno = 0; segno < ARRAY_SIZE(phb->ioda.pe_rmap); segno++) in pnv_pci_init_ioda_phb()
2623 phb->ioda.pe_rmap[segno] = IODA_INVALID_PE; in pnv_pci_init_ioda_phb()
2654 for (segno = 0; segno < phb->ioda.total_pe_num; segno++) { in pnv_pci_init_ioda_phb()
2655 phb->ioda.m64_segmap[segno] = IODA_INVALID_PE; in pnv_pci_init_ioda_phb()
2656 phb->ioda.m32_segmap[segno] = IODA_INVALID_PE; in pnv_pci_init_ioda_phb()
/linux-6.15/include/linux/
H A Df2fs_fs.h504 __le32 segno; member
/linux-6.15/Documentation/translations/it_IT/process/
H A D4.Coding.rst124 compilatore. L'uso eccessivo del preprocessore è praticamente sempre il segno
422 non rispecchia i vostri bisogni, allora questo potrebbe essere un segno che
H A Dmanagement-style.rst132 Questo può suonare come un fallimento, ma di solito questo è un segno che
H A Dsubmitting-patches.rst92 essere lunga, potrebbe essere un segno che la vostra patch necessita d'essere
H A Dcoding-style.rst412 con segno, identici ai tipi standard, sono permessi- tuttavia, non sono
/linux-6.15/Documentation/translations/it_IT/RCU/
H A Dtorture.rst58 un brutto segno se questo numero rappresenta una frazione troppo alta di
/linux-6.15/Documentation/filesystems/
H A Df2fs.rst471 -s [SIT dump segno from #1~#2 (decimal), for all 0~-1]
472 -a [SSA dump segno from #1~#2 (decimal), for all 0~-1]
/linux-6.15/Documentation/translations/it_IT/kernel-hacking/
H A Dhacking.rst569 (``include/asm/atomic.h``); questo contiene un intero con segno (minimo 32bit),