Lines Matching refs:type
96 int type) in autofs4_notify_daemon() argument
107 wq->wait_queue_token, wq->name.len, wq->name.name, type); in autofs4_notify_daemon()
112 pkt.hdr.type = type; in autofs4_notify_daemon()
113 switch (type) { in autofs4_notify_daemon()
165 printk("autofs4_notify_daemon: bad type %d!\n", type); in autofs4_notify_daemon()
325 int status, ret, type; in autofs4_wait() local
340 if (autofs_type_trigger(sbi->type)) in autofs4_wait()
351 if (IS_ROOT(dentry) && autofs_type_trigger(sbi->type)) in autofs4_wait()
404 type = autofs_ptype_missing; in autofs4_wait()
406 type = autofs_ptype_expire_multi; in autofs4_wait()
409 type = autofs_type_trigger(sbi->type) ? in autofs4_wait()
413 type = autofs_type_trigger(sbi->type) ? in autofs4_wait()
423 autofs4_notify_daemon(sbi, wq, type); in autofs4_wait()