Home
last modified time | relevance | path

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

/openbmc/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 Dautofs_i.h80 #define AUTOFS_INF_PENDING (1<<2) /* dentry pending mount */ macro
H A Dexpire.c292 if (ino->flags & AUTOFS_INF_PENDING) { in autofs_expire_direct()
330 if (ino->flags & AUTOFS_INF_PENDING) in should_expire()