Lines Matching defs:flags
388 __attribute__((unused)), int flags __attribute__((unused)))
668 runlist_element *run, u64 loc, int flags)
678 to = find_unused(vol, run->length, loc, flags);
760 u64 loc, int flags)
785 res = move_datarun(vol, ino, rec, runs+i, loc, flags);
805 static s64 move_file(ntfs_volume *vol, ntfs_inode *ino, u64 loc, int flags)
841 res = move_attribute(vol, ino, rec, loc, flags);
870 int flags = 0;
882 flags |= NTFS_MNT_RDONLY;
884 flags |= NTFS_MNT_RECOVER;
886 vol = utils_mount_volume(opts.device, flags);
902 * dirty flags on mount/unmount. It always preserves them until
907 if(!(vol->flags & VOLUME_IS_DIRTY) && ntfs_volume_write_flags(
908 vol, vol->flags | VOLUME_IS_DIRTY)) {