Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dblk-wbt.c191 if (rwb->sync_cookie == rq) { in wbt_done()
193 rwb->sync_cookie = NULL; in wbt_done()
199 WARN_ON_ONCE(rq == rwb->sync_cookie); in wbt_done()
221 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.h61 void *sync_cookie; member
/Linux-v5.15/fs/notify/inotify/
Dinotify.h10 u32 sync_cookie; member
Dinotify_fsnotify.c114 event->sync_cookie = cookie; in inotify_handle_inode_event()
Dinotify_user.c199 inotify_event.cookie = event->sync_cookie; in copy_event_to_user()
652 oevent->sync_cookie = 0; in inotify_new_group()