Home
last modified time | relevance | path

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

/external/syslinux/libinstaller/
Dsyslxint.h318 static inline int ntfs_check_zero_fields(const struct ntfs_boot_sector *sb) in ntfs_check_zero_fields() function
327 return ntfs_check_zero_fields(sb) && in ntfs_check_sb_fields()
Dfs.c168 if (ntfs_check_zero_fields((struct ntfs_boot_sector *)bs)) in syslinux_check_bootsect()
/external/syslinux/core/fs/ntfs/
Dntfs.c51 static inline int ntfs_check_zero_fields(const struct ntfs_bpb *sb) in ntfs_check_zero_fields() function
60 return ntfs_check_zero_fields(sb) && in ntfs_check_sb_fields()