Searched refs:ntfs_mount (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dvolume.h57 * Flags for the ntfs_mount() function.
239 extern ntfs_volume *ntfs_mount(const char *name, ntfs_mount_flags flags);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsfix.c500 vol = ntfs_mount(opt.volume, 0);
510 vol = ntfs_mount(opt.volume, 0);
H A Dutils.c221 vol = ntfs_mount(device, flags);
635 * @vol: An ntfs volume obtained from ntfs_mount
700 * @vol: An ntfs volume obtained from ntfs_mount
H A Dntfscmp.c964 vol = ntfs_mount(volume, NTFS_MNT_RDONLY);
H A Dntfsclone.c1405 if (!(vol = ntfs_mount(opt.volume, new_mntflag))) {
H A Dntfsresize.c2251 if (!(vol = ntfs_mount(opt.volume, opt.ro_flag | NTFS_MNT_FORENSIC))) {
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dgnome-vfs-method.c170 if (!(volume = ntfs_mount(uri->parent->text,
H A Dvolume.c666 * @vol: An ntfs volume obtained from ntfs_mount
1295 * ntfs_mount - open ntfs volume
1317 ntfs_volume *ntfs_mount(const char *name __attribute__((unused)), function
1338 * ntfs_mount() makes no sense if NO_NTFS_DEVICE_DEFAULT_IO_OPS is
1399 * @vol must have previously been returned by a call to ntfs_mount().

Completed in 44 milliseconds