Home
last modified time | relevance | path

Searched refs:statsptr (Results 1 – 25 of 71) sorted by relevance

123

/dports/sysutils/lizardfs/lizardfs-3.12.0/src/mount/
H A Dsymlinkcache.cc60 static uint64_t *statsptr[STATNODES]; variable
65 statsptr[INSERTS] = stats_get_counterptr(stats_get_subnode(s,"inserts",0)); in symlink_cache_statsptr_init()
66 statsptr[SEARCH_HITS] = stats_get_counterptr(stats_get_subnode(s,"search_hits",0)); in symlink_cache_statsptr_init()
67 statsptr[SEARCH_MISSES] = stats_get_counterptr(stats_get_subnode(s,"search_misses",0)); in symlink_cache_statsptr_init()
68 statsptr[LINKS] = stats_get_counterptr(stats_get_subnode(s,"#links",1)); in symlink_cache_statsptr_init()
74 (*statsptr[id])++; in symlink_cache_stats_inc()
82 (*statsptr[id])--; in symlink_cache_stats_dec()
/dports/sysutils/moosefs2-cgi/moosefs-2.0.91/mfsmount/
H A Dsymlinkcache.c63 static void *statsptr[STATNODES]; variable
68 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in symlink_cache_statsptr_init()
69 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in symlink_cache_statsptr_init()
70 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in symlink_cache_statsptr_init()
71 statsptr[LINKS] = stats_get_subnode(s,"#links",1,1); in symlink_cache_statsptr_init()
76 stats_counter_inc(statsptr[id]); in symlink_cache_stats_inc()
82 stats_counter_dec(statsptr[id]); in symlink_cache_stats_dec()
H A Dnegentrycache.c65 static void *statsptr[STATNODES]; variable
70 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in negentry_cache_statsptr_init()
71 statsptr[REMOVALS] = stats_get_subnode(s,"removals",0,1); in negentry_cache_statsptr_init()
72 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in negentry_cache_statsptr_init()
73 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in negentry_cache_statsptr_init()
74 statsptr[ENTRIES] = stats_get_subnode(s,"#entries",1,1); in negentry_cache_statsptr_init()
79 stats_counter_inc(statsptr[id]); in negentry_cache_stats_inc()
85 stats_counter_dec(statsptr[id]); in negentry_cache_stats_dec()
/dports/sysutils/moosefs3-netdump/moosefs-3.0.116/mfsclient/
H A Dsymlinkcache.c64 static void *statsptr[STATNODES]; variable
69 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in symlink_cache_statsptr_init()
70 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in symlink_cache_statsptr_init()
71 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in symlink_cache_statsptr_init()
72 statsptr[LINKS] = stats_get_subnode(s,"#links",1,1); in symlink_cache_statsptr_init()
77 stats_counter_inc(statsptr[id]); in symlink_cache_stats_inc()
83 stats_counter_dec(statsptr[id]); in symlink_cache_stats_dec()
H A Dnegentrycache.c65 static void *statsptr[STATNODES]; variable
70 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in negentry_cache_statsptr_init()
71 statsptr[REMOVALS] = stats_get_subnode(s,"removals",0,1); in negentry_cache_statsptr_init()
72 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in negentry_cache_statsptr_init()
73 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in negentry_cache_statsptr_init()
74 statsptr[ENTRIES] = stats_get_subnode(s,"#entries",1,1); in negentry_cache_statsptr_init()
79 stats_counter_inc(statsptr[id]); in negentry_cache_stats_inc()
85 stats_counter_dec(statsptr[id]); in negentry_cache_stats_dec()
/dports/sysutils/moosefs3-chunkserver/moosefs-3.0.116/mfsclient/
H A Dsymlinkcache.c64 static void *statsptr[STATNODES]; variable
69 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in symlink_cache_statsptr_init()
70 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in symlink_cache_statsptr_init()
71 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in symlink_cache_statsptr_init()
72 statsptr[LINKS] = stats_get_subnode(s,"#links",1,1); in symlink_cache_statsptr_init()
77 stats_counter_inc(statsptr[id]); in symlink_cache_stats_inc()
83 stats_counter_dec(statsptr[id]); in symlink_cache_stats_dec()
/dports/sysutils/moosefs3-client/moosefs-3.0.116/mfsclient/
H A Dsymlinkcache.c64 static void *statsptr[STATNODES]; variable
69 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in symlink_cache_statsptr_init()
70 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in symlink_cache_statsptr_init()
71 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in symlink_cache_statsptr_init()
72 statsptr[LINKS] = stats_get_subnode(s,"#links",1,1); in symlink_cache_statsptr_init()
77 stats_counter_inc(statsptr[id]); in symlink_cache_stats_inc()
83 stats_counter_dec(statsptr[id]); in symlink_cache_stats_dec()
H A Dnegentrycache.c65 static void *statsptr[STATNODES]; variable
70 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in negentry_cache_statsptr_init()
71 statsptr[REMOVALS] = stats_get_subnode(s,"removals",0,1); in negentry_cache_statsptr_init()
72 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in negentry_cache_statsptr_init()
73 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in negentry_cache_statsptr_init()
74 statsptr[ENTRIES] = stats_get_subnode(s,"#entries",1,1); in negentry_cache_statsptr_init()
79 stats_counter_inc(statsptr[id]); in negentry_cache_stats_inc()
85 stats_counter_dec(statsptr[id]); in negentry_cache_stats_dec()
/dports/sysutils/moosefs2-netdump/moosefs-2.0.91/mfsmount/
H A Dsymlinkcache.c63 static void *statsptr[STATNODES]; variable
68 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in symlink_cache_statsptr_init()
69 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in symlink_cache_statsptr_init()
70 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in symlink_cache_statsptr_init()
71 statsptr[LINKS] = stats_get_subnode(s,"#links",1,1); in symlink_cache_statsptr_init()
76 stats_counter_inc(statsptr[id]); in symlink_cache_stats_inc()
82 stats_counter_dec(statsptr[id]); in symlink_cache_stats_dec()
/dports/sysutils/moosefs3-cgiserv/moosefs-3.0.116/mfsclient/
H A Dsymlinkcache.c64 static void *statsptr[STATNODES]; variable
69 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in symlink_cache_statsptr_init()
70 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in symlink_cache_statsptr_init()
71 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in symlink_cache_statsptr_init()
72 statsptr[LINKS] = stats_get_subnode(s,"#links",1,1); in symlink_cache_statsptr_init()
77 stats_counter_inc(statsptr[id]); in symlink_cache_stats_inc()
83 stats_counter_dec(statsptr[id]); in symlink_cache_stats_dec()
H A Dnegentrycache.c65 static void *statsptr[STATNODES]; variable
70 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in negentry_cache_statsptr_init()
71 statsptr[REMOVALS] = stats_get_subnode(s,"removals",0,1); in negentry_cache_statsptr_init()
72 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in negentry_cache_statsptr_init()
73 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in negentry_cache_statsptr_init()
74 statsptr[ENTRIES] = stats_get_subnode(s,"#entries",1,1); in negentry_cache_statsptr_init()
79 stats_counter_inc(statsptr[id]); in negentry_cache_stats_inc()
85 stats_counter_dec(statsptr[id]); in negentry_cache_stats_dec()
/dports/sysutils/moosefs2-client/moosefs-2.0.91/mfsmount/
H A Dsymlinkcache.c63 static void *statsptr[STATNODES]; variable
68 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in symlink_cache_statsptr_init()
69 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in symlink_cache_statsptr_init()
70 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in symlink_cache_statsptr_init()
71 statsptr[LINKS] = stats_get_subnode(s,"#links",1,1); in symlink_cache_statsptr_init()
76 stats_counter_inc(statsptr[id]); in symlink_cache_stats_inc()
82 stats_counter_dec(statsptr[id]); in symlink_cache_stats_dec()
/dports/sysutils/moosefs3-cgi/moosefs-3.0.116/mfsclient/
H A Dsymlinkcache.c64 static void *statsptr[STATNODES]; variable
69 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in symlink_cache_statsptr_init()
70 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in symlink_cache_statsptr_init()
71 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in symlink_cache_statsptr_init()
72 statsptr[LINKS] = stats_get_subnode(s,"#links",1,1); in symlink_cache_statsptr_init()
77 stats_counter_inc(statsptr[id]); in symlink_cache_stats_inc()
83 stats_counter_dec(statsptr[id]); in symlink_cache_stats_dec()
H A Dnegentrycache.c65 static void *statsptr[STATNODES]; variable
70 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in negentry_cache_statsptr_init()
71 statsptr[REMOVALS] = stats_get_subnode(s,"removals",0,1); in negentry_cache_statsptr_init()
72 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in negentry_cache_statsptr_init()
73 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in negentry_cache_statsptr_init()
74 statsptr[ENTRIES] = stats_get_subnode(s,"#entries",1,1); in negentry_cache_statsptr_init()
79 stats_counter_inc(statsptr[id]); in negentry_cache_stats_inc()
85 stats_counter_dec(statsptr[id]); in negentry_cache_stats_dec()
/dports/sysutils/moosefs3-cli/moosefs-3.0.116/mfsclient/
H A Dsymlinkcache.c64 static void *statsptr[STATNODES]; variable
69 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in symlink_cache_statsptr_init()
70 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in symlink_cache_statsptr_init()
71 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in symlink_cache_statsptr_init()
72 statsptr[LINKS] = stats_get_subnode(s,"#links",1,1); in symlink_cache_statsptr_init()
77 stats_counter_inc(statsptr[id]); in symlink_cache_stats_inc()
83 stats_counter_dec(statsptr[id]); in symlink_cache_stats_dec()
H A Dnegentrycache.c65 static void *statsptr[STATNODES]; variable
70 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in negentry_cache_statsptr_init()
71 statsptr[REMOVALS] = stats_get_subnode(s,"removals",0,1); in negentry_cache_statsptr_init()
72 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in negentry_cache_statsptr_init()
73 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in negentry_cache_statsptr_init()
74 statsptr[ENTRIES] = stats_get_subnode(s,"#entries",1,1); in negentry_cache_statsptr_init()
79 stats_counter_inc(statsptr[id]); in negentry_cache_stats_inc()
85 stats_counter_dec(statsptr[id]); in negentry_cache_stats_dec()
/dports/sysutils/moosefs2-master/moosefs-2.0.91/mfsmount/
H A Dsymlinkcache.c63 static void *statsptr[STATNODES]; variable
68 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in symlink_cache_statsptr_init()
69 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in symlink_cache_statsptr_init()
70 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in symlink_cache_statsptr_init()
71 statsptr[LINKS] = stats_get_subnode(s,"#links",1,1); in symlink_cache_statsptr_init()
76 stats_counter_inc(statsptr[id]); in symlink_cache_stats_inc()
82 stats_counter_dec(statsptr[id]); in symlink_cache_stats_dec()
/dports/sysutils/moosefs2-metalogger/moosefs-2.0.91/mfsmount/
H A Dsymlinkcache.c63 static void *statsptr[STATNODES]; variable
68 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in symlink_cache_statsptr_init()
69 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in symlink_cache_statsptr_init()
70 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in symlink_cache_statsptr_init()
71 statsptr[LINKS] = stats_get_subnode(s,"#links",1,1); in symlink_cache_statsptr_init()
76 stats_counter_inc(statsptr[id]); in symlink_cache_stats_inc()
82 stats_counter_dec(statsptr[id]); in symlink_cache_stats_dec()
/dports/sysutils/moosefs2-cli/moosefs-2.0.91/mfsmount/
H A Dsymlinkcache.c63 static void *statsptr[STATNODES]; variable
68 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in symlink_cache_statsptr_init()
69 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in symlink_cache_statsptr_init()
70 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in symlink_cache_statsptr_init()
71 statsptr[LINKS] = stats_get_subnode(s,"#links",1,1); in symlink_cache_statsptr_init()
76 stats_counter_inc(statsptr[id]); in symlink_cache_stats_inc()
82 stats_counter_dec(statsptr[id]); in symlink_cache_stats_dec()
/dports/sysutils/moosefs2-chunkserver/moosefs-2.0.91/mfsmount/
H A Dsymlinkcache.c63 static void *statsptr[STATNODES]; variable
68 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in symlink_cache_statsptr_init()
69 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in symlink_cache_statsptr_init()
70 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in symlink_cache_statsptr_init()
71 statsptr[LINKS] = stats_get_subnode(s,"#links",1,1); in symlink_cache_statsptr_init()
76 stats_counter_inc(statsptr[id]); in symlink_cache_stats_inc()
82 stats_counter_dec(statsptr[id]); in symlink_cache_stats_dec()
H A Dnegentrycache.c65 static void *statsptr[STATNODES]; variable
70 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in negentry_cache_statsptr_init()
71 statsptr[REMOVALS] = stats_get_subnode(s,"removals",0,1); in negentry_cache_statsptr_init()
72 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in negentry_cache_statsptr_init()
73 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in negentry_cache_statsptr_init()
74 statsptr[ENTRIES] = stats_get_subnode(s,"#entries",1,1); in negentry_cache_statsptr_init()
79 stats_counter_inc(statsptr[id]); in negentry_cache_stats_inc()
85 stats_counter_dec(statsptr[id]); in negentry_cache_stats_dec()
/dports/sysutils/moosefs2-cgiserv/moosefs-2.0.91/mfsmount/
H A Dsymlinkcache.c63 static void *statsptr[STATNODES]; variable
68 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in symlink_cache_statsptr_init()
69 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in symlink_cache_statsptr_init()
70 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in symlink_cache_statsptr_init()
71 statsptr[LINKS] = stats_get_subnode(s,"#links",1,1); in symlink_cache_statsptr_init()
76 stats_counter_inc(statsptr[id]); in symlink_cache_stats_inc()
82 stats_counter_dec(statsptr[id]); in symlink_cache_stats_dec()
H A Dnegentrycache.c65 static void *statsptr[STATNODES]; variable
70 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in negentry_cache_statsptr_init()
71 statsptr[REMOVALS] = stats_get_subnode(s,"removals",0,1); in negentry_cache_statsptr_init()
72 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in negentry_cache_statsptr_init()
73 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in negentry_cache_statsptr_init()
74 statsptr[ENTRIES] = stats_get_subnode(s,"#entries",1,1); in negentry_cache_statsptr_init()
79 stats_counter_inc(statsptr[id]); in negentry_cache_stats_inc()
85 stats_counter_dec(statsptr[id]); in negentry_cache_stats_dec()
/dports/sysutils/moosefs3-metalogger/moosefs-3.0.116/mfsclient/
H A Dsymlinkcache.c64 static void *statsptr[STATNODES]; variable
69 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in symlink_cache_statsptr_init()
70 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in symlink_cache_statsptr_init()
71 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in symlink_cache_statsptr_init()
72 statsptr[LINKS] = stats_get_subnode(s,"#links",1,1); in symlink_cache_statsptr_init()
77 stats_counter_inc(statsptr[id]); in symlink_cache_stats_inc()
83 stats_counter_dec(statsptr[id]); in symlink_cache_stats_dec()
/dports/sysutils/moosefs3-master/moosefs-3.0.116/mfsclient/
H A Dsymlinkcache.c64 static void *statsptr[STATNODES]; variable
69 statsptr[INSERTS] = stats_get_subnode(s,"inserts",0,1); in symlink_cache_statsptr_init()
70 statsptr[SEARCH_HITS] = stats_get_subnode(s,"search_hits",0,1); in symlink_cache_statsptr_init()
71 statsptr[SEARCH_MISSES] = stats_get_subnode(s,"search_misses",0,1); in symlink_cache_statsptr_init()
72 statsptr[LINKS] = stats_get_subnode(s,"#links",1,1); in symlink_cache_statsptr_init()
77 stats_counter_inc(statsptr[id]); in symlink_cache_stats_inc()
83 stats_counter_dec(statsptr[id]); in symlink_cache_stats_dec()

123