Android-cuttlefish cvd tool
Classes | Public Attributes | List of all members
f2fs_fsck Struct Reference

#include <fsck.h>

Collaboration diagram for f2fs_fsck:
Collaboration graph
[legend]

Classes

struct  chk_result
 

Public Attributes

struct f2fs_sb_info sbi
 
struct orphan_info orphani
 
struct f2fs_fsck::chk_result chk
 
struct hard_link_nodehard_link_list_head
 
char * main_seg_usage
 
char * main_area_bitmap
 
char * nat_area_bitmap
 
char * sit_area_bitmap
 
u64 main_area_bitmap_sz
 
u32 nat_area_bitmap_sz
 
u32 sit_area_bitmap_sz
 
u64 nr_main_blks
 
u32 nr_nat_entries
 
u32 dentry_depth
 
struct f2fs_dentrydentry
 
struct f2fs_dentrydentry_end
 
struct f2fs_nat_entryentries
 
u32 nat_valid_inode_cnt
 
struct quota_ctxqctx
 

Member Data Documentation

◆ chk

struct f2fs_fsck::chk_result f2fs_fsck::chk

◆ dentry

struct f2fs_dentry* f2fs_fsck::dentry

◆ dentry_depth

u32 f2fs_fsck::dentry_depth

◆ dentry_end

struct f2fs_dentry* f2fs_fsck::dentry_end

◆ entries

struct f2fs_nat_entry* f2fs_fsck::entries

◆ hard_link_list_head

struct hard_link_node* f2fs_fsck::hard_link_list_head

◆ main_area_bitmap

char* f2fs_fsck::main_area_bitmap

◆ main_area_bitmap_sz

u64 f2fs_fsck::main_area_bitmap_sz

◆ main_seg_usage

char* f2fs_fsck::main_seg_usage

◆ nat_area_bitmap

char* f2fs_fsck::nat_area_bitmap

◆ nat_area_bitmap_sz

u32 f2fs_fsck::nat_area_bitmap_sz

◆ nat_valid_inode_cnt

u32 f2fs_fsck::nat_valid_inode_cnt

◆ nr_main_blks

u64 f2fs_fsck::nr_main_blks

◆ nr_nat_entries

u32 f2fs_fsck::nr_nat_entries

◆ orphani

struct orphan_info f2fs_fsck::orphani

◆ qctx

struct quota_ctx* f2fs_fsck::qctx

◆ sbi

struct f2fs_sb_info f2fs_fsck::sbi

◆ sit_area_bitmap

char* f2fs_fsck::sit_area_bitmap

◆ sit_area_bitmap_sz

u32 f2fs_fsck::sit_area_bitmap_sz

The documentation for this struct was generated from the following file: