Searched defs:ntfs_device (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Ddevice.h37 * Defined bits for the state field in the ntfs_device structure.
67 * struct ntfs_device -
72 struct ntfs_device { struct
89 int (*open)(struct ntfs_device *dev, int flags);
90 int (*close)(struct ntfs_device *dev);
91 s64 (*seek)(struct ntfs_device *dev, s64 offset, int whence);
92 s64 (*read)(struct ntfs_device *dev, void *buf, s64 count);
93 s64 (*write)(struct ntfs_device *dev, const void *buf, s64 count);
94 s64 (*pread)(struct ntfs_device *dev, void *buf, s64 count, s64 offset);
95 s64 (*pwrite)(struct ntfs_device *de
[all...]

Completed in 15 milliseconds