Home
last modified time | relevance | path

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

/linux-4.19.296/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.c66 if (logfile_system_page_size < NTFS_BLOCK_SIZE || in ntfs_check_restart_page_header()
67 logfile_log_page_size < NTFS_BLOCK_SIZE || in ntfs_check_restart_page_header()
111 usa_end > NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_restart_page_header()
174 NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_restart_area()
188 ra_ofs + ca_ofs > NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_restart_area()
432 NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_and_load_restart_page()
574 pos = NTFS_BLOCK_SIZE >> 1; in ntfs_check_logfile()
592 pos = NTFS_BLOCK_SIZE >> 1; in ntfs_check_logfile()
612 pos = NTFS_BLOCK_SIZE >> 1; in ntfs_check_logfile()
Dntfs.h40 NTFS_BLOCK_SIZE = 512, enumerator
Dinode.c879 if (ni->itype.index.block_size < NTFS_BLOCK_SIZE) { in ntfs_read_locked_inode()
884 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()
Daops.c925 ntfs_inode *locked_nis[PAGE_SIZE / NTFS_BLOCK_SIZE]; in ntfs_write_mst_block()
934 if (WARN_ON(rec_size < NTFS_BLOCK_SIZE)) in ntfs_write_mst_block()
Dmft.c38 #define MAX_BHS (PAGE_SIZE / NTFS_BLOCK_SIZE)
2047 if (vol->mft_record_size >= NTFS_BLOCK_SIZE) in ntfs_mft_record_layout()
2049 NTFS_BLOCK_SIZE + 1); in ntfs_mft_record_layout()
Dsuper.c739 NTFS_BLOCK_SIZE); in read_ntfs_boot_sector()
2781 blocksize = sb_min_blocksize(sb, NTFS_BLOCK_SIZE); in ntfs_fill_super()
2782 if (blocksize < NTFS_BLOCK_SIZE) { in ntfs_fill_super()