Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dlogfile.c40 if (logfile_system_page_size < NTFS_BLOCK_SIZE || in ntfs_check_restart_page_header()
41 logfile_log_page_size < NTFS_BLOCK_SIZE || in ntfs_check_restart_page_header()
84 usa_end > NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_restart_page_header()
147 NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_restart_area()
161 ra_ofs + ca_ofs > NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_restart_area()
400 NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_and_load_restart_page()
544 pos = NTFS_BLOCK_SIZE >> 1; in ntfs_check_logfile()
562 pos = NTFS_BLOCK_SIZE >> 1; in ntfs_check_logfile()
583 pos = NTFS_BLOCK_SIZE >> 1; in ntfs_check_logfile()
H A Dntfs.h76 NTFS_BLOCK_SIZE = 512, enumerator
H A Dmft.c1935 if (vol->mft_record_size >= NTFS_BLOCK_SIZE) in ntfs_mft_record_layout()
1937 NTFS_BLOCK_SIZE + 1); in ntfs_mft_record_layout()
2892 PAGE_SIZE / NTFS_BLOCK_SIZE, in ntfs_write_mft_block()
2896 PAGE_SIZE / NTFS_BLOCK_SIZE, in ntfs_write_mft_block()
3004 if (vol->cluster_size == NTFS_BLOCK_SIZE && in ntfs_write_mft_block()
3007 mft_ofs + NTFS_BLOCK_SIZE >= PAGE_SIZE)) in ntfs_write_mft_block()
3008 folio_sz = NTFS_BLOCK_SIZE; in ntfs_write_mft_block()
H A Ddir.c851 if (ictx->block_size < NTFS_BLOCK_SIZE) { in ntfs_readdir()
853 ictx->block_size, NTFS_BLOCK_SIZE); in ntfs_readdir()
H A Dindex.c844 if (icx->block_size < NTFS_BLOCK_SIZE) { in ntfs_index_lookup()
848 icx->block_size, NTFS_BLOCK_SIZE); in ntfs_index_lookup()
955 ib->usa_count = cpu_to_le16(ib_size / NTFS_BLOCK_SIZE + 1); in ntfs_ib_alloc()
H A Dinode.c1009 if (ni->itype.index.block_size < NTFS_BLOCK_SIZE) { in ntfs_read_locked_inode()
1013 NTFS_BLOCK_SIZE); in ntfs_read_locked_inode()
1602 if (ni->itype.index.block_size < NTFS_BLOCK_SIZE) { in ntfs_read_locked_index_inode()
1605 ni->itype.index.block_size, NTFS_BLOCK_SIZE); in ntfs_read_locked_index_inode()
H A Dsuper.c2258 blocksize = sb_min_blocksize(sb, NTFS_BLOCK_SIZE); in ntfs_fill_super()
2259 if (blocksize < NTFS_BLOCK_SIZE) { in ntfs_fill_super()