fs/f2fs/data.c
1293
err = f2fs_get_dnode_of_data(dn, index, ALLOC_NODE);
fs/f2fs/data.c
1668
int mode = map->m_may_create ? ALLOC_NODE : LOOKUP_NODE;
fs/f2fs/file.c
1446
ret = f2fs_get_dnode_of_data(&dn, dst + i, ALLOC_NODE);
fs/f2fs/file.c
1748
ret = f2fs_get_dnode_of_data(&dn, index, ALLOC_NODE);
fs/f2fs/node.c
864
if (!nids[i] && mode == ALLOC_NODE) {
fs/f2fs/recovery.c
660
err = f2fs_get_dnode_of_data(&dn, start, ALLOC_NODE);
fs/f2fs/segment.c
235
err = f2fs_get_dnode_of_data(&dn, index, ALLOC_NODE);