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