Home
last modified time | relevance | path

Searched refs:sit_info (Results 1 – 6 of 6) sorted by relevance

/third_party/libnl/lib/route/link/
Dsit.c48 struct sit_info struct
82 struct sit_info *sit; in sit_alloc() argument
101 struct sit_info *sit; in sit_parse()
185 struct sit_info *sit = link->l_info; in sit_put_attrs()
237 struct sit_info *sit = link->l_info; in sit_free()
250 struct sit_info *sit = link->l_info; in sit_dump_details()
333 struct sit_info *sit_dst, *sit_src = src->l_info; in sit_clone()
347 memcpy(sit_dst, sit_src, sizeof(struct sit_info)); in sit_clone()
366 struct sit_info *sit; \
/third_party/f2fs-tools/fsck/
Df2fs.h154 struct sit_info { struct
185 struct sit_info *sit_info; argument
306 static inline struct sit_info *SIT_I(struct f2fs_sb_info *sbi) in SIT_I()
308 return (struct sit_info *)(SM_I(sbi)->sit_info); in SIT_I()
Dmount.c1672 struct sit_info *sit_i; in build_sit_info()
1679 sit_i = malloc(sizeof(struct sit_info)); in build_sit_info()
1685 SM_I(sbi)->sit_info = sit_i; in build_sit_info()
1983 struct sit_info *sit_i = SIT_I(sbi); in current_sit_addr()
2067 struct sit_info *sit_i = SIT_I(sbi); in get_seg_entry()
2293 struct sit_info *sit_i = SIT_I(sbi); in build_sit_entries()
2452 struct sit_info *sit_i = SIT_I(sbi); in rewrite_sit_area_bitmap()
2503 struct sit_info *sit_i = SIT_I(sbi); in flush_sit_journal_entries()
2581 struct sit_info *sit_i = SIT_I(sbi); in flush_sit_entries()
3589 struct sit_info *sit_i = SIT_I(sbi); in f2fs_do_umount()
[all …]
Ddump.c110 struct sit_info *sit_i = SIT_I(sbi); in sit_dump()
Dresize.c393 struct sit_info *sit_i = SIT_I(sbi); in migrate_sit()
Dfsck.c2091 struct sit_info *sit_i = SIT_I(sbi); in flush_curseg_sit_entries()
2120 struct sit_info *sit_i = SIT_I(sbi); in fix_checksum()