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

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dvolume.h71 * Flags returned by the ntfs_check_if_mounted() function.
79 extern int ntfs_check_if_mounted(const char *file, unsigned long *mnt_flags);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsfix.c488 if (!ntfs_check_if_mounted(opt.volume, &mnt_flags)) {
H A Dutils.c183 if (ntfs_check_if_mounted(name, &mnt_flags)) {
H A Dntfscmp.c952 if (ntfs_check_if_mounted(volume, &mntflag)) {
H A Dntfsclone.c1381 if (ntfs_check_if_mounted(device, &mntflag))
H A Dntfsresize.c2232 if (ntfs_check_if_mounted(opt.volume, &mntflag)) {
H A Dmkntfs.c3115 if (ntfs_check_if_mounted(vol->u.dev->d_name, &mnt_flags)) {
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dvolume.c1438 * ntfs_check_if_mounted(), you just didn't realize. (-:
1440 * See description of ntfs_check_if_mounted(), below.
1493 * ntfs_check_if_mounted - check if an ntfs volume is currently mounted
1500 * When the system does support the calls, ntfs_check_if_mounted() first tries
1517 int ntfs_check_if_mounted(const char *file __attribute__((unused)), function

Completed in 56 milliseconds