Searched refs:NTFS_BLOCK_SIZE (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | mst.c | 38 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/sizeo in post_write_mst_fixup() [all...] |
H A D | logfile.c | 35 * This function only needs NTFS_BLOCK_SIZE bytes in @rp, i.e. it does not 52 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() 141 * This function only needs NTFS_BLOCK_SIZE bytes in @rp, i.e. it does not 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() 321 * This function only needs NTFS_BLOCK_SIZE bytes in @rp, i.e. it does not 418 NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_and_load_restart_page() 560 pos = NTFS_BLOCK_SIZE >> in ntfs_check_logfile() [all...] |
H A D | ntfs.h | 26 NTFS_BLOCK_SIZE = 512, enumerator
|
H A D | inode.c | 854 if (ni->itype.index.block_size < NTFS_BLOCK_SIZE) { in ntfs_read_locked_inode() 856 "NTFS_BLOCK_SIZE (%i) is not " 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() 1568 ntfs_error(vi->i_sb, "Index block size (%u) < NTFS_BLOCK_SIZE " in ntfs_read_locked_index_inode() 1570 ni->itype.index.block_size, NTFS_BLOCK_SIZE); in ntfs_read_locked_index_inode()
|
H A D | aops.c | 908 ntfs_inode *locked_nis[PAGE_SIZE / NTFS_BLOCK_SIZE]; in ntfs_write_mst_block() 917 if (WARN_ON(rec_size < NTFS_BLOCK_SIZE)) in ntfs_write_mst_block()
|
H A D | mft.c | 24 #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()
|
H A D | super.c | 725 NTFS_BLOCK_SIZE); in read_ntfs_boot_sector() 2763 * Setup the device access block size to NTFS_BLOCK_SIZE or the hard in ntfs_fill_super() 2766 blocksize = sb_min_blocksize(sb, NTFS_BLOCK_SIZE); in ntfs_fill_super() 2767 if (blocksize < NTFS_BLOCK_SIZE) { in ntfs_fill_super()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | mst.c | 38 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/sizeo in post_write_mst_fixup() [all...] |
H A D | logfile.c | 35 * This function only needs NTFS_BLOCK_SIZE bytes in @rp, i.e. it does not 52 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() 141 * This function only needs NTFS_BLOCK_SIZE bytes in @rp, i.e. it does not 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() 321 * This function only needs NTFS_BLOCK_SIZE bytes in @rp, i.e. it does not 418 NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_and_load_restart_page() 559 pos = NTFS_BLOCK_SIZE >> in ntfs_check_logfile() [all...] |
H A D | ntfs.h | 26 NTFS_BLOCK_SIZE = 512, enumerator
|
H A D | inode.c | 854 if (ni->itype.index.block_size < NTFS_BLOCK_SIZE) { in ntfs_read_locked_inode() 856 "NTFS_BLOCK_SIZE (%i) is not " 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() 1568 ntfs_error(vi->i_sb, "Index block size (%u) < NTFS_BLOCK_SIZE " in ntfs_read_locked_index_inode() 1570 ni->itype.index.block_size, NTFS_BLOCK_SIZE); in ntfs_read_locked_index_inode()
|
H A D | aops.c | 910 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()
|
H A D | super.c | 733 NTFS_BLOCK_SIZE); in read_ntfs_boot_sector() 2771 * Setup the device access block size to NTFS_BLOCK_SIZE or the hard in ntfs_fill_super() 2774 blocksize = sb_min_blocksize(sb, NTFS_BLOCK_SIZE); in ntfs_fill_super() 2775 if (blocksize < NTFS_BLOCK_SIZE) { in ntfs_fill_super()
|
H A D | mft.c | 24 #define MAX_BHS (PAGE_SIZE / NTFS_BLOCK_SIZE) 2035 if (vol->mft_record_size >= NTFS_BLOCK_SIZE) in ntfs_mft_record_layout() 2037 NTFS_BLOCK_SIZE + 1); in ntfs_mft_record_layout()
|
Completed in 26 milliseconds