Searched refs:catatonic (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/autofs/
H A Dautofs_i.h105 int catatonic; member in struct:autofs_sb_info
125 return sbi->catatonic || task_pgrp(current) == sbi->oz_pgrp;
H A Dinode.c37 if (!sbi->catatonic)
154 sbi->catatonic = 1;
209 sbi->catatonic = 0;
H A Dwaitq.c30 DPRINTK(("autofs: entering catatonic mode\n"));
32 sbi->catatonic = 1;
108 /* In catatonic mode, we don't wait for nobody */
109 if ( sbi->catatonic )
151 if ( sbi->catatonic ) {
152 /* We might have slept, so check again for catatonic mode */
H A Ddirhash.c48 if ( list_empty(&dh->expiry_head) || sbi->catatonic )
65 /* Should only happen in catatonic mode */
218 entering catatonic mode, in order to make the filesystem unmountable. */
H A Droot.c223 DPRINTK(("autofs_lookup: pid = %u, pgrp = %u, catatonic = %d, "
225 task_pgrp_nr(current), sbi->catatonic,
593 case AUTOFS_IOC_CATATONIC: /* Enter catatonic mode (daemon shutdown) */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/autofs4/
H A Dwaitq.c32 if (sbi->catatonic) {
37 DPRINTK("entering catatonic mode");
39 sbi->catatonic = 1;
169 /* Check if we have become catatonic */
171 if (!sbi->catatonic) {
321 /* In catatonic mode, we don't wait for nobody */
322 if (sbi->catatonic)
429 * or the mount has been made catatonic.
H A Dautofs_i.h126 int catatonic; member in struct:autofs_sb_info
159 return sbi->catatonic || task_pgrp_nr(current) == sbi->oz_pgrp;
H A Dinode.c276 sbi->catatonic = 1;
356 sbi->catatonic = 0;
H A Ddev-ioctl.c352 * pipefd we also require that the autofs mount be catatonic.
370 if (!sbi->catatonic) {
383 sbi->catatonic = 0;
391 * Make the autofs mount point catatonic, no longer responsive to
684 * Admin needs to be able to set the mount catatonic in
H A Droot.c541 DPRINTK("pid = %u, pgrp = %u, catatonic = %d, oz_mode = %d",
542 current->pid, task_pgrp_nr(current), sbi->catatonic, oz_mode);
952 case AUTOFS_IOC_CATATONIC: /* Enter catatonic mode (daemon shutdown) */

Completed in 74 milliseconds