Home
last modified time | relevance | path

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

/linux-3.4.99/fs/autofs4/
Dwaitq.c372 if (autofs_type_trigger(sbi->type)) in autofs4_wait()
383 if (IS_ROOT(dentry) && autofs_type_trigger(sbi->type)) in autofs4_wait()
441 type = autofs_type_trigger(sbi->type) ? in autofs4_wait()
445 type = autofs_type_trigger(sbi->type) ? in autofs4_wait()
Dinode.c263 if (autofs_type_trigger(sbi->type)) in autofs4_fill_super()
Dexpire.c538 if (autofs_type_trigger(sbi->type)) in autofs4_do_expire_multi()
/linux-3.4.99/include/linux/
Dauto_fs4.h71 static inline unsigned int autofs_type_trigger(unsigned int type) in autofs_type_trigger() function