Symbol: spacectl_range
lib/libsys/_libsys.h
455
typedef int (__sys_fspacectl_t)(int, int, const struct spacectl_range *, int, struct spacectl_range *);
lib/libsys/_libsys.h
57
struct spacectl_range;
lib/libsys/_libsys.h
865
int __sys_fspacectl(int fd, int cmd, const struct spacectl_range * rqsr, int flags, struct spacectl_range * rmsr);
sys/kern/sys_generic.c
880
struct spacectl_range rqsr, rmsr;
sys/kern/sys_generic.c
899
const struct spacectl_range *rqsr, int flags, struct spacectl_range *rmsrp)
sys/kern/sys_generic.c
902
struct spacectl_range rmsr;
sys/sys/fcntl.h
414
int fspacectl(int, int, const struct spacectl_range *, int,
sys/sys/fcntl.h
415
struct spacectl_range *);
sys/sys/syscallsubr.h
287
const struct spacectl_range *, int flags, struct spacectl_range *);
sys/sys/syscallsubr.h
65
struct spacectl_range;
sys/sys/sysproto.h
1828
char rqsr_l_[PADL_(const struct spacectl_range *)]; const struct spacectl_range * rqsr; char rqsr_r_[PADR_(const struct spacectl_range *)];
sys/sys/sysproto.h
1830
char rmsr_l_[PADL_(struct spacectl_range *)]; struct spacectl_range * rmsr; char rmsr_r_[PADR_(struct spacectl_range *)];
tests/sys/file/fspacectl_test.c
186
struct spacectl_range range;
tests/sys/file/fspacectl_test.c
211
struct spacectl_range range;
tests/sys/file/fspacectl_test.c
236
struct spacectl_range range;
tests/sys/file/fspacectl_test.c
260
struct spacectl_range range;
tests/sys/file/fspacectl_test.c
284
struct spacectl_range range;
tests/sys/file/fspacectl_test.c
309
struct spacectl_range range;
tests/sys/fs/fusefs/default_permissions.cc
844
struct spacectl_range rqsr;
tests/sys/fs/fusefs/default_permissions.cc
878
struct spacectl_range rqsr;
tests/sys/fs/fusefs/default_permissions.cc
915
struct spacectl_range rqsr;
tests/sys/fs/fusefs/fallocate.cc
183
struct spacectl_range rqsr = { .r_offset = off0, .r_len = len0 };
tests/sys/fs/fusefs/fallocate.cc
223
struct spacectl_range rqsr;
tests/sys/fs/fusefs/fallocate.cc
271
struct spacectl_range rqsr = { .r_offset = 0, .r_len = 1 };
tests/sys/fs/fusefs/fallocate.cc
322
struct spacectl_range rqsr;
tests/sys/fs/fusefs/fallocate.cc
367
struct spacectl_range rqsr, rmsr;
tests/sys/fs/fusefs/fallocate.cc
409
struct spacectl_range rqsr, rmsr;
tests/sys/fs/fusefs/fallocate.cc
437
struct spacectl_range rqsr, rmsr;
tests/sys/fs/fusefs/fallocate.cc
468
struct spacectl_range rqsr, rmsr;
tests/sys/fs/fusefs/fallocate.cc
502
struct spacectl_range rqsr, rmsr;
tests/sys/fs/fusefs/fallocate.cc
563
struct spacectl_range rqsr = { .r_offset = off1, .r_len = len1 };
tests/sys/fs/fusefs/fallocate.cc
594
struct spacectl_range rqsr;
tests/sys/posixshm/posixshm_test.c
1091
struct spacectl_range range;
tests/sys/posixshm/posixshm_test.c
1166
struct spacectl_range range;
tools/build/fcntl.h
42
int fspacectl(int, int, const struct spacectl_range *, int,
tools/build/fcntl.h
43
struct spacectl_range *);
tools/build/fspacectl.c
38
const struct spacectl_range *rqsr __unused, int flags __unused,
tools/build/fspacectl.c
39
struct spacectl_range *rmsr __unused)
usr.bin/truncate/truncate.c
200
struct spacectl_range sr;
usr.sbin/bhyve/block_if.c
232
struct spacectl_range range;