Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Df2fs.h401 struct f2fs_nm_info { struct
402 block_t nat_blkaddr; /* base disk address of NAT */
403 nid_t max_nid; /* maximum possible node ids */
404 nid_t available_nids; /* maximum available node ids */
405 nid_t next_scan_nid; /* the next nid to be scanned */
406 unsigned int ram_thresh; /* control the memory footprint */
409 struct radix_tree_root nat_root;/* root of the nat entry cache */
410 struct radix_tree_root nat_set_root;/* root of the nat set cache */
411 struct rw_semaphore nat_tree_lock; /* protect nat_tree_lock */
412 struct list_head nat_entries; /* cached nat entry list (clean) */
[all …]