fs/f2fs/compress.c
1320
err = f2fs_get_dnode_of_data(&dn, start_idx, LOOKUP_NODE);
fs/f2fs/compress.c
970
ret = f2fs_get_dnode_of_data(&dn, start_idx, LOOKUP_NODE);
fs/f2fs/data.c
1247
err = f2fs_get_dnode_of_data(dn, index, ALLOC_NODE);
fs/f2fs/data.c
1299
err = f2fs_get_dnode_of_data(&dn, index, LOOKUP_NODE);
fs/f2fs/data.c
1664
err = f2fs_get_dnode_of_data(&dn, pgofs, mode);
fs/f2fs/data.c
2324
ret = f2fs_get_dnode_of_data(&dn, start_idx, LOOKUP_NODE);
fs/f2fs/data.c
2965
err = f2fs_get_dnode_of_data(&dn, folio->index, LOOKUP_NODE);
fs/f2fs/data.c
3725
err = f2fs_get_dnode_of_data(&dn, index, LOOKUP_NODE);
fs/f2fs/data.c
3763
err = f2fs_get_dnode_of_data(&dn, index, LOOKUP_NODE);
fs/f2fs/data.c
4107
ret = f2fs_get_dnode_of_data(&dn, start_idx, LOOKUP_NODE);
fs/f2fs/f2fs.h
3934
int f2fs_get_dnode_of_data(struct dnode_of_data *dn, pgoff_t index, int mode);
fs/f2fs/file.c
1250
err = f2fs_get_dnode_of_data(&dn, pg_start, LOOKUP_NODE);
fs/f2fs/file.c
1345
ret = f2fs_get_dnode_of_data(&dn, off, LOOKUP_NODE_RA);
fs/f2fs/file.c
1403
ret = f2fs_get_dnode_of_data(&dn, off + i, LOOKUP_NODE_RA);
fs/f2fs/file.c
1436
ret = f2fs_get_dnode_of_data(&dn, dst + i, ALLOC_NODE);
fs/f2fs/file.c
146
err = f2fs_get_dnode_of_data(&dn, folio->index, LOOKUP_NODE);
fs/f2fs/file.c
1738
ret = f2fs_get_dnode_of_data(&dn, index, ALLOC_NODE);
fs/f2fs/file.c
3910
ret = f2fs_get_dnode_of_data(&dn, page_idx, LOOKUP_NODE);
fs/f2fs/file.c
4089
ret = f2fs_get_dnode_of_data(&dn, page_idx, LOOKUP_NODE);
fs/f2fs/file.c
4256
ret = f2fs_get_dnode_of_data(&dn, index, LOOKUP_NODE);
fs/f2fs/file.c
487
err = f2fs_get_dnode_of_data(&dn, pgofs, LOOKUP_NODE);
fs/f2fs/file.c
827
err = f2fs_get_dnode_of_data(&dn, free_from, LOOKUP_NODE_RA);
fs/f2fs/gc.c
1250
err = f2fs_get_dnode_of_data(&dn, index, LOOKUP_NODE);
fs/f2fs/gc.c
1348
err = f2fs_get_dnode_of_data(&dn, bidx, LOOKUP_NODE);
fs/f2fs/node.c
1330
err = f2fs_get_dnode_of_data(&dn, 0, LOOKUP_NODE);
fs/f2fs/recovery.c
590
if (f2fs_get_dnode_of_data(&tdn, bidx, LOOKUP_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);
fs/f2fs/segment.c
327
ret = f2fs_get_dnode_of_data(&dn, off, LOOKUP_NODE_RA);