Home
last modified time | relevance | path

Searched refs:ntfs_device_alloc (Results 1 – 8 of 8) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Ddevice.h118 extern struct ntfs_device *ntfs_device_alloc(const char *name, const long state,
/third_party/ntfs-3g/ntfsprogs/
Dntfsck.c830 dev = ntfs_device_alloc(name, 0, &ntfs_device_default_io_ops, NULL); in main()
Dntfsfix.c1563 dev = ntfs_device_alloc(opt.volume, 0, &ntfs_device_default_io_ops, in fix_mount()
Dntfsclone.c2650 dev_out = ntfs_device_alloc(opt.output, 0,
Dntfsresize.c4496 dev = ntfs_device_alloc(opt.volume, 0, &ntfs_device_default_io_ops, in expand_to_beginning()
Dmkntfs.c3467 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/
Ddevice.c114 struct ntfs_device *ntfs_device_alloc(const char *name, const long state, in ntfs_device_alloc() function
Dvolume.c1422 dev = ntfs_device_alloc(name, 0, &ntfs_device_default_io_ops, NULL); in ntfs_mount()