Home
last modified time | relevance | path

Searched refs:sit_entry_set (Results 1 – 3 of 3) sorted by relevance

/linux/fs/f2fs/
H A Dsegment.c4590 static struct sit_entry_set *grab_sit_entry_set(void) in grab_sit_entry_set()
4592 struct sit_entry_set *ses = in grab_sit_entry_set()
4601 static void release_sit_entry_set(struct sit_entry_set *ses) in release_sit_entry_set()
4607 static void adjust_sit_entry_set(struct sit_entry_set *ses, in adjust_sit_entry_set()
4610 struct sit_entry_set *next = ses; in adjust_sit_entry_set()
4626 struct sit_entry_set *ses; in add_sit_entry()
4647 struct list_head *set_list = &sm_info->sit_entry_set; in add_sits_in_set()
4670 add_sit_entry(segno, &SM_I(sbi)->sit_entry_set); in remove_sits_in_journal()
4686 struct sit_entry_set *ses, *tmp; in f2fs_flush_sit_entries()
4687 struct list_head *head = &SM_I(sbi)->sit_entry_set; in f2fs_flush_sit_entries()
[all …]
H A Dsegment.h287 struct sit_entry_set { struct
H A Df2fs.h1203 struct list_head sit_entry_set; /* sit entry set list */ member