Home
last modified time | relevance | path

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

/linux-3.4.99/fs/autofs4/
Dautofs_i.h82 #define AUTOFS_INF_PENDING (1<<2) /* dentry pending mount */ macro
150 if (inf->flags & AUTOFS_INF_PENDING) in autofs4_ispending()
Droot.c272 if (ino->flags & AUTOFS_INF_PENDING) { in autofs4_mount_wait()
353 if (ino->flags & AUTOFS_INF_PENDING) { in autofs4_d_automount()
392 ino->flags |= AUTOFS_INF_PENDING; in autofs4_d_automount()
396 ino->flags &= ~AUTOFS_INF_PENDING; in autofs4_d_automount()
Dexpire.c338 if (ino->flags & AUTOFS_INF_PENDING) in autofs4_expire_direct()
385 if (ino->flags & AUTOFS_INF_PENDING) in autofs4_expire_indirect()