Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsuper.c885 F2FS_CTX_INFO(ctx).fs_mode = result.uint_32; in f2fs_parse_param()
1516 F2FS_CTX_INFO(ctx).fs_mode != FS_MODE_LFS) { in f2fs_check_opt_consistency()
1539 F2FS_CTX_INFO(ctx).fs_mode == FS_MODE_LFS) { in f2fs_check_opt_consistency()
1686 F2FS_OPTION(sbi).fs_mode = F2FS_CTX_INFO(ctx).fs_mode; in f2fs_apply_options()
2395 if (F2FS_OPTION(sbi).fs_mode == FS_MODE_ADAPTIVE) in f2fs_show_options()
2397 else if (F2FS_OPTION(sbi).fs_mode == FS_MODE_LFS) in f2fs_show_options()
2399 else if (F2FS_OPTION(sbi).fs_mode == FS_MODE_FRAGMENT_SEG) in f2fs_show_options()
2401 else if (F2FS_OPTION(sbi).fs_mode == FS_MODE_FRAGMENT_BLK) in f2fs_show_options()
2538 F2FS_OPTION(sbi).fs_mode = FS_MODE_LFS; in default_options()
2540 F2FS_OPTION(sbi).fs_mode = FS_MODE_ADAPTIVE; in default_options()
H A Df2fs.h209 int fs_mode; /* fs mode: LFS or ADAPTIVE */ member
3987 return F2FS_OPTION(sbi).fs_mode == FS_MODE_FRAGMENT_SEG || in f2fs_need_rand_seg()
3988 F2FS_OPTION(sbi).fs_mode == FS_MODE_FRAGMENT_BLK; in f2fs_need_rand_seg()
4815 return F2FS_OPTION(sbi).fs_mode == FS_MODE_LFS; in f2fs_lfs_mode()
H A Dsegment.c3019 if (F2FS_OPTION(sbi).fs_mode == FS_MODE_FRAGMENT_BLK) in new_curseg()
3822 if (F2FS_OPTION(sbi).fs_mode == FS_MODE_FRAGMENT_BLK) in f2fs_allocate_data_block()
/linux/sound/soc/mediatek/mt8186/
H A Dmt8186-afe-pcm.c124 int fs_mode = mt8186_rate_transform(afe->dev, rate, id); in mt8186_fe_hw_params() local
127 val = fs_mode << CM1_FS_SELECT_SFT | in mt8186_fe_hw_params()