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.c2250 case PREALLOC_NID: in __move_free_nid()
2603 __move_free_nid(sbi, i, FREE_NID, PREALLOC_NID); in f2fs_alloc_nid()
2630 __remove_free_nid(sbi, i, PREALLOC_NID); in f2fs_alloc_nid_done()
2653 __remove_free_nid(sbi, i, PREALLOC_NID); in f2fs_alloc_nid_failed()
2656 __move_free_nid(sbi, i, PREALLOC_NID, FREE_NID); in f2fs_alloc_nid_failed()
3263 nm_i->nid_cnt[PREALLOC_NID] = 0; in init_node_manager()
3380 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.h909 PREALLOC_NID, /* it is preallocated */ enumerator