Home
last modified time | relevance | path

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

/external/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; \
/external/f2fs-tools/fsck/
Df2fs.h154 struct sit_info { struct
185 struct sit_info *sit_info; argument
316 static inline struct sit_info *SIT_I(struct f2fs_sb_info *sbi) in SIT_I()
318 return (struct sit_info *)(SM_I(sbi)->sit_info); in SIT_I()
Dmount.c1687 struct sit_info *sit_i; in build_sit_info()
1694 sit_i = malloc(sizeof(struct sit_info)); in build_sit_info()
1700 SM_I(sbi)->sit_info = sit_i; in build_sit_info()
2002 struct sit_info *sit_i = SIT_I(sbi); in current_sit_addr()
2086 struct sit_info *sit_i = SIT_I(sbi); in get_seg_entry()
2312 struct sit_info *sit_i = SIT_I(sbi); in build_sit_entries()
2471 struct sit_info *sit_i = SIT_I(sbi); in rewrite_sit_area_bitmap()
2522 struct sit_info *sit_i = SIT_I(sbi); in flush_sit_journal_entries()
2600 struct sit_info *sit_i = SIT_I(sbi); in flush_sit_entries()
3618 struct sit_info *sit_i = SIT_I(sbi); in f2fs_do_umount()
[all …]
Dresize.c394 struct sit_info *sit_i = SIT_I(sbi); in migrate_sit()
Ddump.c110 struct sit_info *sit_i = SIT_I(sbi); in sit_dump()
Dfsck.c2113 struct sit_info *sit_i = SIT_I(sbi); in flush_curseg_sit_entries()
2142 struct sit_info *sit_i = SIT_I(sbi); in fix_checksum()