Lines Matching defs:dev
67 #define DEV_FD(dev) (*(int *)dev->d_private) argument
117 static int ntfs_device_unix_io_open(struct ntfs_device *dev, int flags) in ntfs_device_unix_io_open()
203 static int ntfs_device_unix_io_close(struct ntfs_device *dev) in ntfs_device_unix_io_close()
244 static s64 ntfs_device_unix_io_seek(struct ntfs_device *dev, s64 offset, in ntfs_device_unix_io_seek()
260 static s64 ntfs_device_unix_io_read(struct ntfs_device *dev, void *buf, in ntfs_device_unix_io_read()
276 static s64 ntfs_device_unix_io_write(struct ntfs_device *dev, const void *buf, in ntfs_device_unix_io_write()
298 static s64 ntfs_device_unix_io_pread(struct ntfs_device *dev, void *buf, in ntfs_device_unix_io_pread()
315 static s64 ntfs_device_unix_io_pwrite(struct ntfs_device *dev, const void *buf, in ntfs_device_unix_io_pwrite()
334 static int ntfs_device_unix_io_sync(struct ntfs_device *dev) in ntfs_device_unix_io_sync()
357 static int ntfs_device_unix_io_stat(struct ntfs_device *dev, struct stat *buf) in ntfs_device_unix_io_stat()
372 static int ntfs_device_unix_io_ioctl(struct ntfs_device *dev, in ntfs_device_unix_io_ioctl()