Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dnode.h141 NID_ALLOC /* it is allocated */ enumerator
Dnode.c1594 i->state = NID_ALLOC; in alloc_nid()
1625 f2fs_bug_on(sbi, !i || i->state != NID_ALLOC); in alloc_nid_done()
1646 f2fs_bug_on(sbi, !i || i->state != NID_ALLOC); in alloc_nid_failed()
1673 if (i->state == NID_ALLOC) in try_to_free_nids()
2064 f2fs_bug_on(sbi, i->state == NID_ALLOC); in destroy_node_manager()