Searched refs:dosfs_get_file_map (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfile.h36 status_t dosfs_get_file_map(fs_volume *_vol, fs_vnode *_node, off_t pos,
H A Ddosfs.cpp1291 &dosfs_get_file_map,
H A Dfile.cpp1300 dosfs_get_file_map(fs_volume *_vol, fs_vnode *_node, off_t position, function
1316 DPRINTF(0, ("dosfs_get_file_map called on subdirectory %" B_PRIdINO
1321 DPRINTF(0, ("dosfs_get_file_map called %" B_PRIuSIZE " bytes at %" B_PRIdOFF
1337 dprintf("dosfs_get_file_map: invalid starting cluster (%" B_PRIu32
1346 dprintf("dosfs_get_file_map: end of file reached (init)\n");
1364 dprintf("dosfs_get_file_map: end of file reached\n");

Completed in 39 milliseconds