Searched defs:f2fs_nm_info (Results 1 – 1 of 1) sorted by relevance
190 struct f2fs_nm_info { struct191 block_t nat_blkaddr; /* base disk address of NAT */192 nid_t max_nid; /* maximum possible node ids */193 nid_t next_scan_nid; /* the next nid to be scanned */196 struct radix_tree_root nat_root;/* root of the nat entry cache */197 rwlock_t nat_tree_lock; /* protect nat_tree_lock */198 unsigned int nat_cnt; /* the # of cached nat entries */199 struct list_head nat_entries; /* cached nat entry list (clean) */200 struct list_head dirty_nat_entries; /* cached nat entry list (dirty) */203 struct list_head free_nid_list; /* a list for free nids */[all …]