adjusted_pf 331 drivers/md/dm-thin.c struct pool_features adjusted_pf; /* Features used after adjusting for constituent devices */ adjusted_pf 2519 drivers/md/dm-thin.c return pt->adjusted_pf.discard_passdown; adjusted_pf 2628 drivers/md/dm-thin.c pt->adjusted_pf.mode = new_mode; adjusted_pf 2863 drivers/md/dm-thin.c if (!pt->adjusted_pf.discard_passdown) adjusted_pf 2874 drivers/md/dm-thin.c pt->adjusted_pf.discard_passdown = false; adjusted_pf 2886 drivers/md/dm-thin.c enum pool_mode new_mode = pt->adjusted_pf.mode; adjusted_pf 2893 drivers/md/dm-thin.c pt->adjusted_pf.mode = old_mode; adjusted_pf 2896 drivers/md/dm-thin.c pool->pf = pt->adjusted_pf; adjusted_pf 3403 drivers/md/dm-thin.c pt->adjusted_pf = pt->requested_pf = pf; adjusted_pf 4102 drivers/md/dm-thin.c if (!pt->adjusted_pf.discard_enabled) {