Home
last modified time | relevance | path

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

/fs/autofs/
Dexpire.c394 struct dentry *expired; in should_expire() local
404 expired = autofs_check_leaves(mnt, dentry, timeout, how); in should_expire()
405 if (expired) { in should_expire()
406 if (expired == dentry) in should_expire()
408 return expired; in should_expire()
428 struct dentry *expired; in autofs_expire_indirect() local
447 expired = should_expire(dentry, mnt, timeout, how); in autofs_expire_indirect()
448 if (!expired) in autofs_expire_indirect()
452 ino = autofs_dentry_ino(expired); in autofs_expire_indirect()
461 found = should_expire(expired, mnt, timeout, how); in autofs_expire_indirect()
[all …]
/fs/
Dtimerfd.c40 short unsigned expired; member
67 ctx->expired = 1; in timerfd_triggered()
183 ctx->expired = 0; in timerfd_setup()
268 ctx->expired = 0; in timerfd_read()
275 if (ctx->expired && ctx->tintv) { in timerfd_read()
292 ctx->expired = 0; in timerfd_read()
487 if (ctx->expired && ctx->tintv) { in do_timerfd_settime()
517 if (ctx->expired && ctx->tintv) { in do_timerfd_gettime()
518 ctx->expired = 0; in do_timerfd_gettime()
Dfs-writeback.c1970 unsigned long expired; in wb_check_old_data_flush() local
1979 expired = wb->last_old_flush + in wb_check_old_data_flush()
1981 if (time_before(jiffies, expired)) in wb_check_old_data_flush()