This file is indexed.

/usr/include/reiser4/flow.h is in libreiser4-dev 1.1.0-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* Copyright (C) 2001-2005 by Hans Reiser, licensing governed by
   reiser4progs/COPYING.
   
   flow.h -- declarations of functions for working with flow. */

#ifndef REISER4_FLOW_H
#define REISER4_FLOW_H

#include <reiser4/types.h>

extern int64_t reiser4_flow_read(reiser4_tree_t *tree,
				 trans_hint_t *hint);

#ifndef ENABLE_MINIMAL
extern int64_t reiser4_flow_write(reiser4_tree_t *tree,
				  trans_hint_t *hint);

extern errno_t reiser4_flow_convert(reiser4_tree_t *tree,
				    conv_hint_t *hint);

extern int64_t reiser4_flow_cut(reiser4_tree_t *tree,
				trans_hint_t *hint);
#endif

#endif