Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-wbt.c86 void *sync_cookie; member
250 if (rwb->sync_cookie == rq) { in wbt_done()
252 rwb->sync_cookie = NULL; in wbt_done()
258 WARN_ON_ONCE(rq == rwb->sync_cookie); in wbt_done()
280 if (!issue || !rwb->sync_cookie) in rwb_sync_issue_lat()
685 rwb->sync_cookie = rq; in wbt_issue()
695 if (rq == rwb->sync_cookie) { in wbt_requeue()
697 rwb->sync_cookie = NULL; in wbt_requeue()
/linux/fs/notify/inotify/
H A Dinotify.h10 u32 sync_cookie; member
H A Dinotify_fsnotify.c121 event->sync_cookie = cookie; in inotify_handle_inode_event()