Searched refs:ALLOC_NODE (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | recovery.c | 659 err = f2fs_get_dnode_of_data(&dn, start, ALLOC_NODE); in do_recover_data()
|
| H A D | data.c | 1185 err = f2fs_get_dnode_of_data(dn, index, ALLOC_NODE); in f2fs_reserve_block() 1537 int mode = map->m_may_create ? ALLOC_NODE : LOOKUP_NODE; in f2fs_map_blocks()
|
| H A D | file.c | 1429 ret = f2fs_get_dnode_of_data(&dn, dst + i, ALLOC_NODE); in __clone_blkaddrs() 1729 ret = f2fs_get_dnode_of_data(&dn, index, ALLOC_NODE); in f2fs_zero_range()
|
| H A D | node.c | 845 if (!nids[i] && mode == ALLOC_NODE) { in f2fs_get_dnode_of_data()
|
| H A D | f2fs.h | 662 ALLOC_NODE, /* allocate a new node page if needed */ enumerator
|
| H A D | segment.c | 234 err = f2fs_get_dnode_of_data(&dn, index, ALLOC_NODE); in __replace_atomic_write_block()
|