Home
last modified time | relevance | path

Searched refs:vol_flags (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/fs/exfat/
A Dsuper.c108 if (sbi->vol_flags == new_flags) in exfat_set_vol_flags()
111 sbi->vol_flags = new_flags; in exfat_set_vol_flags()
119 p_boot->vol_flags = cpu_to_le16(new_flags); in exfat_set_vol_flags()
133 return exfat_set_vol_flags(sb, sbi->vol_flags | VOLUME_DIRTY); in exfat_set_volume_dirty()
140 return exfat_set_vol_flags(sb, sbi->vol_flags & ~VOLUME_DIRTY); in exfat_clear_volume_dirty()
500 sbi->vol_flags = le16_to_cpu(p_boot->vol_flags); in exfat_read_boot_sector()
501 sbi->vol_flags_persistent = sbi->vol_flags & (VOLUME_DIRTY | MEDIA_FAILURE); in exfat_read_boot_sector()
519 if (sbi->vol_flags & VOLUME_DIRTY) in exfat_read_boot_sector()
521 if (sbi->vol_flags & MEDIA_FAILURE) in exfat_read_boot_sector()
A Dexfat_raw.h101 __le16 vol_flags; member
A Dexfat_fs.h255 unsigned int vol_flags; /* volume flags */ member
/linux-6.3-rc2/fs/ntfs/
A Dsuper.c378 le16_to_cpu(vol->vol_flags), le16_to_cpu(flags)); in ntfs_write_volume_flags()
379 if (vol->vol_flags == flags) in ntfs_write_volume_flags()
398 vol->vol_flags = vi->flags = flags; in ntfs_write_volume_flags()
493 if (vol->vol_flags & VOLUME_IS_DIRTY) { in ntfs_remount()
497 if (vol->vol_flags & VOLUME_MODIFIED_BY_CHKDSK) { in ntfs_remount()
502 if (vol->vol_flags & VOLUME_MUST_MOUNT_RO_MASK) { in ntfs_remount()
505 (unsigned)le16_to_cpu(vol->vol_flags), in ntfs_remount()
1889 vol->vol_flags = vi->flags; in load_system_files()
1904 if (vol->vol_flags & VOLUME_MUST_MOUNT_RO_MASK) { in load_system_files()
1913 if (vol->vol_flags & VOLUME_IS_DIRTY) in load_system_files()
[all …]
A Dvolume.h99 VOLUME_FLAGS vol_flags; /* Volume flags. */ member

Completed in 13 milliseconds