Lines Matching refs:autopurge
81 int autopurge; member
133 .autopurge = 1,
142 .autopurge = 1,
151 .autopurge = 1,
344 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()
519 priv->autopurge=0; in vmlogrdr_autopurge_store()
522 priv->autopurge=1; in vmlogrdr_autopurge_store()
536 return sprintf(buf, "%u\n", priv->autopurge); in vmlogrdr_autopurge_show()
540 static DEVICE_ATTR(autopurge, 0644, vmlogrdr_autopurge_show,