Home
last modified time | relevance | path

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

/Linux-v4.19/fs/autofs/
Dexpire.c338 ino->flags |= AUTOFS_INF_WANT_EXPIRE; in autofs_expire_direct()
349 ino->flags &= ~AUTOFS_INF_WANT_EXPIRE; in autofs_expire_direct()
483 if (ino->flags & AUTOFS_INF_WANT_EXPIRE) { in autofs_expire_indirect()
495 ino->flags |= AUTOFS_INF_WANT_EXPIRE; in autofs_expire_indirect()
515 ino->flags &= ~AUTOFS_INF_WANT_EXPIRE; in autofs_expire_indirect()
539 if (!(ino->flags & AUTOFS_INF_WANT_EXPIRE)) in autofs_expire_wait()
546 state = ino->flags & (AUTOFS_INF_WANT_EXPIRE | AUTOFS_INF_EXPIRING); in autofs_expire_wait()
547 if (state == AUTOFS_INF_WANT_EXPIRE) { in autofs_expire_wait()
608 ino->flags &= ~(AUTOFS_INF_EXPIRING|AUTOFS_INF_WANT_EXPIRE); in autofs_expire_run()
638 ino->flags &= ~(AUTOFS_INF_EXPIRING|AUTOFS_INF_WANT_EXPIRE); in autofs_do_expire_multi()
Dautofs_i.h75 #define AUTOFS_INF_WANT_EXPIRE (1<<1) /* the dentry is being considered macro
Droot.c458 if (ino->flags & AUTOFS_INF_WANT_EXPIRE) in autofs_d_manage()