Home
last modified time | relevance | path

Searched refs:sd_quotad_process (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/gfs2/
H A Dops_fstype.c1123 sdp->sd_quotad_process = p; in init_threads()
1126 wake_up_process(sdp->sd_quotad_process); in init_threads()
1141 if (sdp->sd_quotad_process) { in gfs2_destroy_threads()
1142 kthread_stop_put(sdp->sd_quotad_process); in gfs2_destroy_threads()
1143 sdp->sd_quotad_process = NULL; in gfs2_destroy_threads()
H A Dincore.h780 struct task_struct *sd_quotad_process; member