Home
last modified time | relevance | path

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

/linux/fs/autofs/
H A Droot.c251 if (ino->flags & AUTOFS_INF_PENDING) { in autofs_mount_wait()
358 if (ino->flags & AUTOFS_INF_PENDING) { in autofs_d_automount()
399 ino->flags |= AUTOFS_INF_PENDING; in autofs_d_automount()
403 ino->flags &= ~AUTOFS_INF_PENDING; in autofs_d_automount()
H A Dexpire.c289 if (ino->flags & AUTOFS_INF_PENDING) { in autofs_expire_direct()
327 if (ino->flags & AUTOFS_INF_PENDING) in should_expire()
H A Dautofs_i.h83 #define AUTOFS_INF_PENDING (1<<2) /* dentry pending mount */ macro