Searched refs:dlm_next_cookie (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmlock.c58 static u64 dlm_next_cookie = 1; variable
557 *cookie = (dlm_next_cookie | tmpnode);
558 if (++dlm_next_cookie & 0xff00000000000000ull) {
560 dlm_next_cookie = 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmlock.c58 static u64 dlm_next_cookie = 1; variable
557 *cookie = (dlm_next_cookie | tmpnode);
558 if (++dlm_next_cookie & 0xff00000000000000ull) {
560 dlm_next_cookie = 1;

Completed in 61 milliseconds