Searched refs:AUTOFS_INF_PENDING (Results 1 – 3 of 3) sorted by relevance
248 if (ino->flags & AUTOFS_INF_PENDING) { in autofs_mount_wait()338 if (ino->flags & AUTOFS_INF_PENDING) { in autofs_d_automount()379 ino->flags |= AUTOFS_INF_PENDING; in autofs_d_automount()383 ino->flags &= ~AUTOFS_INF_PENDING; in autofs_d_automount()
292 if (ino->flags & AUTOFS_INF_PENDING) { in autofs_expire_direct()330 if (ino->flags & AUTOFS_INF_PENDING) in should_expire()
82 #define AUTOFS_INF_PENDING (1<<2) /* dentry pending mount */ macro
Completed in 7 milliseconds