Home
last modified time | relevance | path

Searched refs:PREALLOC_NID (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dnode.c2235 case PREALLOC_NID: in __move_free_nid()
2588 __move_free_nid(sbi, i, FREE_NID, PREALLOC_NID); in f2fs_alloc_nid()
2615 __remove_free_nid(sbi, i, PREALLOC_NID); in f2fs_alloc_nid_done()
2638 __remove_free_nid(sbi, i, PREALLOC_NID); in f2fs_alloc_nid_failed()
2641 __move_free_nid(sbi, i, PREALLOC_NID, FREE_NID); in f2fs_alloc_nid_failed()
3248 nm_i->nid_cnt[PREALLOC_NID] = 0; in init_node_manager()
3365 f2fs_bug_on(sbi, nm_i->nid_cnt[PREALLOC_NID]); in f2fs_destroy_node_manager()
H A Ddebug.c176 si->alloc_nids = NM_I(sbi)->nid_cnt[PREALLOC_NID]; in update_general_status()
303 NM_I(sbi)->nid_cnt[PREALLOC_NID]) * in update_mem_info()
H A Df2fs.h903 PREALLOC_NID, /* it is preallocated */ enumerator