Symbol: NTFS_BLOCK_SIZE
fs/ntfs/dir.c
851
if (ictx->block_size < NTFS_BLOCK_SIZE) {
fs/ntfs/dir.c
853
ictx->block_size, NTFS_BLOCK_SIZE);
fs/ntfs/index.c
819
if (icx->block_size < NTFS_BLOCK_SIZE) {
fs/ntfs/index.c
823
icx->block_size, NTFS_BLOCK_SIZE);
fs/ntfs/index.c
930
ib->usa_count = cpu_to_le16(ib_size / NTFS_BLOCK_SIZE + 1);
fs/ntfs/inode.c
1001
NTFS_BLOCK_SIZE);
fs/ntfs/inode.c
1582
if (ni->itype.index.block_size < NTFS_BLOCK_SIZE) {
fs/ntfs/inode.c
1585
ni->itype.index.block_size, NTFS_BLOCK_SIZE);
fs/ntfs/inode.c
997
if (ni->itype.index.block_size < NTFS_BLOCK_SIZE) {
fs/ntfs/logfile.c
147
NTFS_BLOCK_SIZE - sizeof(u16)) {
fs/ntfs/logfile.c
161
ra_ofs + ca_ofs > NTFS_BLOCK_SIZE - sizeof(u16)) {
fs/ntfs/logfile.c
40
if (logfile_system_page_size < NTFS_BLOCK_SIZE ||
fs/ntfs/logfile.c
400
NTFS_BLOCK_SIZE - sizeof(u16)) {
fs/ntfs/logfile.c
41
logfile_log_page_size < NTFS_BLOCK_SIZE ||
fs/ntfs/logfile.c
544
pos = NTFS_BLOCK_SIZE >> 1;
fs/ntfs/logfile.c
562
pos = NTFS_BLOCK_SIZE >> 1;
fs/ntfs/logfile.c
583
pos = NTFS_BLOCK_SIZE >> 1;
fs/ntfs/logfile.c
84
usa_end > NTFS_BLOCK_SIZE - sizeof(u16)) {
fs/ntfs/mft.c
1810
if (vol->mft_record_size >= NTFS_BLOCK_SIZE)
fs/ntfs/mft.c
1812
NTFS_BLOCK_SIZE + 1);
fs/ntfs/mft.c
2627
struct ntfs_inode **locked_nis __free(kfree) = kmalloc_array(PAGE_SIZE / NTFS_BLOCK_SIZE,
fs/ntfs/mft.c
2630
struct inode **ref_inos __free(kfree) = kmalloc_array(PAGE_SIZE / NTFS_BLOCK_SIZE,
fs/ntfs/mft.c
2738
if (vol->cluster_size == NTFS_BLOCK_SIZE &&
fs/ntfs/mft.c
2741
mft_ofs + NTFS_BLOCK_SIZE >= PAGE_SIZE))
fs/ntfs/mft.c
2742
folio_sz = NTFS_BLOCK_SIZE;
fs/ntfs/mst.c
130
if (size & (NTFS_BLOCK_SIZE - 1) || usa_ofs & 1 ||
fs/ntfs/mst.c
146
data_pos = (__le16 *)b + NTFS_BLOCK_SIZE/sizeof(__le16) - 1;
fs/ntfs/mst.c
157
data_pos += NTFS_BLOCK_SIZE / sizeof(__le16);
fs/ntfs/mst.c
181
data_pos = (__le16 *)b + NTFS_BLOCK_SIZE/sizeof(__le16) - 1;
fs/ntfs/mst.c
192
data_pos += NTFS_BLOCK_SIZE/sizeof(__le16);
fs/ntfs/mst.c
39
if (size & (NTFS_BLOCK_SIZE - 1) || usa_ofs & 1 ||
fs/ntfs/mst.c
56
data_pos = (u16 *)b + NTFS_BLOCK_SIZE / sizeof(u16) - 1;
fs/ntfs/mst.c
76
data_pos += NTFS_BLOCK_SIZE / sizeof(u16);
fs/ntfs/mst.c
80
data_pos = (u16 *)b + NTFS_BLOCK_SIZE / sizeof(u16) - 1;
fs/ntfs/mst.c
89
data_pos += NTFS_BLOCK_SIZE/sizeof(u16);
fs/ntfs/super.c
2251
blocksize = sb_min_blocksize(sb, NTFS_BLOCK_SIZE);
fs/ntfs/super.c
2252
if (blocksize < NTFS_BLOCK_SIZE) {