Home
last modified time | relevance | path

Searched refs:NTFS_INDX_SIGNATURE (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/ntfs3/
Dntfs.h238 NTFS_INDX_SIGNATURE = cpu_to_le32(0x58444E49), // 'INDX' enumerator
Dindex.c893 index->rhdr.sign = NTFS_INDX_SIGNATURE; in indx_new()
Dfslog.c2625 if (r->sign != NTFS_INDX_SIGNATURE) in check_index_buffer()