Home
last modified time | relevance | path

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

/freebsd/tools/build/
H A Dfcntl.h39 struct spacectl_range { struct
49 int fspacectl(int, int, const struct spacectl_range *, int, argument
50 struct spacectl_range *);
H A Dfspacectl.c38 const struct spacectl_range *rqsr __unused, int flags __unused, in fspacectl()
39 struct spacectl_range *rmsr __unused) in fspacectl()
/freebsd/tests/sys/file/
H A Dfspacectl_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/tests/sys/fs/fusefs/
H A Dfallocate.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()
317 struct spacectl_range rqsr, rmsr; in TEST_F()
359 struct spacectl_range rqsr, rmsr; in TEST_F()
387 struct spacectl_range rqsr, rmsr; in TEST_F()
418 struct spacectl_range rqsr, rmsr; in TEST_F()
452 struct spacectl_range rqsr, rmsr; in TEST_P()
513 struct spacectl_range rqsr = { .r_offset = off1, .r_len = len1 }; in TEST_F()
544 struct spacectl_range rqsr; in TEST_F()
H A Ddefault_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/sys/sys/
H A Dfcntl.h328 struct spacectl_range { struct
380 int fspacectl(int, int, const struct spacectl_range *, int,
381 struct spacectl_range *);
H A Dsyscallsubr.h63 struct spacectl_range;
283 const struct spacectl_range *, int flags, struct spacectl_range *);
H A Dsysproto.h1840 …sr_l_[PADL_(const struct spacectl_range *)]; const struct spacectl_range * rqsr; char rqsr_r_[PADR…
1842 …char rmsr_l_[PADL_(struct spacectl_range *)]; struct spacectl_range * rmsr; char rmsr_r_[PADR_(str…
/freebsd/usr.bin/truncate/
H A Dtruncate.c65 struct spacectl_range sr; in main()
/freebsd/lib/libsys/
H A D_libsys.h54 struct spacectl_range;
455 typedef int (__sys_fspacectl_t)(int, int, const struct spacectl_range *, int, struct spacectl_range
854 …nt __sys_fspacectl(int fd, int cmd, const struct spacectl_range * rqsr, int flags, struct spacectl…
/freebsd/sys/kern/
H A Dsys_generic.c869 struct spacectl_range rqsr, rmsr; in sys_fspacectl()
888 const struct spacectl_range *rqsr, int flags, struct spacectl_range *rmsrp) in kern_fspacectl()
891 struct spacectl_range rmsr; in kern_fspacectl()
/freebsd/tests/sys/posixshm/
H A Dposixshm_test.c1089 struct spacectl_range range; in ATF_TC_BODY()
1164 struct spacectl_range range; in ATF_TC_BODY()
/freebsd/usr.sbin/bhyve/
H A Dblock_if.c232 struct spacectl_range range; in blockif_proc()