Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs/
Dmst.c117 ntfs_is_hole_record(b->magic)) in pre_write_mst_fixup()
Dlayout.h141 #define ntfs_is_hole_record(x) ( ntfs_is_magic (x, HOLE) ) macro