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

/linux-master/fs/orangefs/
H A Dorangefs-cache.c12 static __u64 next_tag_value; variable
35 next_tag_value = 100;
110 op->tag = next_tag_value++;
111 if (next_tag_value == 0)
112 next_tag_value = 100;

Completed in 94 milliseconds