Home
last modified time | relevance | path

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

/linux-6.12.1/include/trace/events/
Dnetfs.h585 __field(unsigned long long, cleaned_to )
593 __entry->cleaned_to = wreq->cleaned_to;
600 __entry->cleaned_to, __entry->collected_to)
614 __field(unsigned long long, cleaned_to )
621 __entry->cleaned_to = wreq->cleaned_to;
626 __entry->cleaned_to,
/linux-6.12.1/fs/netfs/
Dwrite_collect.c127 wreq->cleaned_to = fpos + fsize; in netfs_writeback_unlock_folios()
492 if (wreq->cleaned_to < wreq->collected_to) in netfs_collect_write_results()
495 wreq->cleaned_to = wreq->collected_to; in netfs_collect_write_results()
Dread_pgpriv2.c241 wreq->cleaned_to = fpos + fsize; in netfs_pgpriv2_unlock_copied_folios()
Dwrite_issue.c111 wreq->cleaned_to = wreq->start; in netfs_create_write_req()
/linux-6.12.1/include/linux/
Dnetfs.h267 unsigned long long cleaned_to; /* Position we've cleaned folios to */ member