Home
last modified time | relevance | path

Searched refs:AUTOFS_INF_PENDING (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/autofs/
Droot.c272 if (ino->flags & AUTOFS_INF_PENDING) { in autofs_mount_wait()
359 if (ino->flags & AUTOFS_INF_PENDING) { in autofs_d_automount()
400 ino->flags |= AUTOFS_INF_PENDING; in autofs_d_automount()
404 ino->flags &= ~AUTOFS_INF_PENDING; in autofs_d_automount()
Dautofs_i.h83 #define AUTOFS_INF_PENDING (1<<2) /* dentry pending mount */ macro
Dexpire.c334 if (ino->flags & AUTOFS_INF_PENDING) { in autofs_expire_direct()
372 if (ino->flags & AUTOFS_INF_PENDING) in should_expire()