Searched refs:older_than_this (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dwriteback.h44 unsigned long *older_than_this; /* If !NULL, only write back inodes member in struct:writeback_control
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dpage-writeback.c219 .older_than_this = NULL,
370 .older_than_this = NULL,
430 * older_than_this takes precedence over nr_to_write. So we'll only write back
442 .older_than_this = &oldest_jif,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dfs-writeback.c338 if (wbc->older_than_this && time_after(inode->dirtied_when,
339 *wbc->older_than_this))
383 * If `older_than_this' is non-zero then only flush inodes which have a
384 * flushtime older than *older_than_this.

Completed in 191 milliseconds