Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-wbt.c85 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()
686 rwb->sync_cookie = rq; in wbt_issue()
696 if (rq == rwb->sync_cookie) { in wbt_requeue()
698 rwb->sync_cookie = NULL; in wbt_requeue()
/openbmc/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()
H A Dinotify_user.c222 inotify_event.cookie = event->sync_cookie; in copy_event_to_user()
673 oevent->sync_cookie = 0; in inotify_new_group()