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.c43 short unsigned expired; member
70 ctx->expired = 1; in timerfd_triggered()
202 ctx->expired = 0; in timerfd_setup()
289 ctx->expired = 0; in timerfd_read()
296 if (ctx->expired && ctx->tintv) { in timerfd_read()
313 ctx->expired = 0; in timerfd_read()
511 if (ctx->expired && ctx->tintv) { in do_timerfd_settime()
541 if (ctx->expired && ctx->tintv) { in do_timerfd_gettime()
542 ctx->expired = 0; in do_timerfd_gettime()
Dfs-writeback.c2180 unsigned long expired; in wb_check_old_data_flush() local
2189 expired = wb->last_old_flush + in wb_check_old_data_flush()
2191 if (time_before(jiffies, expired)) in wb_check_old_data_flush()