Home
last modified time | relevance | path

Searched refs:s_inode_readahead_blks (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dsysfs.c100 sbi->s_inode_readahead_blks = t; in inode_readahead_blks_store()
215 ext4_sb_info, s_inode_readahead_blks);
H A Dsuper.c2222 sbi->s_inode_readahead_blks = arg; in handle_mount_opt()
2601 sbi->s_inode_readahead_blks != EXT4_DEF_INODE_READAHEAD_BLKS) in _ext4_show_options()
2603 sbi->s_inode_readahead_blks); in _ext4_show_options()
4036 sbi->s_inode_readahead_blks = EXT4_DEF_INODE_READAHEAD_BLKS; in ext4_fill_super()
H A Dinode.c4560 if (EXT4_SB(sb)->s_inode_readahead_blks) { in __ext4_get_inode_loc()
4563 __u32 ra_blks = EXT4_SB(sb)->s_inode_readahead_blks; in __ext4_get_inode_loc()
4566 /* s_inode_readahead_blks is always a power of 2 */ in __ext4_get_inode_loc()
H A Dext4.h1464 unsigned int s_inode_readahead_blks; member
/kernel/linux/linux-6.6/fs/ext4/
H A Dsysfs.c94 sbi->s_inode_readahead_blks = t; in inode_readahead_blks_store()
209 ext4_sb_info, s_inode_readahead_blks);
H A Dsuper.c1979 unsigned int s_inode_readahead_blks; member
2262 ctx->s_inode_readahead_blks = result.uint_32; in ext4_parse_param()
2863 APPLY(s_inode_readahead_blks); in ext4_apply_options()
3030 sbi->s_inode_readahead_blks != EXT4_DEF_INODE_READAHEAD_BLKS) in _ext4_show_options()
3032 sbi->s_inode_readahead_blks); in _ext4_show_options()
5224 sbi->s_inode_readahead_blks = EXT4_DEF_INODE_READAHEAD_BLKS; in __ext4_fill_super()
H A Dinode.c4461 if (EXT4_SB(sb)->s_inode_readahead_blks) { in __ext4_get_inode_loc()
4464 __u32 ra_blks = EXT4_SB(sb)->s_inode_readahead_blks; in __ext4_get_inode_loc()
4467 /* s_inode_readahead_blks is always a power of 2 */ in __ext4_get_inode_loc()
H A Dext4.h1513 unsigned int s_inode_readahead_blks; member

Completed in 55 milliseconds