/linux-6.12.1/fs/f2fs/ |
D | segment.h | 22 #define GET_L2R_SEGNO(free_i, segno) ((segno) - (free_i)->start_segno) argument 23 #define GET_R2L_SEGNO(free_i, segno) ((segno) + (free_i)->start_segno) argument 40 (((seg) == CURSEG_I(sbi, CURSEG_HOT_DATA)->segno) || \ 41 ((seg) == CURSEG_I(sbi, CURSEG_WARM_DATA)->segno) || \ 42 ((seg) == CURSEG_I(sbi, CURSEG_COLD_DATA)->segno) || \ 43 ((seg) == CURSEG_I(sbi, CURSEG_HOT_NODE)->segno) || \ 44 ((seg) == CURSEG_I(sbi, CURSEG_WARM_NODE)->segno) || \ 45 ((seg) == CURSEG_I(sbi, CURSEG_COLD_NODE)->segno) || \ 46 ((seg) == CURSEG_I(sbi, CURSEG_COLD_DATA_PINNED)->segno) || \ 47 ((seg) == CURSEG_I(sbi, CURSEG_ALL_DATA_ATGC)->segno)) [all …]
|
D | gc.c | 361 static unsigned int get_cb_cost(struct f2fs_sb_info *sbi, unsigned int segno) in get_cb_cost() argument 364 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in get_cb_cost() 375 vblocks = get_valid_blocks(sbi, segno, true); in get_cb_cost() 395 unsigned int segno, struct victim_sel_policy *p) in get_gc_cost() argument 398 return get_seg_entry(sbi, segno)->ckpt_valid_blocks; in get_gc_cost() 400 if (p->one_time_gc && (get_valid_blocks(sbi, segno, true) >= in get_gc_cost() 407 return get_valid_blocks(sbi, segno, true); in get_gc_cost() 409 return get_cb_cost(sbi, segno); in get_gc_cost() 473 unsigned long long mtime, unsigned int segno) in __create_victim_entry() argument 481 ve->segno = segno; in __create_victim_entry() [all …]
|
D | segment.c | 754 static void __locate_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno, in __locate_dirty_segment() argument 760 if (IS_CURSEG(sbi, segno)) in __locate_dirty_segment() 763 if (!test_and_set_bit(segno, dirty_i->dirty_segmap[dirty_type])) in __locate_dirty_segment() 767 struct seg_entry *sentry = get_seg_entry(sbi, segno); in __locate_dirty_segment() 774 if (!test_and_set_bit(segno, dirty_i->dirty_segmap[t])) in __locate_dirty_segment() 778 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __locate_dirty_segment() 780 get_valid_blocks(sbi, segno, true); in __locate_dirty_segment() 793 static void __remove_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno, in __remove_dirty_segment() argument 799 if (test_and_clear_bit(segno, dirty_i->dirty_segmap[dirty_type])) in __remove_dirty_segment() 803 struct seg_entry *sentry = get_seg_entry(sbi, segno); in __remove_dirty_segment() [all …]
|
D | debug.c | 37 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() 189 si->curseg[i] = curseg->segno; in update_general_status() 190 si->cursec[i] = GET_SEC_FROM_SEG(sbi, curseg->segno); in update_general_status()
|
D | recovery.c | 491 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()
|
D | gc.h | 80 unsigned int segno; /* segment No. */ member
|
D | checkpoint.c | 141 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() 1495 ckpt->cur_node_segno[i] = cpu_to_le32(curseg->segno); in do_checkpoint() 1502 ckpt->cur_data_segno[i] = cpu_to_le32(curseg->segno); in do_checkpoint()
|
D | f2fs.h | 453 #define segno_in_journal(jnl, i) ((jnl)->sit_j.entries[i].segno) 3694 unsigned int segno, struct f2fs_summary_block *sum); 3727 bool f2fs_segment_has_free_slot(struct f2fs_sb_info *sbi, int segno); 3740 struct page *f2fs_get_sum_page(struct f2fs_sb_info *sbi, unsigned int segno); 3785 unsigned int segno);
|
D | node.c | 2856 unsigned int segno, struct f2fs_summary_block *sum) in f2fs_restore_node_summary() argument 2865 addr = START_BLOCK(sbi, segno); in f2fs_restore_node_summary()
|
/linux-6.12.1/net/sunrpc/xprtrdma/ |
D | svc_rdma_sendto.c | 422 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.12.1/include/trace/events/ |
D | rpcrdma.h | 1646 u32 segno, 1652 TP_ARGS(ctxt, segno, handle, length, offset), 1657 __field(u32, segno) 1666 __entry->segno = segno; 1674 __entry->segno, __entry->length, 1691 __field(u32, segno) 1701 __entry->segno = chunk->ch_segcount; 1710 __entry->segno, __entry->position, __entry->length, 1719 u32 segno 1722 TP_ARGS(cid, chunk, segno), [all …]
|
/linux-6.12.1/arch/powerpc/platforms/powernv/ |
D | pci-ioda.c | 260 int segno, i; in pnv_ioda_reserve_dev_m64_pe() local 271 for (segno = start / sgsz; segno < end / sgsz; segno++) { in pnv_ioda_reserve_dev_m64_pe() 273 set_bit(segno, pe_bitmap); in pnv_ioda_reserve_dev_m64_pe() 275 pnv_ioda_reserve_pe(phb, segno); in pnv_ioda_reserve_dev_m64_pe() 2576 unsigned int segno; in pnv_pci_init_ioda_phb() local 2665 for (segno = 0; segno < ARRAY_SIZE(phb->ioda.pe_rmap); segno++) in pnv_pci_init_ioda_phb() 2666 phb->ioda.pe_rmap[segno] = IODA_INVALID_PE; in pnv_pci_init_ioda_phb() 2697 for (segno = 0; segno < phb->ioda.total_pe_num; segno++) { in pnv_pci_init_ioda_phb() 2698 phb->ioda.m64_segmap[segno] = IODA_INVALID_PE; in pnv_pci_init_ioda_phb() 2699 phb->ioda.m32_segmap[segno] = IODA_INVALID_PE; in pnv_pci_init_ioda_phb()
|
/linux-6.12.1/include/linux/ |
D | f2fs_fs.h | 503 __le32 segno; member
|
/linux-6.12.1/Documentation/translations/it_IT/process/ |
D | 4.Coding.rst | 124 compilatore. L'uso eccessivo del preprocessore è praticamente sempre il segno 422 non rispecchia i vostri bisogni, allora questo potrebbe essere un segno che
|
D | management-style.rst | 132 Questo può suonare come un fallimento, ma di solito questo è un segno che
|
D | coding-style.rst | 412 con segno, identici ai tipi standard, sono permessi- tuttavia, non sono
|
D | submitting-patches.rst | 92 essere lunga, potrebbe essere un segno che la vostra patch necessita d'essere
|
/linux-6.12.1/Documentation/translations/it_IT/RCU/ |
D | torture.rst | 58 un brutto segno se questo numero rappresenta una frazione troppo alta di
|
/linux-6.12.1/Documentation/filesystems/ |
D | f2fs.rst | 468 -s [SIT dump segno from #1~#2 (decimal), for all 0~-1] 469 -a [SSA dump segno from #1~#2 (decimal), for all 0~-1]
|
/linux-6.12.1/Documentation/translations/it_IT/kernel-hacking/ |
D | hacking.rst | 569 (``include/asm/atomic.h``); questo contiene un intero con segno (minimo 32bit),
|