fs/f2fs/debug.c
241
si->alloc_nids = NM_I(sbi)->nid_cnt[PREALLOC_NID];
fs/f2fs/debug.c
370
NM_I(sbi)->nid_cnt[PREALLOC_NID]) *
fs/f2fs/node.c
2379
case PREALLOC_NID:
fs/f2fs/node.c
2729
__move_free_nid(sbi, i, FREE_NID, PREALLOC_NID);
fs/f2fs/node.c
2756
__remove_free_nid(sbi, i, PREALLOC_NID);
fs/f2fs/node.c
2779
__remove_free_nid(sbi, i, PREALLOC_NID);
fs/f2fs/node.c
2782
__move_free_nid(sbi, i, PREALLOC_NID, FREE_NID);
fs/f2fs/node.c
3367
nm_i->nid_cnt[PREALLOC_NID] = 0;
fs/f2fs/node.c
3487
f2fs_bug_on(sbi, nm_i->nid_cnt[PREALLOC_NID]);