Home
last modified time | relevance | path

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

/linux-4.19.296/fs/autofs/
Dwaitq.c385 if (autofs_type_trigger(sbi->type)) in autofs_wait()
396 if (IS_ROOT(dentry) && autofs_type_trigger(sbi->type)) in autofs_wait()
453 type = autofs_type_trigger(sbi->type) ? in autofs_wait()
457 type = autofs_type_trigger(sbi->type) ? in autofs_wait()
Dinode.c302 if (autofs_type_trigger(sbi->type)) in autofs_fill_super()
Dexpire.c623 if (autofs_type_trigger(sbi->type)) in autofs_do_expire_multi()
/linux-4.19.296/include/uapi/linux/
Dauto_fs.h133 static inline unsigned int autofs_type_trigger(unsigned int type) in autofs_type_trigger() function