Home
last modified time | relevance | path

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

/fs/ceph/
Daddr.c609 struct ceph_snap_context *snapc, *oldest; in writepage_nounlock() local
629 oldest = get_oldest_context(inode, &ceph_wbc, snapc); in writepage_nounlock()
630 if (snapc->seq > oldest->seq) { in writepage_nounlock()
635 ceph_put_snap_context(oldest); in writepage_nounlock()
639 ceph_put_snap_context(oldest); in writepage_nounlock()
710 oldest = detach_page_private(page); in writepage_nounlock()
711 WARN_ON_ONCE(oldest != snapc); in writepage_nounlock()
1280 struct ceph_snap_context *oldest = get_oldest_context(inode, NULL, NULL); in context_is_writeable_or_written() local
1281 int ret = !oldest || snapc->seq <= oldest->seq; in context_is_writeable_or_written()
1283 ceph_put_snap_context(oldest); in context_is_writeable_or_written()
[all …]