PREALLOC_NID      116 fs/f2fs/debug.c 	si->alloc_nids = NM_I(sbi)->nid_cnt[PREALLOC_NID];
PREALLOC_NID      255 fs/f2fs/debug.c 				NM_I(sbi)->nid_cnt[PREALLOC_NID]) *
PREALLOC_NID     2093 fs/f2fs/node.c 	case PREALLOC_NID:
PREALLOC_NID     2421 fs/f2fs/node.c 		__move_free_nid(sbi, i, FREE_NID, PREALLOC_NID);
PREALLOC_NID     2448 fs/f2fs/node.c 	__remove_free_nid(sbi, i, PREALLOC_NID);
PREALLOC_NID     2471 fs/f2fs/node.c 		__remove_free_nid(sbi, i, PREALLOC_NID);
PREALLOC_NID     2474 fs/f2fs/node.c 		__move_free_nid(sbi, i, PREALLOC_NID, FREE_NID);
PREALLOC_NID     3021 fs/f2fs/node.c 	nm_i->nid_cnt[PREALLOC_NID] = 0;
PREALLOC_NID     3140 fs/f2fs/node.c 	f2fs_bug_on(sbi, nm_i->nid_cnt[PREALLOC_NID]);