Searched refs:newargs (Results 1 – 2 of 2) sorted by relevance
192 char *newargs = NULL; in avb_set_enforce_option() local226 newargs = append_cmd_line(newargs, cmdarg[i]); in avb_set_enforce_option()228 return newargs; in avb_set_enforce_option()233 char *newargs = NULL; in avb_set_ignore_corruption() local236 if (newargs) in avb_set_ignore_corruption()237 newargs = append_cmd_line(newargs, in avb_set_ignore_corruption()240 return newargs; in avb_set_ignore_corruption()245 char *newargs; in avb_set_enforce_verity() local248 if (newargs) in avb_set_enforce_verity()249 newargs = append_cmd_line(newargs, in avb_set_enforce_verity()[all …]
1560 struct gfs2_args *newargs = fc->fs_private; in gfs2_reconfigure() local1575 if (strcmp(newargs->ar_lockproto, oldargs->ar_lockproto)) { in gfs2_reconfigure()1583 if (strcmp(newargs->ar_hostdata, oldargs->ar_hostdata)) { in gfs2_reconfigure()1587 if (newargs->ar_spectator != oldargs->ar_spectator) { in gfs2_reconfigure()1591 if (newargs->ar_localflocks != oldargs->ar_localflocks) { in gfs2_reconfigure()1595 if (newargs->ar_meta != oldargs->ar_meta) { in gfs2_reconfigure()1611 sdp->sd_args = *newargs; in gfs2_reconfigure()1622 gt->gt_logd_secs = newargs->ar_commit; in gfs2_reconfigure()1623 gt->gt_quota_quantum = newargs->ar_quota_quantum; in gfs2_reconfigure()1624 if (newargs->ar_statfs_quantum) { in gfs2_reconfigure()[all …]