Searched refs:ALLOC_NODE (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/fs/f2fs/ |
| D | recovery.c | 648 err = f2fs_get_dnode_of_data(&dn, start, ALLOC_NODE); in do_recover_data()
|
| D | data.c | 1267 err = f2fs_get_dnode_of_data(dn, index, ALLOC_NODE); in f2fs_reserve_block() 1601 int mode = map->m_may_create ? ALLOC_NODE : LOOKUP_NODE; in f2fs_map_blocks()
|
| D | file.c | 1270 ret = f2fs_get_dnode_of_data(&dn, dst + i, ALLOC_NODE); in __clone_blkaddrs() 1561 ret = f2fs_get_dnode_of_data(&dn, index, ALLOC_NODE); in f2fs_zero_range()
|
| D | node.c | 802 if (!nids[i] && mode == ALLOC_NODE) { in f2fs_get_dnode_of_data()
|
| D | f2fs.h | 568 ALLOC_NODE, /* allocate a new node page if needed */ enumerator
|
| D | segment.c | 222 err = f2fs_get_dnode_of_data(&dn, index, ALLOC_NODE); in __replace_atomic_write_block()
|