Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs3/
Dsuper.c944 ref.low = cpu_to_le32(MFT_REC_VOL); in ntfs_fill_super()
945 ref.seq = cpu_to_le16(MFT_REC_VOL); in ntfs_fill_super()
Dntfs.h93 MFT_REC_VOL = 3, enumerator
Dinode.c59 t32 = bytes_to_cluster(sbi, MFT_REC_VOL * sbi->record_size); in ntfs_read_mft()
Dfsntfs.c1160 if (vbo > MFT_REC_VOL * sbi->record_size) { in ntfs_read_run_nb()
Dfslog.c4815 size < (MFT_REC_VOL + 1) * sbi->record_size && in log_replay()