Home
last modified time | relevance | path

Searched refs:sync_cookie (Results 1 – 4 of 4) sorted by last modified time

/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_user.c221 inotify_event.cookie = event->sync_cookie; in copy_event_to_user()
672 oevent->sync_cookie = 0; in inotify_new_group()
H A Dinotify_fsnotify.c121 event->sync_cookie = cookie; in inotify_handle_inode_event()
H A Dinotify.h10 u32 sync_cookie; member