HomeSort by relevance Sort by last modified time
    Searched refs:ntfs_check_zero_fields (Results 1 - 3 of 3) sorted by null

  /external/syslinux/libinstaller/
fs.c 168 if (ntfs_check_zero_fields((struct ntfs_boot_sector *)bs))
syslxint.h 318 static inline int ntfs_check_zero_fields(const struct ntfs_boot_sector *sb) function
327 return ntfs_check_zero_fields(sb) &&
  /external/syslinux/core/fs/ntfs/
ntfs.c 51 static inline int ntfs_check_zero_fields(const struct ntfs_bpb *sb) function
60 return ntfs_check_zero_fields(sb) &&
    [all...]

Completed in 288 milliseconds