Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
Dsuper.c1193 ref.low = cpu_to_le32(MFT_REC_VOL); in ntfs_fill_super()
1194 ref.seq = cpu_to_le16(MFT_REC_VOL); in ntfs_fill_super()
Dntfs.h92 MFT_REC_VOL = 3, enumerator
Dinode.c60 t32 = bytes_to_cluster(sbi, MFT_REC_VOL * sbi->record_size); in ntfs_read_mft()
Dfsntfs.c1183 if (vbo > MFT_REC_VOL * sbi->record_size) { in ntfs_read_run_nb()
Dfslog.c4820 size < (MFT_REC_VOL + 1) * sbi->record_size && in log_replay()