Home
last modified time | relevance | path

Searched refs:spacectl_range (Results 1 – 12 of 12) sorted by relevance

/freebsd-14-stable/tools/build/
HDfcntl.h32 struct spacectl_range { struct
42 int fspacectl(int, int, const struct spacectl_range *, int, argument
43 struct spacectl_range *);
HDfspacectl.c38 const struct spacectl_range *rqsr __unused, int flags __unused, in fspacectl()
39 struct spacectl_range *rmsr __unused) in fspacectl()
/freebsd-14-stable/tests/sys/file/
HDfspacectl_test.c186 struct spacectl_range range; in ATF_TC_BODY()
211 struct spacectl_range range; in ATF_TC_BODY()
236 struct spacectl_range range; in ATF_TC_BODY()
260 struct spacectl_range range; in ATF_TC_BODY()
284 struct spacectl_range range; in ATF_TC_BODY()
309 struct spacectl_range range; in ATF_TC_BODY()
/freebsd-14-stable/tests/sys/fs/fusefs/
HDfallocate.cc184 struct spacectl_range rqsr = { .r_offset = off0, .r_len = len0 }; in TEST_F()
224 struct spacectl_range rqsr; in TEST_F()
272 struct spacectl_range rqsr = { .r_offset = 0, .r_len = 1 }; in TEST_F()
323 struct spacectl_range rqsr; in TEST_F()
368 struct spacectl_range rqsr, rmsr; in TEST_F()
410 struct spacectl_range rqsr, rmsr; in TEST_F()
438 struct spacectl_range rqsr, rmsr; in TEST_F()
469 struct spacectl_range rqsr, rmsr; in TEST_F()
503 struct spacectl_range rqsr, rmsr; in TEST_P()
564 struct spacectl_range rqsr = { .r_offset = off1, .r_len = len1 }; in TEST_F()
[all …]
HDdefault_permissions.cc844 struct spacectl_range rqsr; in TEST_F()
878 struct spacectl_range rqsr; in TEST_F()
915 struct spacectl_range rqsr; in TEST_F()
/freebsd-14-stable/sys/sys/
HDfcntl.h330 struct spacectl_range { struct
382 int fspacectl(int, int, const struct spacectl_range *, int,
383 struct spacectl_range *);
HDsyscallsubr.h63 struct spacectl_range;
276 const struct spacectl_range *, int flags, struct spacectl_range *);
HDsysproto.h1846 …sr_l_[PADL_(const struct spacectl_range *)]; const struct spacectl_range * rqsr; char rqsr_r_[PADR…
1848 …char rmsr_l_[PADL_(struct spacectl_range *)]; struct spacectl_range * rmsr; char rmsr_r_[PADR_(str…
/freebsd-14-stable/usr.bin/truncate/
HDtruncate.c65 struct spacectl_range sr; in main()
/freebsd-14-stable/sys/kern/
HDsys_generic.c871 struct spacectl_range rqsr, rmsr; in sys_fspacectl()
890 const struct spacectl_range *rqsr, int flags, struct spacectl_range *rmsrp) in kern_fspacectl()
893 struct spacectl_range rmsr; in kern_fspacectl()
/freebsd-14-stable/usr.sbin/bhyve/
HDblock_if.c233 struct spacectl_range range; in blockif_proc()
/freebsd-14-stable/tests/sys/posixshm/
HDposixshm_test.c1090 struct spacectl_range range; in ATF_TC_BODY()
1165 struct spacectl_range range; in ATF_TC_BODY()