Searched refs:ntfs_device_alloc (Results 1 – 8 of 8) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
D | device.h | 118 extern struct ntfs_device *ntfs_device_alloc(const char *name, const long state,
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsck.c | 830 dev = ntfs_device_alloc(name, 0, &ntfs_device_default_io_ops, NULL); in main()
|
D | ntfsfix.c | 1563 dev = ntfs_device_alloc(opt.volume, 0, &ntfs_device_default_io_ops, in fix_mount()
|
D | ntfsclone.c | 2650 dev_out = ntfs_device_alloc(opt.output, 0,
|
D | ntfsresize.c | 4496 dev = ntfs_device_alloc(opt.volume, 0, &ntfs_device_default_io_ops, in expand_to_beginning()
|
D | mkntfs.c | 3467 vol->dev = ntfs_device_alloc(opts.dev_name, 0, &ntfs_device_default_io_ops, NULL); in mkntfs_open_partition()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | device.c | 114 struct ntfs_device *ntfs_device_alloc(const char *name, const long state, in ntfs_device_alloc() function
|
D | volume.c | 1422 dev = ntfs_device_alloc(name, 0, &ntfs_device_default_io_ops, NULL); in ntfs_mount()
|