Home
last modified time | relevance | path

Searched refs:AUTOFS_EXP_FORCED (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/autofs/
Dexpire.c55 if (how & AUTOFS_EXP_FORCED) { in autofs_mount_busy()
200 if (how & AUTOFS_EXP_FORCED) in autofs_direct_busy()
273 if (how & AUTOFS_EXP_FORCED) in autofs_tree_busy()
304 if (how & AUTOFS_EXP_FORCED) in autofs_check_leaves()
391 if (how & AUTOFS_EXP_FORCED) in should_expire()
404 if (how & AUTOFS_EXP_FORCED) in should_expire()
422 if (!(how & AUTOFS_EXP_FORCED)) { in should_expire()
439 if (!(how & AUTOFS_EXP_FORCED)) { in should_expire()
/linux-4.19.296/include/uapi/linux/
Dauto_fs.h96 #define AUTOFS_EXP_FORCED 0x04 macro