Searched refs:PREALLOC_NID (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/f2fs/
H A Ddebug.c176 si->alloc_nids = NM_I(sbi)->nid_cnt[PREALLOC_NID];
302 NM_I(sbi)->nid_cnt[PREALLOC_NID]) *
H A Dnode.c2235 case PREALLOC_NID:
2319 * - __insert_nid_to_list(PREALLOC_NID)
2332 * - __remove_nid_from_list(PREALLOC_NID)
2588 __move_free_nid(sbi, i, FREE_NID, PREALLOC_NID);
2615 __remove_free_nid(sbi, i, PREALLOC_NID);
2638 __remove_free_nid(sbi, i, PREALLOC_NID);
2641 __move_free_nid(sbi, i, PREALLOC_NID, FREE_NID);
3248 nm_i->nid_cnt[PREALLOC_NID] = 0;
3365 f2fs_bug_on(sbi, nm_i->nid_cnt[PREALLOC_NID]);
H A Df2fs.h913 PREALLOC_NID, /* it is preallocated */ enumerator in enum:nid_state

Completed in 236 milliseconds