Home
last modified time | relevance | path

Searched refs:read_log_pages (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/incfs/
H A Ddata_mgmt.h122 unsigned int read_log_pages; member
H A Ddata_mgmt.c103 if (options->read_log_pages != mi->mi_options.read_log_pages) { in incfs_realloc_mount_info()
112 if (options->read_log_pages > 0) { in incfs_realloc_mount_info()
113 new_buffer_size = PAGE_SIZE * options->read_log_pages; in incfs_realloc_mount_info()
H A Dvfs.c234 .read_log_pages = 2, in parse_options()
265 opts->read_log_pages = value; in parse_options()
1935 if (mi->mi_options.read_log_pages != 0) { in show_options()
1936 seq_printf(m, ",rlog_pages=%u", mi->mi_options.read_log_pages); in show_options()