Home
last modified time | relevance | path

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

/linux/drivers/mtd/ubi/
H A Dbuild.c67 int need_resv_pool; member
855 bool need_resv_pool, int wl_threshold) in ubi_attach_mtd_dev() argument
977 ubi->fm_pool_rsv_cnt = need_resv_pool ? ubi->fm_pool.max_size : 0; in ubi_attach_mtd_dev()
1308 p->need_resv_pool != 0, in ubi_init_attach()
1579 int err = kstrtoint(token, 10, &p->need_resv_pool); in ubi_mtd_param_parse()
1587 p->need_resv_pool = 0; in ubi_mtd_param_parse()
H A Dubi.h959 bool disable_fm, bool need_resv_pool,
H A Dcdev.c1115 !!req.need_resv_pool, req.wl_threshold); in ctrl_cdev_ioctl()
/linux/include/uapi/mtd/
H A Dubi-user.h306 __s8 need_resv_pool; member