Searched refs:s_inode_readahead_blks (Results 1 – 4 of 4) sorted by relevance
89 sbi->s_inode_readahead_blks = t; in inode_readahead_blks_store()171 ext4_sb_info, s_inode_readahead_blks);
1553 sbi->s_inode_readahead_blks = arg; in handle_mount_opt()1877 sbi->s_inode_readahead_blks != EXT4_DEF_INODE_READAHEAD_BLKS) in _ext4_show_options()1879 sbi->s_inode_readahead_blks); in _ext4_show_options()3138 sbi->s_inode_readahead_blks = EXT4_DEF_INODE_READAHEAD_BLKS; in ext4_fill_super()
4010 if (EXT4_SB(sb)->s_inode_readahead_blks) { in __ext4_get_inode_loc()4013 __u32 ra_blks = EXT4_SB(sb)->s_inode_readahead_blks; in __ext4_get_inode_loc()
1320 unsigned int s_inode_readahead_blks; member