Home
last modified time | relevance | path

Searched refs:NID_ALLOC (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/f2fs/
Dnode.h139 NID_ALLOC /* it is allocated */ enumerator
Dnode.c1574 i->state = NID_ALLOC; in alloc_nid()
1598 f2fs_bug_on(sbi, !i || i->state != NID_ALLOC); in alloc_nid_done()
1619 f2fs_bug_on(sbi, !i || i->state != NID_ALLOC); in alloc_nid_failed()
2010 f2fs_bug_on(sbi, i->state == NID_ALLOC); in destroy_node_manager()