Searched refs:sd_quotad_process (Results 1 – 3 of 3) sorted by relevance
525 if (!log_write_allowed && current == sdp->sd_quotad_process) in gfs2_make_fs_ro()527 else if (sdp->sd_quotad_process) in gfs2_make_fs_ro()528 kthread_stop(sdp->sd_quotad_process); in gfs2_make_fs_ro()529 sdp->sd_quotad_process = NULL; in gfs2_make_fs_ro()
1121 sdp->sd_quotad_process = p; in init_threads()1275 if (sdp->sd_quotad_process) in gfs2_fill_super()1276 kthread_stop(sdp->sd_quotad_process); in gfs2_fill_super()1277 sdp->sd_quotad_process = NULL; in gfs2_fill_super()
778 struct task_struct *sd_quotad_process; member
Completed in 12 milliseconds