Lines Matching refs:autopurge
82 int autopurge; member
134 .autopurge = 1,
143 .autopurge = 1,
152 .autopurge = 1,
345 ret = vmlogrdr_recording(logptr,1,logptr->autopurge); in vmlogrdr_open()
377 vmlogrdr_recording(logptr,0,logptr->autopurge); in vmlogrdr_open()
397 ret = vmlogrdr_recording(logptr,0,logptr->autopurge); in vmlogrdr_release()
518 priv->autopurge=0; in vmlogrdr_autopurge_store()
521 priv->autopurge=1; in vmlogrdr_autopurge_store()
535 return sprintf(buf, "%u\n", priv->autopurge); in vmlogrdr_autopurge_show()
539 static DEVICE_ATTR(autopurge, 0644, vmlogrdr_autopurge_show,