Searched refs:AUTOFS_INF_PENDING (Results 1 – 3 of 3) sorted by relevance
251 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()
289 if (ino->flags & AUTOFS_INF_PENDING) { in autofs_expire_direct()327 if (ino->flags & AUTOFS_INF_PENDING) in should_expire()
83 #define AUTOFS_INF_PENDING (1<<2) /* dentry pending mount */ macro