Home
last modified time | relevance | path

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

/openbmc/linux/fs/autofs/
H A Dwaitq.c338 if (autofs_type_trigger(sbi->type)) in autofs_wait()
349 if (IS_ROOT(dentry) && autofs_type_trigger(sbi->type)) { in autofs_wait()
410 type = autofs_type_trigger(sbi->type) ? in autofs_wait()
414 type = autofs_type_trigger(sbi->type) ? in autofs_wait()
H A Dinode.c316 if (autofs_type_trigger(sbi->type)) in autofs_fill_super()
H A Dexpire.c581 if (autofs_type_trigger(sbi->type)) in autofs_do_expire_multi()
/openbmc/linux/include/uapi/linux/
H A Dauto_fs.h133 static inline unsigned int autofs_type_trigger(unsigned int type) in autofs_type_trigger() function