Searched defs:mnt_flags (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsfix.c480 unsigned long mnt_flags; local
488 if (!ntfs_check_if_mounted(opt.volume, &mnt_flags)) {
489 if ((mnt_flags & NTFS_MF_MOUNTED) &&
490 !(mnt_flags & NTFS_MF_READONLY) && !force) {
H A Dntfslabel.c212 * @mnt_flags: mount flags of the device or 0 if not mounted
217 static int print_label(ntfs_volume *vol, unsigned long mnt_flags) argument
221 if ((mnt_flags & (NTFS_MF_MOUNTED | NTFS_MF_READONLY)) ==
270 * @mnt_flags: mount flags of the device or 0 if not mounted
276 static int change_label(ntfs_volume *vol, unsigned long mnt_flags, char *label, BOOL force) argument
285 if (mnt_flags & NTFS_MF_MOUNTED) {
287 if (!(mnt_flags & NTFS_MF_ISROOT) ||
288 !(mnt_flags & NTFS_MF_READONLY)) {
292 mnt_flags & NTFS_MF_READONLY ?
384 unsigned long mnt_flags local
[all...]
H A Dutils.c161 unsigned long mnt_flags = 0; local
183 if (ntfs_check_if_mounted(name, &mnt_flags)) {
192 } else if (mnt_flags & NTFS_MF_MOUNTED) {
H A Dmkntfs.c3044 unsigned long mnt_flags; local
3115 if (ntfs_check_if_mounted(vol->u.dev->d_name, &mnt_flags)) {
3117 } else if (mnt_flags & NTFS_MF_MOUNTED) {
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dvolume.c1442 static int ntfs_mntent_check(const char *file, unsigned long *mnt_flags) argument
1474 *mnt_flags = NTFS_MF_MOUNTED;
1476 *mnt_flags |= NTFS_MF_ISROOT;
1479 *mnt_flags |= NTFS_MF_READONLY;
1495 * @mnt_flags: pointer into which to return the ntfs mount flags (see volume.h)
1498 * just return 0 and set *@mnt_flags to zero.
1503 * return 0 and set *@mnt_flags to zero.
1505 * If the device @file is found, set the NTFS_MF_MOUNTED flags in *@mnt_flags.
1508 * NTFS_MF_ISROOT in *@mnt_flags.
1511 * NTFS_MF_READONLY flag in *@mnt_flags
1517 ntfs_check_if_mounted(const char *file __attribute__((unused)), unsigned long *mnt_flags) argument
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c899 int mnt_flags)
960 clp->cl_mflags = mnt_flags;
898 changelist_gather(zfs_handle_t *zhp, const zpropdef_t *zpd, int gather_flags, int mnt_flags) argument

Completed in 194 milliseconds