Searched defs:segno (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/f2fs/
H A Ddebug.c37 unsigned int segno, vblocks; local
H A Dgc.h63 unsigned int segno; /* segment No. */ member in struct:victim_entry
H A Drecovery.c498 unsigned int segno = GET_SEGNO(sbi, blkaddr); local
H A Dcheckpoint.c141 unsigned int segno, offset; local
H A Dgc.c332 static unsigned int get_cb_cost(struct f2fs_sb_info *sbi, unsigned int segno) argument
365 get_gc_cost(struct f2fs_sb_info *sbi, unsigned int segno, struct victim_sel_policy *p) argument
438 __create_victim_entry(struct f2fs_sb_info *sbi, unsigned long long mtime, unsigned int segno) argument
455 __insert_victim_entry(struct f2fs_sb_info *sbi, unsigned long long mtime, unsigned int segno) argument
484 add_victim_entry(struct f2fs_sb_info *sbi, struct victim_sel_policy *p, unsigned int segno) argument
687 f2fs_pin_section(struct f2fs_sb_info *sbi, unsigned int segno) argument
723 f2fs_gc_pinned_control(struct inode *inode, int gc_type, unsigned int segno) argument
817 unsigned int unit_no, segno; local
977 check_valid_map(struct f2fs_sb_info *sbi, unsigned int segno, int offset) argument
996 gc_node_segment(struct f2fs_sb_info *sbi, struct f2fs_summary *sum, unsigned int segno, int gc_type) argument
1155 unsigned int segno = GET_SEGNO(sbi, blkaddr); local
1260 move_data_block(struct inode *inode, block_t bidx, int gc_type, unsigned int segno, int off) argument
1417 move_data_page(struct inode *inode, block_t bidx, int gc_type, unsigned int segno, int off) argument
1493 gc_data_segment(struct f2fs_sb_info *sbi, struct f2fs_summary *sum, struct gc_inode_list *gc_list, unsigned int segno, int gc_type, bool force_migrate) argument
1674 unsigned int segno = start_segno; local
1791 unsigned int segno = gc_control->victim_segno; local
1984 unsigned int segno; local
[all...]
H A Dnode.c2843 f2fs_restore_node_summary(struct f2fs_sb_info *sbi, unsigned int segno, struct f2fs_summary_block *sum) argument
H A Dsegment.h297 unsigned int segno; /* current segment number */ member in struct:curseg_info
319 get_seg_entry(struct f2fs_sb_info *sbi, unsigned int segno) argument
326 get_sec_entry(struct f2fs_sb_info *sbi, unsigned int segno) argument
333 get_valid_blocks(struct f2fs_sb_info *sbi, unsigned int segno, bool use_section) argument
346 get_ckpt_valid_blocks(struct f2fs_sb_info *sbi, unsigned int segno, bool use_section) argument
416 find_next_inuse(struct free_segmap_info *free_i, unsigned int max, unsigned int segno) argument
426 __set_free(struct f2fs_sb_info *sbi, unsigned int segno) argument
447 __set_inuse(struct f2fs_sb_info *sbi, unsigned int segno) argument
459 __set_test_and_free(struct f2fs_sb_info *sbi, unsigned int segno, bool inmem) argument
485 __set_test_and_inuse(struct f2fs_sb_info *sbi, unsigned int segno) argument
563 unsigned segno, left_blocks; local
731 valid_main_segno(struct f2fs_sb_info *sbi, unsigned int segno) argument
751 check_block_count(struct f2fs_sb_info *sbi, int segno, struct f2fs_sit_entry *raw_sit) argument
[all...]
H A Dsegment.c746 static void __locate_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno, argument
783 static void __remove_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno, argument
827 locate_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno) argument
860 unsigned int segno; local
883 unsigned int segno; local
924 unsigned int segno = 0; local
1141 unsigned int segno; local
2138 unsigned int segno; local
2356 __mark_sit_entry_dirty(struct f2fs_sb_info *sbi, unsigned int segno) argument
2368 __set_sit_entry_type(struct f2fs_sb_info *sbi, int type, unsigned int segno, int modified) argument
2381 unsigned int segno = GET_SEGNO(sbi, blkaddr); local
2392 unsigned int segno = GET_SEGNO(sbi, blkaddr); local
2414 unsigned int segno, offset; local
2515 unsigned int segno = GET_SEGNO(sbi, addr); local
2539 unsigned int segno, offset; local
2598 f2fs_get_sum_page(struct f2fs_sb_info *sbi, unsigned int segno) argument
2650 unsigned int segno = curseg->segno + 1; local
2666 unsigned int segno, secno, zoneno; local
2819 unsigned int segno = curseg->segno; local
2843 __next_free_blkoff(struct f2fs_sb_info *sbi, int segno, block_t start) argument
2865 f2fs_segment_has_free_slot(struct f2fs_sb_info *sbi, int segno) argument
3017 unsigned segno = NULL_SEGNO; local
3089 unsigned int segno; local
3737 unsigned int segno; local
3787 __f2fs_get_curseg(struct f2fs_sb_info *sbi, unsigned int segno) argument
3806 unsigned int segno, old_cursegno; local
3984 unsigned int segno; local
4028 unsigned int segno = 0; local
4239 get_current_sit_page(struct f2fs_sb_info *sbi, unsigned int segno) argument
4298 add_sit_entry(unsigned int segno, struct list_head *head) argument
4323 unsigned int segno; local
4337 unsigned int segno; local
4396 unsigned int segno = start_segno; local
4821 unsigned int segno = 0, offset = 0, secno; local
5236 f2fs_usable_zone_blks_in_seg( struct f2fs_sb_info *sbi, unsigned int segno) argument
5274 f2fs_usable_zone_blks_in_seg(struct f2fs_sb_info *sbi, unsigned int segno) argument
5281 f2fs_usable_blks_in_seg(struct f2fs_sb_info *sbi, unsigned int segno) argument
5290 f2fs_usable_segs_in_sec(struct f2fs_sb_info *sbi, unsigned int segno) argument
5305 unsigned int segno; local
[all...]
/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c460 unsigned int segno; local
420 svc_rdma_encode_write_segment(struct svc_rdma_send_ctxt *sctxt, const struct svc_rdma_chunk *chunk, u32 *remaining, unsigned int segno) argument
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c260 int segno, i; local
2574 unsigned int segno; local
[all...]
/linux-master/include/linux/
H A Df2fs_fs.h501 __le32 segno; member in struct:sit_journal_entry

Completed in 168 milliseconds