Home
last modified time | relevance | path

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

/fs/autofs4/
Droot.c278 if (ino->flags & AUTOFS_INF_PENDING) { in autofs4_mount_wait()
365 if (ino->flags & AUTOFS_INF_PENDING) { in autofs4_d_automount()
406 ino->flags |= AUTOFS_INF_PENDING; in autofs4_d_automount()
410 ino->flags &= ~AUTOFS_INF_PENDING; in autofs4_d_automount()
Dexpire.c317 if (ino->flags & AUTOFS_INF_PENDING) { in autofs4_expire_direct()
357 if (ino->flags & AUTOFS_INF_PENDING) in should_expire()
Dautofs_i.h82 #define AUTOFS_INF_PENDING (1<<2) /* dentry pending mount */ macro