This file is indexed.

/usr/include/nfsc/libnfs-raw-rquota.h is in libnfs-dev 2.0.0-1~exp1.

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
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
/*
Copyright (c) 2014, Ronnie Sahlberg
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer. 
2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The views and conclusions contained in the software and documentation are those
of the authors and should not be interpreted as representing official policies, 
either expressed or implied, of the FreeBSD Project.
*/

/*
 * Please do not edit this file.
 * It was generated using rpcgen.
 */

#ifndef _RQUOTA_H_RPCGEN
#define _RQUOTA_H_RPCGEN

#include <nfsc/libnfs-zdr.h>


#ifdef __cplusplus
extern "C" {
#endif

#define RQUOTAPATHLEN 1024

enum rquotastat {
	RQUOTA_OK = 1,
	RQUOTA_NOQUOTA = 2,
	RQUOTA_EPERM = 3,
};
typedef enum rquotastat rquotastat;

typedef char *exportpath;

struct GETQUOTA1args {
	exportpath export;
	int uid;
};
typedef struct GETQUOTA1args GETQUOTA1args;

enum quotatype {
	RQUOTA_TYPE_UID = 0,
	RQUOTA_TYPE_GID = 1,
};
typedef enum quotatype quotatype;

struct GETQUOTA2args {
	exportpath export;
	quotatype type;
	int uid;
};
typedef struct GETQUOTA2args GETQUOTA2args;

struct GETQUOTA1res_ok {
	int bsize;
	int active;
	int bhardlimit;
	int bsoftlimit;
	int curblocks;
	int fhardlimit;
	int fsoftlimit;
	int curfiles;
	int btimeleft;
	int ftimeleft;
};
typedef struct GETQUOTA1res_ok GETQUOTA1res_ok;

struct GETQUOTA1res {
	rquotastat status;
	union {
		GETQUOTA1res_ok quota;
	} GETQUOTA1res_u;
};
typedef struct GETQUOTA1res GETQUOTA1res;

#define RQUOTA_PROGRAM 100011
#define RQUOTA_V1 1

#if defined(__STDC__) || defined(__cplusplus)
#define RQUOTA1_NULL 0
extern  void * rquota1_null_1(void *, void *);
extern  void * rquota1_null_1_svc(void *, struct svc_req *);
#define RQUOTA1_GETQUOTA 1
extern  GETQUOTA1res * rquota1_getquota_1(GETQUOTA1args *, void *);
extern  GETQUOTA1res * rquota1_getquota_1_svc(GETQUOTA1args *, struct svc_req *);
#define RQUOTA1_GETACTIVEQUOTA 2
extern  GETQUOTA1res * rquota1_getactivequota_1(GETQUOTA1args *, void *);
extern  GETQUOTA1res * rquota1_getactivequota_1_svc(GETQUOTA1args *, struct svc_req *);
extern int rquota_program_1_freeresult (void *, zdrproc_t, caddr_t);

#else /* K&R C */
#define RQUOTA1_NULL 0
extern  void * rquota1_null_1();
extern  void * rquota1_null_1_svc();
#define RQUOTA1_GETQUOTA 1
extern  GETQUOTA1res * rquota1_getquota_1();
extern  GETQUOTA1res * rquota1_getquota_1_svc();
#define RQUOTA1_GETACTIVEQUOTA 2
extern  GETQUOTA1res * rquota1_getactivequota_1();
extern  GETQUOTA1res * rquota1_getactivequota_1_svc();
extern int rquota_program_1_freeresult ();
#endif /* K&R C */
#define RQUOTA_V2 2

#if defined(__STDC__) || defined(__cplusplus)
#define RQUOTA2_NULL 0
extern  void * rquota2_null_2(void *, void *);
extern  void * rquota2_null_2_svc(void *, struct svc_req *);
#define RQUOTA2_GETQUOTA 1
extern  GETQUOTA1res * rquota2_getquota_2(GETQUOTA2args *, void *);
extern  GETQUOTA1res * rquota2_getquota_2_svc(GETQUOTA2args *, struct svc_req *);
#define RQUOTA2_GETACTIVEQUOTA 2
extern  GETQUOTA1res * rquota2_getactivequota_2(GETQUOTA2args *, void *);
extern  GETQUOTA1res * rquota2_getactivequota_2_svc(GETQUOTA2args *, struct svc_req *);
extern int rquota_program_2_freeresult (void *, zdrproc_t, caddr_t);

#else /* K&R C */
#define RQUOTA2_NULL 0
extern  void * rquota2_null_2();
extern  void * rquota2_null_2_svc();
#define RQUOTA2_GETQUOTA 1
extern  GETQUOTA1res * rquota2_getquota_2();
extern  GETQUOTA1res * rquota2_getquota_2_svc();
#define RQUOTA2_GETACTIVEQUOTA 2
extern  GETQUOTA1res * rquota2_getactivequota_2();
extern  GETQUOTA1res * rquota2_getactivequota_2_svc();
extern int rquota_program_2_freeresult ();
#endif /* K&R C */

/* the zdr functions */

#if defined(__STDC__) || defined(__cplusplus)
extern  uint32_t zdr_rquotastat (ZDR *, rquotastat*);
extern  uint32_t zdr_exportpath (ZDR *, exportpath*);
extern  uint32_t zdr_GETQUOTA1args (ZDR *, GETQUOTA1args*);
extern  uint32_t zdr_quotatype (ZDR *, quotatype*);
extern  uint32_t zdr_GETQUOTA2args (ZDR *, GETQUOTA2args*);
extern  uint32_t zdr_GETQUOTA1res_ok (ZDR *, GETQUOTA1res_ok*);
extern  uint32_t zdr_GETQUOTA1res (ZDR *, GETQUOTA1res*);

#else /* K&R C */
extern uint32_t zdr_rquotastat ();
extern uint32_t zdr_exportpath ();
extern uint32_t zdr_GETQUOTA1args ();
extern uint32_t zdr_quotatype ();
extern uint32_t zdr_GETQUOTA2args ();
extern uint32_t zdr_GETQUOTA1res_ok ();
extern uint32_t zdr_GETQUOTA1res ();

#endif /* K&R C */

#ifdef __cplusplus
}
#endif

#endif /* !_RQUOTA_H_RPCGEN */