Home
last modified time | relevance | path

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

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