Searched refs:AUTOFS_INF_PENDING (Results 1 – 3 of 3) sorted by relevance
278 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()
317 if (ino->flags & AUTOFS_INF_PENDING) { in autofs4_expire_direct()357 if (ino->flags & AUTOFS_INF_PENDING) in should_expire()
82 #define AUTOFS_INF_PENDING (1<<2) /* dentry pending mount */ macro