Searched refs:ALLOC_NODE (Results 1 – 6 of 6) sorted by relevance
/fs/f2fs/ |
D | recovery.c | 617 err = f2fs_get_dnode_of_data(&dn, start, ALLOC_NODE); in do_recover_data()
|
D | data.c | 1162 err = f2fs_get_dnode_of_data(dn, index, ALLOC_NODE); in f2fs_reserve_block() 1433 int mode = map->m_may_create ? ALLOC_NODE : LOOKUP_NODE; in f2fs_map_blocks()
|
D | file.c | 1234 ret = f2fs_get_dnode_of_data(&dn, dst + i, ALLOC_NODE); in __clone_blkaddrs() 1524 ret = f2fs_get_dnode_of_data(&dn, index, ALLOC_NODE); in f2fs_zero_range()
|
D | node.c | 797 if (!nids[i] && mode == ALLOC_NODE) { in f2fs_get_dnode_of_data()
|
D | f2fs.h | 569 ALLOC_NODE, /* allocate a new node page if needed */ enumerator
|
D | segment.c | 219 err = f2fs_get_dnode_of_data(&dn, index, ALLOC_NODE); in __replace_atomic_write_block()
|