Searched refs:ALLOC_NODE (Results 1 – 5 of 5) sorted by relevance
535 err = f2fs_get_dnode_of_data(&dn, start, ALLOC_NODE); in do_recover_data()
821 err = f2fs_get_dnode_of_data(dn, index, ALLOC_NODE); in f2fs_reserve_block()1159 int mode = map->m_may_create ? ALLOC_NODE : LOOKUP_NODE; in f2fs_map_blocks()
1112 ret = f2fs_get_dnode_of_data(&dn, dst + i, ALLOC_NODE); in __clone_blkaddrs()1398 ret = f2fs_get_dnode_of_data(&dn, index, ALLOC_NODE); in f2fs_zero_range()
763 if (!nids[i] && mode == ALLOC_NODE) { in f2fs_get_dnode_of_data()
543 ALLOC_NODE, /* allocate a new node page if needed */ enumerator