Searched refs:ALLOC_NODE (Results 1 – 5 of 5) sorted by relevance
498 err = f2fs_get_dnode_of_data(&dn, start, ALLOC_NODE); in do_recover_data()
691 err = f2fs_get_dnode_of_data(dn, index, ALLOC_NODE); in f2fs_reserve_block()1013 int mode = create ? ALLOC_NODE : LOOKUP_NODE; in f2fs_map_blocks()
1077 ret = f2fs_get_dnode_of_data(&dn, dst + i, ALLOC_NODE); in __clone_blkaddrs()1363 ret = f2fs_get_dnode_of_data(&dn, index, ALLOC_NODE); in f2fs_zero_range()
757 if (!nids[i] && mode == ALLOC_NODE) { in f2fs_get_dnode_of_data()
519 ALLOC_NODE, /* allocate a new node page if needed */ enumerator