Symbol: f2fs_get_dnode_of_data
fs/f2fs/compress.c
1322
err = f2fs_get_dnode_of_data(&dn, start_idx, LOOKUP_NODE);
fs/f2fs/compress.c
972
ret = f2fs_get_dnode_of_data(&dn, start_idx, LOOKUP_NODE);
fs/f2fs/data.c
1293
err = f2fs_get_dnode_of_data(dn, index, ALLOC_NODE);
fs/f2fs/data.c
1345
err = f2fs_get_dnode_of_data(&dn, index, LOOKUP_NODE);
fs/f2fs/data.c
1730
err = f2fs_get_dnode_of_data(&dn, pgofs, mode);
fs/f2fs/data.c
2391
ret = f2fs_get_dnode_of_data(&dn, start_idx, LOOKUP_NODE);
fs/f2fs/data.c
3025
err = f2fs_get_dnode_of_data(&dn, folio->index, LOOKUP_NODE);
fs/f2fs/data.c
3790
err = f2fs_get_dnode_of_data(&dn, index, LOOKUP_NODE);
fs/f2fs/data.c
3828
err = f2fs_get_dnode_of_data(&dn, index, LOOKUP_NODE);
fs/f2fs/data.c
4184
ret = f2fs_get_dnode_of_data(&dn, start_idx, LOOKUP_NODE);
fs/f2fs/f2fs.h
3955
int f2fs_get_dnode_of_data(struct dnode_of_data *dn, pgoff_t index, int mode);
fs/f2fs/file.c
1260
err = f2fs_get_dnode_of_data(&dn, pg_start, LOOKUP_NODE);
fs/f2fs/file.c
1355
ret = f2fs_get_dnode_of_data(&dn, off, LOOKUP_NODE_RA);
fs/f2fs/file.c
1413
ret = f2fs_get_dnode_of_data(&dn, off + i, LOOKUP_NODE_RA);
fs/f2fs/file.c
1446
ret = f2fs_get_dnode_of_data(&dn, dst + i, ALLOC_NODE);
fs/f2fs/file.c
154
err = f2fs_get_dnode_of_data(&dn, folio->index, LOOKUP_NODE);
fs/f2fs/file.c
1748
ret = f2fs_get_dnode_of_data(&dn, index, ALLOC_NODE);
fs/f2fs/file.c
3929
ret = f2fs_get_dnode_of_data(&dn, page_idx, LOOKUP_NODE);
fs/f2fs/file.c
4108
ret = f2fs_get_dnode_of_data(&dn, page_idx, LOOKUP_NODE);
fs/f2fs/file.c
4277
ret = f2fs_get_dnode_of_data(&dn, index, LOOKUP_NODE);
fs/f2fs/file.c
495
err = f2fs_get_dnode_of_data(&dn, pgofs, LOOKUP_NODE);
fs/f2fs/file.c
835
err = f2fs_get_dnode_of_data(&dn, free_from, LOOKUP_NODE_RA);
fs/f2fs/gc.c
1267
err = f2fs_get_dnode_of_data(&dn, index, LOOKUP_NODE);
fs/f2fs/gc.c
1386
err = f2fs_get_dnode_of_data(&dn, bidx, LOOKUP_NODE);
fs/f2fs/node.c
1338
err = f2fs_get_dnode_of_data(&dn, 0, LOOKUP_NODE);
fs/f2fs/recovery.c
591
if (f2fs_get_dnode_of_data(&tdn, bidx, LOOKUP_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);
fs/f2fs/segment.c
328
ret = f2fs_get_dnode_of_data(&dn, off, LOOKUP_NODE_RA);