Lines Matching refs:s64
205 s64 ntfs_pread(struct ntfs_device *dev, const s64 pos, s64 count, void *b) in ntfs_pread()
207 s64 br, total; in ntfs_pread()
255 s64 ntfs_pwrite(struct ntfs_device *dev, const s64 pos, s64 count, in ntfs_pwrite()
258 s64 written, total, ret = -1; in ntfs_pwrite()
329 s64 ntfs_mst_pread(struct ntfs_device *dev, const s64 pos, s64 count, in ntfs_mst_pread()
332 s64 br, i; in ntfs_mst_pread()
386 s64 ntfs_mst_pwrite(struct ntfs_device *dev, const s64 pos, s64 count, in ntfs_mst_pwrite()
389 s64 written, i; in ntfs_mst_pwrite()
433 s64 ntfs_cluster_read(const ntfs_volume *vol, const s64 lcn, const s64 count, in ntfs_cluster_read()
436 s64 br; in ntfs_cluster_read()
469 s64 ntfs_cluster_write(const ntfs_volume *vol, const s64 lcn, in ntfs_cluster_write()
470 const s64 count, const void *b) in ntfs_cluster_write()
472 s64 bw; in ntfs_cluster_write()
507 static int ntfs_device_offset_valid(struct ntfs_device *dev, s64 ofs) in ntfs_device_offset_valid()
529 s64 ntfs_device_size_get(struct ntfs_device *dev, int block_size) in ntfs_device_size_get()
531 s64 high, low; in ntfs_device_size_get()
544 return (s64)size / block_size; in ntfs_device_size_get()
554 return (s64)size * 512 / block_size; in ntfs_device_size_get()
565 return (s64)this_floppy.size * 512 / block_size; in ntfs_device_size_get()
578 return (s64)size / block_size; in ntfs_device_size_get()
607 const s64 mid = (low + high) / 2; in ntfs_device_size_get()
630 s64 ntfs_device_partition_start_sector_get(struct ntfs_device *dev) in ntfs_device_partition_start_sector_get()