Home
last modified time | relevance | path

Searched refs:dops (Results 1 - 2 of 2) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
H A Ddevice.c102 * @dops: ntfs device operations to use with the device (must be present)
106 * specified device operations @dops, device state @state, device name @name,
115 struct ntfs_device_operations *dops, void *priv_data) in ntfs_device_alloc()
132 dev->d_ops = dops; in ntfs_device_alloc()
176 struct ntfs_device_operations *dops; in ntfs_device_sync() local
179 dops = dev->d_ops; in ntfs_device_sync()
180 ret = dops->sync(dev); in ntfs_device_sync()
208 struct ntfs_device_operations *dops; in ntfs_pread() local
219 dops = dev->d_ops; in ntfs_pread()
222 br = dops in ntfs_pread()
114 ntfs_device_alloc(const char *name, const long state, struct ntfs_device_operations *dops, void *priv_data) ntfs_device_alloc() argument
259 struct ntfs_device_operations *dops; ntfs_pwrite() local
[all...]
/third_party/ntfs-3g/include/ntfs-3g/
H A Ddevice.h119 struct ntfs_device_operations *dops, void *priv_data);

Completed in 1 milliseconds