Searched refs:m_end (Results 1 - 2 of 2) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep017.tcl213 set m_end [stat_field $masterenv log_stat "Current log file offset"]
215 error_check_good matching_lsn $c_end $m_end
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dmft.c469 unsigned int block_start, block_end, m_start, m_end, page_ofs; local
518 m_end = m_start + vol->mft_record_size;
524 if (unlikely(block_start >= m_end))
574 BUG_ON((nr_bhs >= max_bhs) && (m_end != block_end));
673 unsigned int block_start, block_end, m_start, m_end; local
694 m_end = m_start + vol->mft_record_size;
700 if (unlikely(block_start >= m_end))
757 BUG_ON((nr_bhs >= max_bhs) && (m_end != block_end));

Completed in 190 milliseconds