Searched refs:dops (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libntfs/common/libntfs/ |
H A D | device.c | 93 * @dops: ntfs device operations to use with the device (must be present) 97 * specified device operations @dops, device state @state, device name @name, 106 struct ntfs_device_operations *dops, void *priv_data) 123 dev->d_ops = dops; 194 struct ntfs_device_operations *dops; local 204 dops = dev->d_ops; 205 _pread = dops->pread; 211 dops->seek(dev, pos, SEEK_SET) == (off_t)-1) { 232 dops->pread = NULL; 281 struct ntfs_device_operations *dops; local 105 ntfs_device_alloc(const char *name, const long state, struct ntfs_device_operations *dops, void *priv_data) argument [all...] |
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/ |
H A D | device.h | 103 struct ntfs_device_operations *dops, void *priv_data);
|
Completed in 17 milliseconds