Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogfile.c211 sizeof(LOG_CLIENT_RECORD); in ntfs_check_restart_area()
287 LOG_CLIENT_RECORD *ca, *cr; in ntfs_check_log_client_array()
303 ca = (LOG_CLIENT_RECORD*)((u8*)ra + in ntfs_check_log_client_array()
322 if ((offset_clients + (idx + 1)*sizeof(LOG_CLIENT_RECORD)) in ntfs_check_log_client_array()
H A Dlogfile.h300 } __attribute__((__packed__)) LOG_CLIENT_RECORD; typedef