Home
last modified time | relevance | path

Searched refs:NTFS_BLOCK_SIZE (Results 1 – 6 of 6) sorted by relevance

/fs/ntfs/
Dmst.c52 if ( size & (NTFS_BLOCK_SIZE - 1) || in post_read_mst_fixup()
70 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1; in post_read_mst_fixup()
84 data_pos += NTFS_BLOCK_SIZE/sizeof(u16); in post_read_mst_fixup()
88 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1; in post_read_mst_fixup()
97 data_pos += NTFS_BLOCK_SIZE/sizeof(u16); in post_read_mst_fixup()
138 if ( size & (NTFS_BLOCK_SIZE - 1) || in pre_write_mst_fixup()
155 data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(le16) - 1; in pre_write_mst_fixup()
166 data_pos += NTFS_BLOCK_SIZE/sizeof(le16); in pre_write_mst_fixup()
190 data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(le16) - 1; in post_write_mst_fixup()
201 data_pos += NTFS_BLOCK_SIZE/sizeof(le16); in post_write_mst_fixup()
Dlogfile.c65 if (logfile_system_page_size < NTFS_BLOCK_SIZE || in ntfs_check_restart_page_header()
66 logfile_log_page_size < NTFS_BLOCK_SIZE || in ntfs_check_restart_page_header()
110 usa_end > NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_restart_page_header()
173 NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_restart_area()
187 ra_ofs + ca_ofs > NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_restart_area()
431 NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_and_load_restart_page()
573 pos = NTFS_BLOCK_SIZE >> 1; in ntfs_check_logfile()
591 pos = NTFS_BLOCK_SIZE >> 1; in ntfs_check_logfile()
611 pos = NTFS_BLOCK_SIZE >> 1; in ntfs_check_logfile()
Dntfs.h41 NTFS_BLOCK_SIZE = 512, enumerator
Dinode.c880 if (ni->itype.index.block_size < NTFS_BLOCK_SIZE) { in ntfs_read_locked_inode()
885 NTFS_BLOCK_SIZE); in ntfs_read_locked_inode()
1592 if (ni->itype.index.block_size < NTFS_BLOCK_SIZE) { in ntfs_read_locked_index_inode()
1595 ni->itype.index.block_size, NTFS_BLOCK_SIZE); in ntfs_read_locked_index_inode()
Dsuper.c712 NTFS_BLOCK_SIZE); in read_ntfs_boot_sector()
2779 blocksize = sb_min_blocksize(sb, NTFS_BLOCK_SIZE); in ntfs_fill_super()
2780 if (blocksize < NTFS_BLOCK_SIZE) { in ntfs_fill_super()
Dmft.c2038 if (vol->mft_record_size >= NTFS_BLOCK_SIZE) in ntfs_mft_record_layout()
2040 NTFS_BLOCK_SIZE + 1); in ntfs_mft_record_layout()