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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.c105 * @dops: ntfs device operations to use with the device (must be present)
109 * specified device operations @dops, device state @state, device name @name,
118 struct ntfs_device_operations *dops, void *priv_data)
135 dev->d_ops = dops;
179 struct ntfs_device_operations *dops; local
182 dops = dev->d_ops;
183 ret = dops->sync(dev);
211 struct ntfs_device_operations *dops; local
222 dops = dev->d_ops;
225 br = dops
117 ntfs_device_alloc(const char *name, const long state, struct ntfs_device_operations *dops, void *priv_data) argument
262 struct ntfs_device_operations *dops; local
[all...]
H A Ddevice.h119 struct ntfs_device_operations *dops, void *priv_data);

Completed in 59 milliseconds