NTFS_BLOCK_SIZE   911 fs/ntfs/aops.c 	ntfs_inode *locked_nis[PAGE_SIZE / NTFS_BLOCK_SIZE];
NTFS_BLOCK_SIZE   920 fs/ntfs/aops.c 	if (WARN_ON(rec_size < NTFS_BLOCK_SIZE))
NTFS_BLOCK_SIZE   847 fs/ntfs/inode.c 		if (ni->itype.index.block_size < NTFS_BLOCK_SIZE) {
NTFS_BLOCK_SIZE   852 fs/ntfs/inode.c 					NTFS_BLOCK_SIZE);
NTFS_BLOCK_SIZE  1560 fs/ntfs/inode.c 	if (ni->itype.index.block_size < NTFS_BLOCK_SIZE) {
NTFS_BLOCK_SIZE  1563 fs/ntfs/inode.c 				ni->itype.index.block_size, NTFS_BLOCK_SIZE);
NTFS_BLOCK_SIZE    52 fs/ntfs/logfile.c 	if (logfile_system_page_size < NTFS_BLOCK_SIZE ||
NTFS_BLOCK_SIZE    53 fs/ntfs/logfile.c 			logfile_log_page_size < NTFS_BLOCK_SIZE ||
NTFS_BLOCK_SIZE    97 fs/ntfs/logfile.c 			usa_end > NTFS_BLOCK_SIZE - sizeof(u16)) {
NTFS_BLOCK_SIZE   160 fs/ntfs/logfile.c 			NTFS_BLOCK_SIZE - sizeof(u16)) {
NTFS_BLOCK_SIZE   174 fs/ntfs/logfile.c 			ra_ofs + ca_ofs > NTFS_BLOCK_SIZE - sizeof(u16)) {
NTFS_BLOCK_SIZE   418 fs/ntfs/logfile.c 				NTFS_BLOCK_SIZE - sizeof(u16)) {
NTFS_BLOCK_SIZE   560 fs/ntfs/logfile.c 				pos = NTFS_BLOCK_SIZE >> 1;
NTFS_BLOCK_SIZE   578 fs/ntfs/logfile.c 				pos = NTFS_BLOCK_SIZE >> 1;
NTFS_BLOCK_SIZE   598 fs/ntfs/logfile.c 			pos = NTFS_BLOCK_SIZE >> 1;
NTFS_BLOCK_SIZE    24 fs/ntfs/mft.c  #define MAX_BHS	(PAGE_SIZE / NTFS_BLOCK_SIZE)
NTFS_BLOCK_SIZE  2033 fs/ntfs/mft.c  	if (vol->mft_record_size >= NTFS_BLOCK_SIZE)
NTFS_BLOCK_SIZE  2035 fs/ntfs/mft.c  				NTFS_BLOCK_SIZE + 1);
NTFS_BLOCK_SIZE    38 fs/ntfs/mst.c  	if ( size & (NTFS_BLOCK_SIZE - 1)	||
NTFS_BLOCK_SIZE    56 fs/ntfs/mst.c  	data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1;
NTFS_BLOCK_SIZE    70 fs/ntfs/mst.c  		data_pos += NTFS_BLOCK_SIZE/sizeof(u16);
NTFS_BLOCK_SIZE    74 fs/ntfs/mst.c  	data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1;
NTFS_BLOCK_SIZE    83 fs/ntfs/mst.c  		data_pos += NTFS_BLOCK_SIZE/sizeof(u16);
NTFS_BLOCK_SIZE   124 fs/ntfs/mst.c  	if ( size & (NTFS_BLOCK_SIZE - 1)	||
NTFS_BLOCK_SIZE   141 fs/ntfs/mst.c  	data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(le16) - 1;
NTFS_BLOCK_SIZE   152 fs/ntfs/mst.c  		data_pos += NTFS_BLOCK_SIZE/sizeof(le16);
NTFS_BLOCK_SIZE   176 fs/ntfs/mst.c  	data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(le16) - 1;
NTFS_BLOCK_SIZE   187 fs/ntfs/mst.c  		data_pos += NTFS_BLOCK_SIZE/sizeof(le16);
NTFS_BLOCK_SIZE   725 fs/ntfs/super.c 					NTFS_BLOCK_SIZE);
NTFS_BLOCK_SIZE  2766 fs/ntfs/super.c 	blocksize = sb_min_blocksize(sb, NTFS_BLOCK_SIZE);
NTFS_BLOCK_SIZE  2767 fs/ntfs/super.c 	if (blocksize < NTFS_BLOCK_SIZE) {