fs/f2fs/data.c
1247
err = f2fs_get_dnode_of_data(dn, index, ALLOC_NODE);
fs/f2fs/data.c
1621
int mode = map->m_may_create ? ALLOC_NODE : LOOKUP_NODE;
fs/f2fs/file.c
1436
ret = f2fs_get_dnode_of_data(&dn, dst + i, ALLOC_NODE);
fs/f2fs/file.c
1738
ret = f2fs_get_dnode_of_data(&dn, index, ALLOC_NODE);
fs/f2fs/node.c
856
if (!nids[i] && mode == ALLOC_NODE) {
fs/f2fs/recovery.c
659
err = f2fs_get_dnode_of_data(&dn, start, ALLOC_NODE);
fs/f2fs/segment.c
234
err = f2fs_get_dnode_of_data(&dn, index, ALLOC_NODE);