Searched refs:arg_percent_value (Results 1 – 4 of 4) sorted by relevance
168 percent_t arg_percent_value(struct cmd_context *cmd, int a, const percent_t def);
197 lcp->percent = arg_percent_value(cmd, extents_ARG, PERCENT_NONE); in _read_size_params()
225 lp->percent = arg_percent_value(cmd, extents_ARG, PERCENT_NONE); in _lvresize_params()
110 percent_t arg_percent_value(struct cmd_context *cmd, int a, const percent_t def) in arg_percent_value() function