Home
last modified time | relevance | path

Searched refs:restart_area_offset (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Dlogfile.c109 ra_ofs = le16_to_cpu(rp->restart_area_offset); in ntfs_check_restart_page_header()
152 ra_ofs = le16_to_cpu(rp->restart_area_offset); in ntfs_check_restart_area()
268 ra = (RESTART_AREA*)((u8*)rp + le16_to_cpu(rp->restart_area_offset)); in ntfs_check_log_client_array()
355 ra = (RESTART_AREA*)((u8*)rp + le16_to_cpu(rp->restart_area_offset)); in ntfs_check_and_load_restart_page()
416 if (le16_to_cpu(rp->restart_area_offset) + in ntfs_check_and_load_restart_page()
686 ra = (RESTART_AREA*)((u8*)rp + le16_to_cpu(rp->restart_area_offset)); in ntfs_is_logfile_clean()
H A Dlogfile.h71 value of the restart_area_offset. */
77 /* 24*/ le16 restart_area_offset;/* Byte offset from the start of this header to member
109 * the offset of the RESTART_PAGE_HEADER to the restart_area_offset value found
110 * in it. See notes at restart_area_offset above.
181 restart_area_offset + restart_area_length
196 Also, restart_area_offset +
209 restart_area_offset + the offset of the
/kernel/linux/linux-6.6/fs/ntfs/
H A Dlogfile.c109 ra_ofs = le16_to_cpu(rp->restart_area_offset); in ntfs_check_restart_page_header()
152 ra_ofs = le16_to_cpu(rp->restart_area_offset); in ntfs_check_restart_area()
268 ra = (RESTART_AREA*)((u8*)rp + le16_to_cpu(rp->restart_area_offset)); in ntfs_check_log_client_array()
355 ra = (RESTART_AREA*)((u8*)rp + le16_to_cpu(rp->restart_area_offset)); in ntfs_check_and_load_restart_page()
416 if (le16_to_cpu(rp->restart_area_offset) + in ntfs_check_and_load_restart_page()
685 ra = (RESTART_AREA*)((u8*)rp + le16_to_cpu(rp->restart_area_offset)); in ntfs_is_logfile_clean()
H A Dlogfile.h71 value of the restart_area_offset. */
77 /* 24*/ le16 restart_area_offset;/* Byte offset from the start of this header to member
109 * the offset of the RESTART_PAGE_HEADER to the restart_area_offset value found
110 * in it. See notes at restart_area_offset above.
181 restart_area_offset + restart_area_length
196 Also, restart_area_offset +
209 restart_area_offset + the offset of the

Completed in 4 milliseconds