Searched defs:curseg (Results  1 – 7 of 7) sorted by relevance
| /linux-4.4.14/fs/f2fs/ | 
| D | recovery.c | 174 	struct curseg_info *curseg;  in find_fsync_dnodes()  local280 		struct curseg_info *curseg = CURSEG_I(sbi, i);  in check_index_in_prev_nodes()  local
 466 	struct curseg_info *curseg;  in recover_data()  local
 530 	struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_WARM_NODE);  in recover_fsync_data()  local
 
 | 
| D | segment.c | 794 	struct curseg_info *curseg = CURSEG_I(sbi, type);  in __add_sum_entry()  local859 	struct curseg_info *curseg = CURSEG_I(sbi, type);  in is_next_segment_free()  local
 963 	struct curseg_info *curseg = CURSEG_I(sbi, type);  in reset_curseg()  local
 986 	struct curseg_info *curseg = CURSEG_I(sbi, type);  in new_curseg()  local
 1043 	struct curseg_info *curseg = CURSEG_I(sbi, type);  in change_curseg()  local
 1071 	struct curseg_info *curseg = CURSEG_I(sbi, type);  in get_ssr_segment()  local
 1093 	struct curseg_info *curseg = CURSEG_I(sbi, type);  in allocate_segment_by_default()  local
 1111 	struct curseg_info *curseg = CURSEG_I(sbi, type);  in __allocate_new_segments()  local
 1177 	struct curseg_info *curseg = CURSEG_I(sbi, type);  in __has_curseg_space()  local
 1247 	struct curseg_info *curseg;  in allocate_data_block()  local
 [all …]
 
 | 
| D | debug.c | 81 		struct curseg_info *curseg = CURSEG_I(sbi, i);  in update_general_status()  local
 | 
| D | node.c | 357 	struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA);  in get_node_info()  local1522 	struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA);  in build_free_nids()  local
 1833 	struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA);  in remove_nats_in_journal()  local
 1879 	struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA);  in __flush_nat_entry_set()  local
 1952 	struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA);  in flush_nat_entries()  local
 
 | 
| D | segment.h | 65 #define NEXT_FREE_BLKADDR(sbi, curseg)					\  argument552 	struct curseg_info *curseg = CURSEG_I(sbi, type);  in curseg_segno()  local
 559 	struct curseg_info *curseg = CURSEG_I(sbi, type);  in curseg_alloc_type()  local
 565 	struct curseg_info *curseg = CURSEG_I(sbi, type);  in curseg_blkoff()  local
 
 | 
| D | checkpoint.c | 925 	struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_WARM_NODE);  in do_checkpoint()  local
 | 
| D | f2fs.h | 1896 	int curseg[NR_CURSEG_TYPE];  member1950 #define stat_inc_seg_type(sbi, curseg)					\  argument
 1952 #define stat_inc_block_count(sbi, curseg)				\  argument
 2008 #define stat_inc_seg_type(sbi, curseg)  argument
 2009 #define stat_inc_block_count(sbi, curseg)  argument
 
 |