Home
last modified time | relevance | path

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

/linux/fs/f2fs/
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
104 (((segno) == -1) ? -1: (segno) / (sbi)->segs_per_sec)
122 #define START_SEGNO(segno) \ argument
336 unsigned int segno) in get_seg_entry() argument
343 unsigned int segno) in get_sec_entry() argument
464 unsigned int segno) in __set_inuse() argument
502 unsigned int segno) in __set_test_and_inuse() argument
584 segno = CURSEG_I(sbi, i)->segno; in has_curseg_enough_space()
593 segno = CURSEG_I(sbi, CURSEG_HOT_DATA)->segno; in has_curseg_enough_space()
[all …]
A Dgc.c382 ve->segno = segno; in attach_victim_entry()
517 p->min_segno = ve->segno; in atgc_lookup_victim()
783 p.min_segno = segno; in get_victim_by_default()
1529 segno, off); in gc_data_segment()
1603 end_segno = segno - 1; in do_garbage_collect()
1604 for (segno = start_segno; segno < end_segno; segno++) { in do_garbage_collect()
1617 for (segno = start_segno; segno < end_segno; segno++) { in do_garbage_collect()
1653 segno, gc_type, in do_garbage_collect()
1768 segno = NULL_SEGNO; in f2fs_gc()
1776 segno = NULL_SEGNO; in f2fs_gc()
[all …]
A Dsegment.c913 if (segno == NULL_SEGNO || IS_CURSEG(sbi, segno)) in locate_dirty_segment()
2524 unsigned int segno = curseg->segno + 1; in is_next_segment_free() local
2689 unsigned int segno = curseg->segno; in new_curseg() local
2992 segno = CURSEG_I(sbi, type)->segno; in f2fs_allocate_segment_for_resize()
2993 if (segno < start || segno > end) in f2fs_allocate_segment_for_resize()
3007 if (segno != curseg->segno) in f2fs_allocate_segment_for_resize()
3009 type, segno, curseg->segno); in f2fs_allocate_segment_for_resize()
3688 if (CURSEG_I(sbi, i)->segno == segno) in __f2fs_get_curseg()
3742 if (segno != curseg->segno) { in f2fs_do_replace_block()
4717 for (segno = 0; segno < MAIN_SEGS(sbi); segno += sbi->segs_per_sec) { in init_dirty_segmap()
[all …]
A Dgc.h60 unsigned int segno; /* section No. */ member
68 unsigned int segno; /* segment No. */ member
A Ddebug.c37 unsigned int segno, vblocks; in f2fs_update_sit_info() local
44 for (segno = 0; segno < MAIN_SEGS(sbi); segno += sbi->segs_per_sec) { in f2fs_update_sit_info()
45 vblocks = get_valid_blocks(sbi, segno, true); in f2fs_update_sit_info()
183 si->curseg[i] = curseg->segno; in update_general_status()
184 si->cursec[i] = GET_SEC_FROM_SEG(sbi, curseg->segno); in update_general_status()
A Drecovery.c447 unsigned int segno = GET_SEGNO(sbi, blkaddr); in check_index_in_prev_nodes() local
459 sentry = get_seg_entry(sbi, segno); in check_index_in_prev_nodes()
467 if (curseg->segno == segno) { in check_index_in_prev_nodes()
473 sum_page = f2fs_get_sum_page(sbi, segno); in check_index_in_prev_nodes()
A Df2fs.h410 #define segno_in_journal(jnl, i) ((jnl)->sit_j.entries[i].segno)
3440 unsigned int segno, struct f2fs_summary_block *sum);
3476 bool f2fs_segment_has_free_slot(struct f2fs_sb_info *sbi, int segno);
3489 struct page *f2fs_get_sum_page(struct f2fs_sb_info *sbi, unsigned int segno);
3532 unsigned int segno);
3534 unsigned int segno);
3661 unsigned int segno);
A Dcheckpoint.c139 unsigned int segno, offset; in __is_bitmap_valid() local
145 segno = GET_SEGNO(sbi, blkaddr); in __is_bitmap_valid()
147 se = get_seg_entry(sbi, segno); in __is_bitmap_valid()
A Dnode.c2808 unsigned int segno, struct f2fs_summary_block *sum) in f2fs_restore_node_summary() argument
2817 addr = START_BLOCK(sbi, segno); in f2fs_restore_node_summary()
/linux/net/sunrpc/xprtrdma/
A Dsvc_rdma_sendto.c377 u32 *remaining, unsigned int segno) in svc_rdma_encode_write_segment() argument
379 const struct svc_rdma_segment *segment = &chunk->ch_segments[segno]; in svc_rdma_encode_write_segment()
392 trace_svcrdma_encode_wseg(sctxt, segno, segment->rs_handle, length, in svc_rdma_encode_write_segment()
415 unsigned int segno; in svc_rdma_encode_write_chunk() local
429 for (segno = 0; segno < chunk->ch_segcount; segno++) { in svc_rdma_encode_write_chunk()
430 ret = svc_rdma_encode_write_segment(sctxt, chunk, &remaining, segno); in svc_rdma_encode_write_chunk()
/linux/arch/powerpc/platforms/powernv/
A Dpci-ioda.c262 int segno, i; in pnv_ioda_reserve_dev_m64_pe() local
273 for (segno = start / sgsz; segno < end / sgsz; segno++) { in pnv_ioda_reserve_dev_m64_pe()
275 set_bit(segno, pe_bitmap); in pnv_ioda_reserve_dev_m64_pe()
277 pnv_ioda_reserve_pe(phb, segno); in pnv_ioda_reserve_dev_m64_pe()
2956 unsigned int segno; in pnv_pci_init_ioda_phb() local
3045 for (segno = 0; segno < ARRAY_SIZE(phb->ioda.pe_rmap); segno++) in pnv_pci_init_ioda_phb()
3046 phb->ioda.pe_rmap[segno] = IODA_INVALID_PE; in pnv_pci_init_ioda_phb()
3088 for (segno = 0; segno < phb->ioda.total_pe_num; segno++) { in pnv_pci_init_ioda_phb()
3089 phb->ioda.m64_segmap[segno] = IODA_INVALID_PE; in pnv_pci_init_ioda_phb()
3094 for (segno = 0; segno < phb->ioda.total_pe_num; segno++) in pnv_pci_init_ioda_phb()
[all …]
/linux/include/trace/events/
A Drpcrdma.h1644 u32 segno,
1655 __field(u32, segno)
1664 __entry->segno = segno;
1672 __entry->segno, __entry->length,
1689 __field(u32, segno)
1717 u32 segno
1720 TP_ARGS(cid, chunk, segno),
1725 __field(u32, segno)
1733 &chunk->ch_segments[segno];
1737 __entry->segno = segno;
[all …]
/linux/include/linux/
A Df2fs_fs.h456 __le32 segno; member
/linux/Documentation/translations/it_IT/process/
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
A Dmanagement-style.rst132 Questo può suonare come un fallimento, ma di solito questo è un segno che
A Dmaintainer-pgp-guide.rst941 Se trovate un paio di percorsi affidabili è un buon segno circa la validità
A Dcoding-style.rst412 con segno, identici ai tipi standard, sono permessi- tuttavia, non sono
A Dsubmitting-patches.rst90 essere lunga, potrebbe essere un segno che la vostra patch necessita d'essere
/linux/Documentation/filesystems/
A Df2fs.rst444 -s [SIT dump segno from #1~#2 (decimal), for all 0~-1]
445 -a [SSA dump segno from #1~#2 (decimal), for all 0~-1]
/linux/Documentation/translations/it_IT/kernel-hacking/
A Dhacking.rst570 (``include/asm/atomic.h``); questo contiene un intero con segno (minimo 32bit),

Completed in 75 milliseconds