Lines Matching refs:NTFS_BLOCK_SIZE
70 if (logfile_system_page_size < NTFS_BLOCK_SIZE || in ntfs_check_restart_page_header()
71 logfile_log_page_size < NTFS_BLOCK_SIZE || in ntfs_check_restart_page_header()
123 usa_end > NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_restart_page_header()
185 NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_restart_area()
199 ra_ofs + ca_ofs > (u16)(NTFS_BLOCK_SIZE - in ntfs_check_restart_area()
401 > (u32)(le16_to_cpu(rp->usa_count) - 1)*NTFS_BLOCK_SIZE) in ntfs_check_and_load_restart_page()
413 if (le32_to_cpu(rp->system_page_size) <= NTFS_BLOCK_SIZE) in ntfs_check_and_load_restart_page()
439 NTFS_BLOCK_SIZE - (int)sizeof(u16)) { in ntfs_check_and_load_restart_page()
530 kaddr = ntfs_malloc(NTFS_BLOCK_SIZE); in ntfs_check_logfile()
545 if (ntfs_attr_pread(log_na, pos, NTFS_BLOCK_SIZE, kaddr) != in ntfs_check_logfile()
546 NTFS_BLOCK_SIZE) { in ntfs_check_logfile()
571 pos = NTFS_BLOCK_SIZE >> 1; in ntfs_check_logfile()
589 pos = NTFS_BLOCK_SIZE >> 1; in ntfs_check_logfile()
607 pos = NTFS_BLOCK_SIZE >> 1; in ntfs_check_logfile()