Searched refs:ntfs_device (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Ddevice.h37 * 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 Dvolume.h146 struct ntfs_device *dev; /* NTFS device associated with
226 extern ntfs_volume *ntfs_volume_startup(struct ntfs_device *dev,
229 extern ntfs_volume *ntfs_device_mount(struct ntfs_device *dev,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Ddevice.c106 struct ntfs_device *ntfs_device_alloc(const char *name, const long state,
109 struct ntfs_device *dev;
116 dev = ntfs_malloc(sizeof(struct ntfs_device));
142 int ntfs_device_free(struct ntfs_device *dev)
176 s64 ntfs_pread(struct ntfs_device *dev, const s64 pos, s64 count, void *b)
226 s64 ntfs_pwrite(struct ntfs_device *dev, const s64 pos, s64 count,
297 s64 ntfs_mst_pread(struct ntfs_device *dev, const s64 pos, s64 count,
354 s64 ntfs_mst_pwrite(struct ntfs_device *dev, const s64 pos, s64 count,
475 static int ntfs_device_offset_valid(struct ntfs_device *dev, s64 ofs)
497 s64 ntfs_device_size_get(struct ntfs_device *de
[all...]
H A Dunix_io.c84 static int ntfs_device_unix_io_open(struct ntfs_device *dev, int flags)
152 static int ntfs_device_unix_io_close(struct ntfs_device *dev)
193 static s64 ntfs_device_unix_io_seek(struct ntfs_device *dev, s64 offset,
209 static s64 ntfs_device_unix_io_read(struct ntfs_device *dev, void *buf,
225 static s64 ntfs_device_unix_io_write(struct ntfs_device *dev, const void *buf,
247 static s64 ntfs_device_unix_io_pread(struct ntfs_device *dev, void *buf,
270 static s64 ntfs_device_unix_io_pwrite(struct ntfs_device *dev, const void *buf,
295 static int ntfs_device_unix_io_sync(struct ntfs_device *dev)
318 static int ntfs_device_unix_io_stat(struct ntfs_device *dev, struct stat *buf)
333 static int ntfs_device_unix_io_ioctl(struct ntfs_device *de
[all...]
H A Dwin32_io.c826 static int ntfs_device_win32_open(struct ntfs_device *dev, int flags)
890 static s64 ntfs_device_win32_seek(struct ntfs_device *dev, s64 offset,
1013 static s64 ntfs_device_win32_read(struct ntfs_device *dev, void *b, s64 count)
1100 static int ntfs_device_win32_close(struct ntfs_device *dev)
1138 static int ntfs_device_win32_sync(struct ntfs_device *dev)
1197 static s64 ntfs_device_win32_write(struct ntfs_device *dev, const void *b,
1327 static int ntfs_device_win32_stat(struct ntfs_device *dev, struct stat *buf)
1365 static __inline__ int ntfs_win32_hdio_getgeo(struct ntfs_device *dev,
1387 static __inline__ int ntfs_win32_blksszget(struct ntfs_device *dev,int *argp)
1404 static int ntfs_device_win32_ioctl(struct ntfs_device *de
[all...]
H A Dvolume.c192 struct ntfs_device *dev = v->dev;
457 ntfs_volume *ntfs_volume_startup(struct ntfs_device *dev, unsigned long flags)
783 ntfs_volume *ntfs_device_mount(struct ntfs_device *dev, unsigned long flags)
1156 struct ntfs_device *dev;
1159 /* Allocate an ntfs_device structure. */
1206 struct ntfs_device *dev;

Completed in 33 milliseconds