Lines Matching refs:s64
106 s64 (*seek)(struct ntfs_device *dev, s64 offset, int whence);
107 s64 (*read)(struct ntfs_device *dev, void *buf, s64 count);
108 s64 (*write)(struct ntfs_device *dev, const void *buf, s64 count);
109 s64 (*pread)(struct ntfs_device *dev, void *buf, s64 count, s64 offset);
110 s64 (*pwrite)(struct ntfs_device *dev, const void *buf, s64 count,
111 s64 offset);
123 extern s64 ntfs_pread(struct ntfs_device *dev, const s64 pos, s64 count,
125 extern s64 ntfs_pwrite(struct ntfs_device *dev, const s64 pos, s64 count,
128 extern s64 ntfs_mst_pread(struct ntfs_device *dev, const s64 pos, s64 count,
130 extern s64 ntfs_mst_pwrite(struct ntfs_device *dev, const s64 pos, s64 count,
133 extern s64 ntfs_cluster_read(const ntfs_volume *vol, const s64 lcn,
134 const s64 count, void *b);
135 extern s64 ntfs_cluster_write(const ntfs_volume *vol, const s64 lcn,
136 const s64 count, const void *b);
138 extern s64 ntfs_device_size_get(struct ntfs_device *dev, int block_size);
139 extern s64 ntfs_device_partition_start_sector_get(struct ntfs_device *dev);