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

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c1377 static void check_if_mounted(const char *device, unsigned long new_mntflag) argument
1388 if (!new_mntflag)
1401 static void mount_volume(unsigned long new_mntflag) argument
1403 check_if_mounted(opt.volume, new_mntflag);
1405 if (!(vol = ntfs_mount(opt.volume, new_mntflag))) {

Completed in 32 milliseconds