Home
last modified time | relevance | path

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

/linux-6.12.1/fs/autofs/
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()
Dinode.c348 if (autofs_type_trigger(sbi->type)) in autofs_fill_super()
Dexpire.c581 if (autofs_type_trigger(sbi->type)) in autofs_do_expire_multi()
/linux-6.12.1/include/uapi/linux/
Dauto_fs.h133 static inline unsigned int autofs_type_trigger(unsigned int type) in autofs_type_trigger() function