Home
last modified time | relevance | path

Searched refs:index_block_size (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/fs/ntfs/
Dlayout.h2014 le32 index_block_size; /* Size of each index block in bytes (in member
Dinode.c837 ni->itype.index.block_size = le32_to_cpu(ir->index_block_size); in ntfs_read_locked_inode()
1554 ni->itype.index.block_size = le32_to_cpu(ir->index_block_size); in ntfs_read_locked_index_inode()
/Linux-v6.1/fs/ntfs3/
Dntfs.h796 __le32 index_block_size;// 0x08: The size of index record. member
Dfslog.c2667 u8 index_bits = le32_to_cpu(root->index_block_size) >= sbi->cluster_size in check_index_root()
2676 (le32_to_cpu(root->index_block_size) != in check_index_root()
Dindex.c830 t32 = le32_to_cpu(root->index_block_size); in indx_init()