Home
last modified time | relevance | path

Searched refs:RBD_LOCK_COOKIE_PREFIX (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/block/
A Drbd_types.h35 #define RBD_LOCK_COOKIE_PREFIX "auto" macro
A Drbd.c3628 sprintf(buf, "%s %llu", RBD_LOCK_COOKIE_PREFIX, rbd_dev->watch_cookie); in format_lock_cookie()
3866 if (strncmp((*lockers)[0].id.cookie, RBD_LOCK_COOKIE_PREFIX, in get_lock_owner_info()
3867 strlen(RBD_LOCK_COOKIE_PREFIX))) { in get_lock_owner_info()
3895 sscanf(locker->id.cookie, RBD_LOCK_COOKIE_PREFIX " %llu", &cookie); in find_watcher()

Completed in 16 milliseconds