Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ntfs/
A Dmst.c38 if ( size & (NTFS_BLOCK_SIZE - 1) || in post_read_mst_fixup()
56 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1; in post_read_mst_fixup()
70 data_pos += NTFS_BLOCK_SIZE/sizeof(u16); in post_read_mst_fixup()
74 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1; in post_read_mst_fixup()
83 data_pos += NTFS_BLOCK_SIZE/sizeof(u16); in post_read_mst_fixup()
124 if ( size & (NTFS_BLOCK_SIZE - 1) || in pre_write_mst_fixup()
141 data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(le16) - 1; in pre_write_mst_fixup()
152 data_pos += NTFS_BLOCK_SIZE/sizeof(le16); in pre_write_mst_fixup()
176 data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(le16) - 1; in post_write_mst_fixup()
187 data_pos += NTFS_BLOCK_SIZE/sizeof(le16); in post_write_mst_fixup()
A Dlogfile.c52 if (logfile_system_page_size < NTFS_BLOCK_SIZE || in ntfs_check_restart_page_header()
53 logfile_log_page_size < NTFS_BLOCK_SIZE || in ntfs_check_restart_page_header()
97 usa_end > NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_restart_page_header()
160 NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_restart_area()
174 ra_ofs + ca_ofs > NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_restart_area()
418 NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_and_load_restart_page()
559 pos = NTFS_BLOCK_SIZE >> 1; in ntfs_check_logfile()
577 pos = NTFS_BLOCK_SIZE >> 1; in ntfs_check_logfile()
597 pos = NTFS_BLOCK_SIZE >> 1; in ntfs_check_logfile()
A Dntfs.h26 NTFS_BLOCK_SIZE = 512, enumerator
A Dinode.c854 if (ni->itype.index.block_size < NTFS_BLOCK_SIZE) { in ntfs_read_locked_inode()
859 NTFS_BLOCK_SIZE); in ntfs_read_locked_inode()
1567 if (ni->itype.index.block_size < NTFS_BLOCK_SIZE) { in ntfs_read_locked_index_inode()
1570 ni->itype.index.block_size, NTFS_BLOCK_SIZE); in ntfs_read_locked_index_inode()
A Daops.c910 ntfs_inode *locked_nis[PAGE_SIZE / NTFS_BLOCK_SIZE]; in ntfs_write_mst_block()
919 if (WARN_ON(rec_size < NTFS_BLOCK_SIZE)) in ntfs_write_mst_block()
A Dmft.c24 #define MAX_BHS (PAGE_SIZE / NTFS_BLOCK_SIZE)
2033 if (vol->mft_record_size >= NTFS_BLOCK_SIZE) in ntfs_mft_record_layout()
2035 NTFS_BLOCK_SIZE + 1); in ntfs_mft_record_layout()
A Dsuper.c733 NTFS_BLOCK_SIZE); in read_ntfs_boot_sector()
2774 blocksize = sb_min_blocksize(sb, NTFS_BLOCK_SIZE); in ntfs_fill_super()
2775 if (blocksize < NTFS_BLOCK_SIZE) { in ntfs_fill_super()

Completed in 18 milliseconds