Home
last modified time | relevance | path

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

/linux-5.19.10/fs/autofs/
Dwaitq.c337 if (autofs_type_trigger(sbi->type)) in autofs_wait()
348 if (IS_ROOT(dentry) && autofs_type_trigger(sbi->type)) { in autofs_wait()
409 type = autofs_type_trigger(sbi->type) ? in autofs_wait()
413 type = autofs_type_trigger(sbi->type) ? in autofs_wait()
Dinode.c315 if (autofs_type_trigger(sbi->type)) in autofs_fill_super()
Dexpire.c581 if (autofs_type_trigger(sbi->type)) in autofs_do_expire_multi()
/linux-5.19.10/include/uapi/linux/
Dauto_fs.h133 static inline unsigned int autofs_type_trigger(unsigned int type) in autofs_type_trigger() function