/linux/fs/f2fs/ |
H A D | segment.h | 24 #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 56 #define START_BLOCK(sbi, segno) (SEG0_BLKADDR(sbi) + \ argument 77 #define GET_START_SEG_FROM_SEC(sbi, segno) \ argument 79 #define GET_SEC_FROM_SEG(sbi, segno) \ argument 85 #define GET_ZONE_FROM_SEG(sbi, segno) \ argument 88 #define GET_SUM_BLOCK(sbi, segno) \ argument 94 #define SIT_ENTRY_OFFSET(sit_i, segno) \ argument 96 #define SIT_BLOCK_OFFSET(segno) \ argument 98 #define START_SEGNO(segno) \ argument [all …]
|
H A D | gc.c | 360 static unsigned int get_cb_cost(struct f2fs_sb_info *sbi, unsigned int segno) in get_cb_cost() 389 unsigned int segno, struct victim_sel_policy *p, in get_gc_cost() 468 unsigned long long mtime, unsigned int segno) in __create_victim_entry() 485 unsigned long long mtime, unsigned int segno) in __insert_victim_entry() 514 struct victim_sel_policy *p, unsigned int segno) in add_victim_entry() 712 static bool f2fs_pin_section(struct f2fs_sb_info *sbi, unsigned int segno) in f2fs_pin_section() 749 unsigned int segno) in f2fs_gc_pinned_control() 851 unsigned int unit_no, segno; in f2fs_get_victim() local 1012 unsigned int segno, int offset) in check_valid_map() 1031 struct f2fs_summary *sum, unsigned int segno, int gc_type) in gc_node_segment() [all …]
|
H A D | segment.c | 770 static void __locate_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno, in __locate_dirty_segment() 809 static void __remove_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno, in __remove_dirty_segment() 853 static void locate_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno) in locate_dirty_segment() 886 unsigned int segno; in f2fs_dirty_to_prefree() local 909 unsigned int segno; in f2fs_get_unusable_blocks() local 950 unsigned int segno = 0; in get_free_segment() local 1166 unsigned int segno; in __check_sit_bitmap() local 2174 unsigned int segno; in set_prefree_as_free_segments() local 2391 static bool __mark_sit_entry_dirty(struct f2fs_sb_info *sbi, unsigned int segno) in __mark_sit_entry_dirty() 2404 unsigned int segno, int modified) in __set_sit_entry_type() [all …]
|
H A D | debug.c | 37 unsigned int segno, vblocks; in f2fs_update_sit_info() local
|
H A D | gc.h | 83 unsigned int segno; /* segment No. */ member
|
H A D | recovery.c | 493 unsigned int segno = GET_SEGNO(sbi, blkaddr); in check_index_in_prev_nodes() local
|
H A D | checkpoint.c | 141 unsigned int segno, offset; in __is_bitmap_valid() local
|
H A D | node.c | 2895 unsigned int segno, struct f2fs_summary_block *sum) in f2fs_restore_node_summary()
|
/linux/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_sendto.c | 422 svc_rdma_encode_write_segment(struct svc_rdma_send_ctxt * sctxt,const struct svc_rdma_chunk * chunk,u32 * remaining,unsigned int segno) svc_rdma_encode_write_segment() argument 460 unsigned int segno; svc_rdma_encode_write_chunk() local
|
/linux/arch/powerpc/platforms/powernv/ |
H A D | pci-ioda.c | 258 int segno, i; in pnv_ioda_reserve_dev_m64_pe() local 2533 unsigned int segno; in pnv_pci_init_ioda_phb() local
|
/linux/include/linux/ |
H A D | f2fs_fs.h | 505 __le32 segno; member
|