Home
last modified time | relevance | path

Searched defs:f2fs_nm_info (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Df2fs.h920 struct f2fs_nm_info { struct
921 block_t nat_blkaddr; /* base disk address of NAT */
922 nid_t max_nid; /* maximum possible node ids */
923 nid_t available_nids; /* # of available node ids */
924 nid_t next_scan_nid; /* the next nid to be scanned */
925 nid_t max_rf_node_blocks; /* max # of nodes for recovery */
926 unsigned int ram_thresh; /* control the memory footprint */
927 unsigned int ra_nid_pages; /* # of nid pages to be readaheaded */
928 unsigned int dirty_nats_ratio; /* control dirty nats ratio threshold */
931 struct radix_tree_root nat_root;/* root of the nat entry cache */
[all …]