dlm_next_cookie 43 fs/ocfs2/dlm/dlmlock.c static u64 dlm_next_cookie = 1; dlm_next_cookie 534 fs/ocfs2/dlm/dlmlock.c *cookie = (dlm_next_cookie | tmpnode); dlm_next_cookie 535 fs/ocfs2/dlm/dlmlock.c if (++dlm_next_cookie & 0xff00000000000000ull) { dlm_next_cookie 537 fs/ocfs2/dlm/dlmlock.c dlm_next_cookie = 1;