Home
last modified time | relevance | path

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

/linux/fs/gfs2/
A Dsuper.c525 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()
A Dops_fstype.c1121 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()
A Dincore.h778 struct task_struct *sd_quotad_process; member

Completed in 12 milliseconds