Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsegment.h22 #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 …]
H A Dgc.c334 static unsigned int get_cb_cost(struct f2fs_sb_info *sbi, unsigned int segno) in get_cb_cost() argument
337 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in get_cb_cost()
344 unsigned int usable_segs_per_sec = f2fs_usable_segs_in_sec(sbi, segno); in get_cb_cost()
348 vblocks = get_valid_blocks(sbi, segno, true); in get_cb_cost()
368 unsigned int segno, struct victim_sel_policy *p) in get_gc_cost() argument
371 return get_seg_entry(sbi, segno)->ckpt_valid_blocks; in get_gc_cost()
375 return get_valid_blocks(sbi, segno, true); in get_gc_cost()
377 return get_cb_cost(sbi, segno); in get_gc_cost()
441 unsigned long long mtime, unsigned int segno) in __create_victim_entry() argument
449 ve->segno = segno; in __create_victim_entry()
[all …]
H A Dsegment.c753 static void __locate_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno, in __locate_dirty_segment() argument
759 if (IS_CURSEG(sbi, segno)) in __locate_dirty_segment()
762 if (!test_and_set_bit(segno, dirty_i->dirty_segmap[dirty_type])) in __locate_dirty_segment()
766 struct seg_entry *sentry = get_seg_entry(sbi, segno); in __locate_dirty_segment()
773 if (!test_and_set_bit(segno, dirty_i->dirty_segmap[t])) in __locate_dirty_segment()
777 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __locate_dirty_segment()
779 get_valid_blocks(sbi, segno, true); in __locate_dirty_segment()
790 static void __remove_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno, in __remove_dirty_segment() argument
796 if (test_and_clear_bit(segno, dirty_i->dirty_segmap[dirty_type])) in __remove_dirty_segment()
800 struct seg_entry *sentry = get_seg_entry(sbi, segno); in __remove_dirty_segment()
[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()
190 si->curseg[i] = curseg->segno; in update_general_status()
191 si->cursec[i] = GET_SEC_FROM_SEG(sbi, curseg->segno); in update_general_status()
H A Drecovery.c498 unsigned int segno = GET_SEGNO(sbi, blkaddr); in check_index_in_prev_nodes() local
510 sentry = get_seg_entry(sbi, segno); in check_index_in_prev_nodes()
518 if (curseg->segno == segno) { in check_index_in_prev_nodes()
524 sum_page = f2fs_get_sum_page(sbi, segno); in check_index_in_prev_nodes()
H A Dgc.h63 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()
1478 ckpt->cur_node_segno[i] = cpu_to_le32(curseg->segno); in do_checkpoint()
1485 ckpt->cur_data_segno[i] = cpu_to_le32(curseg->segno); in do_checkpoint()
H A Df2fs.h438 #define segno_in_journal(jnl, i) ((jnl)->sit_j.entries[i].segno)
3650 unsigned int segno, struct f2fs_summary_block *sum);
3683 bool f2fs_segment_has_free_slot(struct f2fs_sb_info *sbi, int segno);
3697 struct page *f2fs_get_sum_page(struct f2fs_sb_info *sbi, unsigned int segno);
3738 unsigned int segno);
3740 unsigned int segno);
H A Dnode.c2859 unsigned int segno, struct f2fs_summary_block *sum) in f2fs_restore_node_summary() argument
2868 addr = START_BLOCK(sbi, segno); in f2fs_restore_node_summary()
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c382 u32 *remaining, unsigned int segno) in svc_rdma_encode_write_segment() argument
384 const struct svc_rdma_segment *segment = &chunk->ch_segments[segno]; in svc_rdma_encode_write_segment()
397 trace_svcrdma_encode_wseg(sctxt, segno, segment->rs_handle, length, in svc_rdma_encode_write_segment()
420 unsigned int segno; in svc_rdma_encode_write_chunk() local
434 for (segno = 0; segno < chunk->ch_segcount; segno++) { in svc_rdma_encode_write_chunk()
435 ret = svc_rdma_encode_write_segment(sctxt, chunk, &remaining, segno); in svc_rdma_encode_write_chunk()
/openbmc/linux/include/trace/events/
H A Drpcrdma.h1644 u32 segno,
1650 TP_ARGS(ctxt, segno, handle, length, offset),
1655 __field(u32, segno)
1664 __entry->segno = segno;
1672 __entry->segno, __entry->length,
1689 __field(u32, segno)
1699 __entry->segno = chunk->ch_segcount;
1708 __entry->segno, __entry->position, __entry->length,
1717 u32 segno
1720 TP_ARGS(cid, chunk, segno),
[all …]
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c260 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()
2574 unsigned int segno; in pnv_pci_init_ioda_phb() local
2663 for (segno = 0; segno < ARRAY_SIZE(phb->ioda.pe_rmap); segno++) in pnv_pci_init_ioda_phb()
2664 phb->ioda.pe_rmap[segno] = IODA_INVALID_PE; in pnv_pci_init_ioda_phb()
2695 for (segno = 0; segno < phb->ioda.total_pe_num; segno++) { in pnv_pci_init_ioda_phb()
2696 phb->ioda.m64_segmap[segno] = IODA_INVALID_PE; in pnv_pci_init_ioda_phb()
2697 phb->ioda.m32_segmap[segno] = IODA_INVALID_PE; in pnv_pci_init_ioda_phb()
/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-security/mfa/
H A Dpython3-privacyidea_3.9.1.bb40 RDEPENDS:${PN} += "python3-smpplib python3-soupsieve python3-segno python3-importlib-metadata"
/openbmc/linux/include/linux/
H A Df2fs_fs.h491 __le32 segno; member
/openbmc/linux/Documentation/translations/it_IT/process/
H A D4.Coding.rst120 compilatore. L'uso eccessivo del preprocessore è praticamente sempre il segno
418 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
/openbmc/linux/Documentation/filesystems/
H A Df2fs.rst466 -s [SIT dump segno from #1~#2 (decimal), for all 0~-1]
467 -a [SSA dump segno from #1~#2 (decimal), for all 0~-1]
/openbmc/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dhacking.rst569 (``include/asm/atomic.h``); questo contiene un intero con segno (minimo 32bit),