Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/autofs/
H A Dautofs.c134 static int autofs_interruptible = 1; variable
135 TUNABLE_INT("vfs.autofs.interruptible", &autofs_interruptible);
137 &autofs_interruptible, 1, "Allow requests to be interrupted by signal");
367 if (autofs_interruptible) { in autofs_trigger_one()