Home
last modified time | relevance | path

Searched refs:m_start (Results 1 – 4 of 4) sorted by relevance

/fs/proc/
Dtask_nommu.c209 static void *m_start(struct seq_file *m, loff_t *pos) in m_start() function
259 .start = m_start,
266 .start = m_start,
Dtask_mmu.c203 static void *m_start(struct seq_file *m, loff_t *ppos) in m_start() function
431 .start = m_start,
438 .start = m_start,
878 .start = m_start,
885 .start = m_start,
1785 .start = m_start,
1792 .start = m_start,
/fs/ntfs/
Dmft.c475 unsigned int block_start, block_end, m_start, m_end, page_ofs; in ntfs_sync_mft_mirror() local
523 m_start = kmirr - (u8*)page_address(page); in ntfs_sync_mft_mirror()
524 m_end = m_start + vol->mft_record_size; in ntfs_sync_mft_mirror()
528 if (block_end <= m_start) in ntfs_sync_mft_mirror()
541 (block_start - m_start); in ntfs_sync_mft_mirror()
577 BUG_ON(!nr_bhs && (m_start != block_start)); in ntfs_sync_mft_mirror()
679 unsigned int block_start, block_end, m_start, m_end; in write_mft_record_nolock() local
699 m_start = ni->page_ofs; in write_mft_record_nolock()
700 m_end = m_start + vol->mft_record_size; in write_mft_record_nolock()
704 if (block_end <= m_start) in write_mft_record_nolock()
[all …]
/fs/
Dnamespace.c1294 static void *m_start(struct seq_file *m, loff_t *pos) in m_start() function
1337 .start = m_start,