Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dblk-wbt.c189 if (rwb->sync_cookie == rq) { in wbt_done()
191 rwb->sync_cookie = NULL; in wbt_done()
197 WARN_ON_ONCE(rq == rwb->sync_cookie); in wbt_done()
219 if (!issue || !rwb->sync_cookie) in rwb_sync_issue_lat()
666 rwb->sync_cookie = rq; in wbt_issue()
676 if (rq == rwb->sync_cookie) { in wbt_requeue()
678 rwb->sync_cookie = NULL; in wbt_requeue()
Dblk-wbt.h60 void *sync_cookie; member
/Linux-v4.19/fs/notify/inotify/
Dinotify.h9 u32 sync_cookie; member
Dinotify_fsnotify.c119 event->sync_cookie = cookie; in inotify_handle_event()
Dinotify_user.c194 inotify_event.cookie = event->sync_cookie; in copy_event_to_user()
639 oevent->sync_cookie = 0; in inotify_new_group()