f2fs_get_dnode_of_data  821 fs/f2fs/data.c 	err = f2fs_get_dnode_of_data(dn, index, ALLOC_NODE);
f2fs_get_dnode_of_data  869 fs/f2fs/data.c 	err = f2fs_get_dnode_of_data(&dn, index, LOOKUP_NODE);
f2fs_get_dnode_of_data 1189 fs/f2fs/data.c 	err = f2fs_get_dnode_of_data(&dn, pgofs, mode);
f2fs_get_dnode_of_data 1994 fs/f2fs/data.c 	err = f2fs_get_dnode_of_data(&dn, page->index, LOOKUP_NODE);
f2fs_get_dnode_of_data 2578 fs/f2fs/data.c 			err = f2fs_get_dnode_of_data(&dn, index, LOOKUP_NODE);
f2fs_get_dnode_of_data 3051 fs/f2fs/f2fs.h int f2fs_get_dnode_of_data(struct dnode_of_data *dn, pgoff_t index, int mode);
f2fs_get_dnode_of_data  408 fs/f2fs/file.c 		err = f2fs_get_dnode_of_data(&dn, pgofs, LOOKUP_NODE);
f2fs_get_dnode_of_data  639 fs/f2fs/file.c 	err = f2fs_get_dnode_of_data(&dn, free_from, LOOKUP_NODE_RA);
f2fs_get_dnode_of_data  921 fs/f2fs/file.c 		err = f2fs_get_dnode_of_data(&dn, pg_start, LOOKUP_NODE);
f2fs_get_dnode_of_data 1015 fs/f2fs/file.c 	ret = f2fs_get_dnode_of_data(&dn, off, LOOKUP_NODE_RA);
f2fs_get_dnode_of_data 1074 fs/f2fs/file.c 		ret = f2fs_get_dnode_of_data(&dn, off + i, LOOKUP_NODE_RA);
f2fs_get_dnode_of_data 1107 fs/f2fs/file.c 			ret = f2fs_get_dnode_of_data(&dn, dst + i, ALLOC_NODE);
f2fs_get_dnode_of_data 1393 fs/f2fs/file.c 			ret = f2fs_get_dnode_of_data(&dn, index, ALLOC_NODE);
f2fs_get_dnode_of_data  693 fs/f2fs/gc.c   	err = f2fs_get_dnode_of_data(&dn, index, LOOKUP_NODE);
f2fs_get_dnode_of_data  791 fs/f2fs/gc.c   	err = f2fs_get_dnode_of_data(&dn, bidx, LOOKUP_NODE);
f2fs_get_dnode_of_data  227 fs/f2fs/inline.c 	err = f2fs_get_dnode_of_data(&dn, 0, LOOKUP_NODE);
f2fs_get_dnode_of_data 1169 fs/f2fs/node.c 	err = f2fs_get_dnode_of_data(&dn, 0, LOOKUP_NODE);
f2fs_get_dnode_of_data  484 fs/f2fs/recovery.c 	if (f2fs_get_dnode_of_data(&tdn, bidx, LOOKUP_NODE))
f2fs_get_dnode_of_data  535 fs/f2fs/recovery.c 	err = f2fs_get_dnode_of_data(&dn, start, ALLOC_NODE);
f2fs_get_dnode_of_data  244 fs/f2fs/segment.c 			err = f2fs_get_dnode_of_data(&dn, page->index,