Home
last modified time | relevance | path

Searched refs:s_inode_readahead_blks (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/ext4/
Dsysfs.c89 sbi->s_inode_readahead_blks = t; in inode_readahead_blks_store()
171 ext4_sb_info, s_inode_readahead_blks);
Dsuper.c1553 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()
Dinode.c4010 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()
Dext4.h1320 unsigned int s_inode_readahead_blks; member