Home
last modified time | relevance | path

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

/fs/ceph/
Daddr.c442 struct ceph_snap_context *snapc, *oldest; in writepage_nounlock() local
463 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() local
962 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() local
1004 oldest = get_oldest_context(inode, NULL); in ceph_update_writeable_page()
[all …]
/fs/yaffs2/
Dyaffs_yaffs2.c144 u32 oldest = 0; in yaffs2_find_refresh_block() local
149 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()
DKconfig139 Block refreshing infrequently refreshes the oldest block in