Home
last modified time | relevance | path

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

/linux-4.4.14/fs/autofs4/
Dexpire.c318 ino->flags |= AUTOFS_INF_NO_RCU; in autofs4_expire_direct()
325 ino->flags &= ~AUTOFS_INF_NO_RCU; in autofs4_expire_direct()
330 ino->flags &= ~AUTOFS_INF_NO_RCU; in autofs4_expire_direct()
447 if (ino->flags & AUTOFS_INF_NO_RCU) in autofs4_expire_indirect()
456 ino->flags |= AUTOFS_INF_NO_RCU; in autofs4_expire_indirect()
466 ino->flags &= ~AUTOFS_INF_NO_RCU; in autofs4_expire_indirect()
477 ino->flags &= ~AUTOFS_INF_NO_RCU; in autofs4_expire_indirect()
497 if (!(ino->flags & (AUTOFS_INF_EXPIRING | AUTOFS_INF_NO_RCU))) in autofs4_expire_wait()
Dautofs_i.h82 #define AUTOFS_INF_NO_RCU (1<<1) /* the dentry is being considered macro
Droot.c458 if (ino->flags & (AUTOFS_INF_EXPIRING | AUTOFS_INF_NO_RCU)) in autofs4_d_manage()