Home
last modified time | relevance | path

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

/fs/ceph/
Daddr.c476 struct ceph_snap_context *snapc, *oldest; in writepage_nounlock() local
501 oldest = get_oldest_context(inode, &snap_size); in writepage_nounlock()
502 if (snapc->seq > oldest->seq) { in writepage_nounlock()
507 ceph_put_snap_context(oldest); in writepage_nounlock()
510 ceph_put_snap_context(oldest); in writepage_nounlock()
1025 struct ceph_snap_context *oldest = get_oldest_context(inode, NULL); in context_is_writeable_or_written() local
1026 int ret = !oldest || snapc->seq <= oldest->seq; in context_is_writeable_or_written()
1028 ceph_put_snap_context(oldest); in context_is_writeable_or_written()
1051 struct ceph_snap_context *snapc, *oldest; in ceph_update_writeable_page() local
1063 oldest = get_oldest_context(inode, NULL); in ceph_update_writeable_page()
[all …]