This file is indexed.

/usr/include/afs/vl_opcodes.h is in libopenafs-dev 1.6.20-2+deb9u2.

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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/*
 * Copyright 2000, International Business Machines Corporation and others.
 * All Rights Reserved.
 *
 * This software has been released under the terms of the IBM Public
 * License.  For details, see the LICENSE file in the top-level source
 * directory or online at http://www.openafs.org/dl/license10.html
 */

/* vldb server's current opcodes */
#define	VLCREATEENTRY		501
#define	VLDELETEENTRY		502
#define	VLGETENTRYBYID		503
#define	VLGETENTRYBYNAME	504
#define	VLGETNEWVOLUMEID	505
#define	VLREPLACEENTRY		506
#define	VLUPDATEENTRY		507
#define	VLSETLOCK		508
#define	VLRELEASELOCK		509
#define	VLLISTENTRY		510
#define	VLLISTATTRIBUTES	511
#define	VLLINKEDLIST		512
#define	VLGETSTATS		513
#define VLPROBE			514
#define VLGETADDRS              515
#define VLCHANGEADDR            516
#define	VLCREATEENTRYN		517
#define	VLGETENTRYBYIDN		518
#define	VLGETENTRYBYNAMEN	519
#define	VLREPLACEENTRYN		520
#define	VLLISTENTRYN		521
#define	VLLISTATTRIBUTESN	522
#define	VLLINKEDLISTN		523
#define	VLUPDATEENTRYBYNAME	524

#define	VLCREATEENTRYU		525
#define	VLGETENTRYBYIDU		526
#define	VLGETENTRYBYNAMEU	527
#define	VLREPLACEENTRYU		528
#define	VLLISTENTRYU		529
#define	VLLISTATTRIBUTESU	530
#define	VLLINKEDLISTU		531
#define	VLREGADDR		532
#define	VLGETADDRSU		533
#define VLLISTATTRIBUTESN2      534