Home
last modified time | relevance | path

Searched refs:ntfs_is_hole_record (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dmst.c179 ntfs_is_hole_record(b->magic)) { in ntfs_mst_pre_write_fixup()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h146 #define ntfs_is_hole_record(x) ( ntfs_is_magic (x, HOLE) ) macro