Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/autofs/
A Dexpire.c296 ino->flags |= AUTOFS_INF_WANT_EXPIRE; in autofs_expire_direct()
307 ino->flags &= ~AUTOFS_INF_WANT_EXPIRE; in autofs_expire_direct()
441 if (ino->flags & AUTOFS_INF_WANT_EXPIRE) { in autofs_expire_indirect()
453 ino->flags |= AUTOFS_INF_WANT_EXPIRE; in autofs_expire_indirect()
474 ino->flags &= ~AUTOFS_INF_WANT_EXPIRE; in autofs_expire_indirect()
498 if (!(ino->flags & AUTOFS_INF_WANT_EXPIRE)) in autofs_expire_wait()
505 state = ino->flags & (AUTOFS_INF_WANT_EXPIRE | AUTOFS_INF_EXPIRING); in autofs_expire_wait()
506 if (state == AUTOFS_INF_WANT_EXPIRE) { in autofs_expire_wait()
566 ino->flags &= ~(AUTOFS_INF_EXPIRING|AUTOFS_INF_WANT_EXPIRE); in autofs_expire_run()
598 ino->flags &= ~(AUTOFS_INF_EXPIRING|AUTOFS_INF_WANT_EXPIRE); in autofs_do_expire_multi()
A Dautofs_i.h72 #define AUTOFS_INF_WANT_EXPIRE (1<<1) /* the dentry is being considered macro
A Droot.c456 if (ino->flags & AUTOFS_INF_WANT_EXPIRE) in autofs_d_manage()

Completed in 6 milliseconds