Searched refs:ntfs_device (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/ |
H A D | device.h | 37 * 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...] |
H A D | volume.h | 150 struct ntfs_device *dev; /* NTFS device associated with 232 extern ntfs_volume *ntfs_volume_startup(struct ntfs_device *dev, 235 extern ntfs_volume *ntfs_device_mount(struct ntfs_device *dev,
|
/osnet-11/usr/src/lib/libntfs/common/libntfs/ |
H A D | unix_io.c | 80 static int ntfs_device_unix_io_open(struct ntfs_device *dev, int flags) 139 static int ntfs_device_unix_io_close(struct ntfs_device *dev) 176 static s64 ntfs_device_unix_io_seek(struct ntfs_device *dev, s64 offset, 192 static s64 ntfs_device_unix_io_read(struct ntfs_device *dev, void *buf, 208 static s64 ntfs_device_unix_io_write(struct ntfs_device *dev, const void *buf, 230 static s64 ntfs_device_unix_io_pread(struct ntfs_device *dev, void *buf, 247 static s64 ntfs_device_unix_io_pwrite(struct ntfs_device *dev, const void *buf, 266 static int ntfs_device_unix_io_sync(struct ntfs_device *dev) 286 static int ntfs_device_unix_io_stat(struct ntfs_device *dev, struct stat *buf) 301 static int ntfs_device_unix_io_ioctl(struct ntfs_device *de [all...] |
H A D | device.c | 105 struct ntfs_device *ntfs_device_alloc(const char *name, const long state, 108 struct ntfs_device *dev; 115 dev = (struct ntfs_device *)ntfs_malloc(sizeof(struct ntfs_device)); 141 int ntfs_device_free(struct ntfs_device *dev) 166 static s64 fake_pread(struct ntfs_device *dev, void *b, s64 count, 191 s64 ntfs_pread(struct ntfs_device *dev, const s64 pos, s64 count, void *b) 195 s64 (*_pread)(struct ntfs_device *, void *, s64, s64); 252 static s64 fake_pwrite(struct ntfs_device *dev, const void *b, s64 count, 277 s64 ntfs_pwrite(struct ntfs_device *de [all...] |
H A D | volume.c | 156 struct ntfs_device *dev = v->u.dev; 439 ntfs_volume *ntfs_volume_startup(struct ntfs_device *dev, 886 ntfs_volume *ntfs_device_mount(struct ntfs_device *dev, ntfs_mount_flags flags) 1321 struct ntfs_device *dev; 1324 /* Allocate an ntfs_device structure. */ 1408 struct ntfs_device *dev;
|
/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | ntfsfix.c | 441 struct ntfs_device *dev;
|
H A D | ntfsclone.c | 528 struct ntfs_device *dev = fd; 552 struct ntfs_device *dev = fd;
|
H A D | ntfsresize.c | 1349 static int read_all(struct ntfs_device *dev, void *buf, int count) 1371 static int write_all(struct ntfs_device *dev, void *buf, int count)
|
H A D | mkntfs.c | 545 static long long mkntfs_write(struct ntfs_device *dev, 590 static s64 ntfs_rlwrite(struct ntfs_device *dev, const runlist *rl,
|
Completed in 63 milliseconds