Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dsysfs.c92 sbi->s_inode_readahead_blks = t; in inode_readahead_blks_store()
172 ext4_sb_info, s_inode_readahead_blks);
Dsuper.c1875 sbi->s_inode_readahead_blks = arg; in handle_mount_opt()
2218 sbi->s_inode_readahead_blks != EXT4_DEF_INODE_READAHEAD_BLKS) in _ext4_show_options()
2220 sbi->s_inode_readahead_blks); in _ext4_show_options()
3626 sbi->s_inode_readahead_blks = EXT4_DEF_INODE_READAHEAD_BLKS; in ext4_fill_super()
Dinode.c4739 if (EXT4_SB(sb)->s_inode_readahead_blks) { in __ext4_get_inode_loc()
4742 __u32 ra_blks = EXT4_SB(sb)->s_inode_readahead_blks; in __ext4_get_inode_loc()
Dext4.h1392 unsigned int s_inode_readahead_blks; member