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.c4595 static struct sit_entry_set *grab_sit_entry_set(void) in grab_sit_entry_set()
4597 struct sit_entry_set *ses = in grab_sit_entry_set()
4606 static void release_sit_entry_set(struct sit_entry_set *ses) in release_sit_entry_set()
4612 static void adjust_sit_entry_set(struct sit_entry_set *ses, in adjust_sit_entry_set()
4615 struct sit_entry_set *next = ses; in adjust_sit_entry_set()
4631 struct sit_entry_set *ses; in add_sit_entry()
4652 struct list_head *set_list = &sm_info->sit_entry_set; in add_sits_in_set()
4675 add_sit_entry(segno, &SM_I(sbi)->sit_entry_set); in remove_sits_in_journal()
4691 struct sit_entry_set *ses, *tmp; in f2fs_flush_sit_entries()
4692 struct list_head *head = &SM_I(sbi)->sit_entry_set; in f2fs_flush_sit_entries()
[all …]
H A Dsegment.h288 struct sit_entry_set { struct
H A Df2fs.h1173 struct list_head sit_entry_set; /* sit entry set list */ member