Home
last modified time | relevance | path

Searched refs:AUTOFS_INF_PENDING (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/autofs/
H A Droot.c246 if (ino->flags & AUTOFS_INF_PENDING) { in autofs_mount_wait()
336 if (ino->flags & AUTOFS_INF_PENDING) { in autofs_d_automount()
377 ino->flags |= AUTOFS_INF_PENDING; in autofs_d_automount()
381 ino->flags &= ~AUTOFS_INF_PENDING; in autofs_d_automount()
H A Dexpire.c292 if (ino->flags & AUTOFS_INF_PENDING) { in autofs_expire_direct()
330 if (ino->flags & AUTOFS_INF_PENDING) in should_expire()
H A Dautofs_i.h82 #define AUTOFS_INF_PENDING (1<<2) /* dentry pending mount */ macro
/kernel/linux/linux-6.6/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 Dexpire.c292 if (ino->flags & AUTOFS_INF_PENDING) { in autofs_expire_direct()
330 if (ino->flags & AUTOFS_INF_PENDING) in should_expire()
H A Dautofs_i.h80 #define AUTOFS_INF_PENDING (1<<2) /* dentry pending mount */ macro

Completed in 6 milliseconds