Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/gfs2/
A Dsuper.c539 if (!log_write_allowed && current == sdp->sd_quotad_process) in gfs2_make_fs_ro()
541 else if (sdp->sd_quotad_process) in gfs2_make_fs_ro()
542 kthread_stop(sdp->sd_quotad_process); in gfs2_make_fs_ro()
543 sdp->sd_quotad_process = NULL; in gfs2_make_fs_ro()
A Dops_fstype.c1124 sdp->sd_quotad_process = p; in init_threads()
1284 if (sdp->sd_quotad_process) in gfs2_fill_super()
1285 kthread_stop(sdp->sd_quotad_process); in gfs2_fill_super()
1286 sdp->sd_quotad_process = NULL; in gfs2_fill_super()
A Dincore.h784 struct task_struct *sd_quotad_process; member

Completed in 11 milliseconds