NTFS_BLOCK_SIZE   873 fs/ntfs/inode.c 		if (ni->itype.index.block_size < NTFS_BLOCK_SIZE) {
NTFS_BLOCK_SIZE   878 fs/ntfs/inode.c 					NTFS_BLOCK_SIZE);
NTFS_BLOCK_SIZE  1588 fs/ntfs/inode.c 	if (ni->itype.index.block_size < NTFS_BLOCK_SIZE) {
NTFS_BLOCK_SIZE  1591 fs/ntfs/inode.c 				ni->itype.index.block_size, NTFS_BLOCK_SIZE);
NTFS_BLOCK_SIZE    64 fs/ntfs/logfile.c 	if (logfile_system_page_size < NTFS_BLOCK_SIZE ||
NTFS_BLOCK_SIZE    65 fs/ntfs/logfile.c 			logfile_log_page_size < NTFS_BLOCK_SIZE ||
NTFS_BLOCK_SIZE   109 fs/ntfs/logfile.c 			usa_end > NTFS_BLOCK_SIZE - sizeof(u16)) {
NTFS_BLOCK_SIZE   172 fs/ntfs/logfile.c 			NTFS_BLOCK_SIZE - sizeof(u16)) {
NTFS_BLOCK_SIZE   186 fs/ntfs/logfile.c 			ra_ofs + ca_ofs > NTFS_BLOCK_SIZE - sizeof(u16)) {
NTFS_BLOCK_SIZE   430 fs/ntfs/logfile.c 				NTFS_BLOCK_SIZE - sizeof(u16)) {
NTFS_BLOCK_SIZE   572 fs/ntfs/logfile.c 				pos = NTFS_BLOCK_SIZE >> 1;
NTFS_BLOCK_SIZE   590 fs/ntfs/logfile.c 				pos = NTFS_BLOCK_SIZE >> 1;
NTFS_BLOCK_SIZE   610 fs/ntfs/logfile.c 			pos = NTFS_BLOCK_SIZE >> 1;
NTFS_BLOCK_SIZE  2038 fs/ntfs/mft.c  	if (vol->mft_record_size >= NTFS_BLOCK_SIZE)
NTFS_BLOCK_SIZE  2040 fs/ntfs/mft.c  				NTFS_BLOCK_SIZE + 1);
NTFS_BLOCK_SIZE    52 fs/ntfs/mst.c  	if ( size & (NTFS_BLOCK_SIZE - 1)	||
NTFS_BLOCK_SIZE    70 fs/ntfs/mst.c  	data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1;
NTFS_BLOCK_SIZE    84 fs/ntfs/mst.c  		data_pos += NTFS_BLOCK_SIZE/sizeof(u16);
NTFS_BLOCK_SIZE    88 fs/ntfs/mst.c  	data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1;
NTFS_BLOCK_SIZE    97 fs/ntfs/mst.c  		data_pos += NTFS_BLOCK_SIZE/sizeof(u16);
NTFS_BLOCK_SIZE   138 fs/ntfs/mst.c  	if ( size & (NTFS_BLOCK_SIZE - 1)	||
NTFS_BLOCK_SIZE   155 fs/ntfs/mst.c  	data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(le16) - 1;
NTFS_BLOCK_SIZE   166 fs/ntfs/mst.c  		data_pos += NTFS_BLOCK_SIZE/sizeof(le16);
NTFS_BLOCK_SIZE   190 fs/ntfs/mst.c  	data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(le16) - 1;
NTFS_BLOCK_SIZE   201 fs/ntfs/mst.c  		data_pos += NTFS_BLOCK_SIZE/sizeof(le16);
NTFS_BLOCK_SIZE   710 fs/ntfs/super.c 					NTFS_BLOCK_SIZE);
NTFS_BLOCK_SIZE  2802 fs/ntfs/super.c 	blocksize = sb_min_blocksize(sb, NTFS_BLOCK_SIZE);
NTFS_BLOCK_SIZE  2803 fs/ntfs/super.c 	if (blocksize < NTFS_BLOCK_SIZE) {