Searched refs:oldest (Results 1 – 3 of 3) sorted by relevance
442 struct ceph_snap_context *snapc, *oldest; in writepage_nounlock() local463 oldest = get_oldest_context(inode, &snap_size); in writepage_nounlock()464 if (snapc->seq > oldest->seq) { in writepage_nounlock()469 ceph_put_snap_context(oldest); in writepage_nounlock()472 ceph_put_snap_context(oldest); in writepage_nounlock()961 struct ceph_snap_context *oldest = get_oldest_context(inode, NULL); in context_is_writeable_or_written() local962 int ret = !oldest || snapc->seq <= oldest->seq; in context_is_writeable_or_written()964 ceph_put_snap_context(oldest); in context_is_writeable_or_written()988 struct ceph_snap_context *snapc, *oldest; in ceph_update_writeable_page() local1004 oldest = get_oldest_context(inode, NULL); in ceph_update_writeable_page()[all …]
144 u32 oldest = 0; in yaffs2_find_refresh_block() local149 return oldest; in yaffs2_find_refresh_block()155 return oldest; in yaffs2_find_refresh_block()164 return oldest; in yaffs2_find_refresh_block()178 if (oldest < 1 || bi->seq_number < oldest_seq) { in yaffs2_find_refresh_block()179 oldest = b; in yaffs2_find_refresh_block()186 if (oldest > 0) { in yaffs2_find_refresh_block()189 dev->refresh_count, oldest, oldest_seq); in yaffs2_find_refresh_block()192 return oldest; in yaffs2_find_refresh_block()
139 Block refreshing infrequently refreshes the oldest block in