Home
last modified time | relevance | path

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

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