Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dblk-wbt.c190 if (rwb->sync_cookie == rq) { in wbt_done()
192 rwb->sync_cookie = NULL; in wbt_done()
198 WARN_ON_ONCE(rq == rwb->sync_cookie); in wbt_done()
220 if (!issue || !rwb->sync_cookie) in rwb_sync_issue_lat()
610 rwb->sync_cookie = rq; in wbt_issue()
620 if (rq == rwb->sync_cookie) { in wbt_requeue()
622 rwb->sync_cookie = NULL; in wbt_requeue()
Dblk-wbt.h60 void *sync_cookie; member
/Linux-v5.10/fs/notify/inotify/
Dinotify.h10 u32 sync_cookie; member
Dinotify_fsnotify.c117 event->sync_cookie = cookie; in inotify_one_event()
Dinotify_user.c186 inotify_event.cookie = event->sync_cookie; in copy_event_to_user()
643 oevent->sync_cookie = 0; in inotify_new_group()