OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fssfd
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/fs/common/
snapshot.c
39
int
fssfd
;
local
68
fssfd
= rump_sys_open("/dev/rfss0", O_RDWR);
69
if (
fssfd
== -1)
76
if (rump_sys_ioctl(
fssfd
, FSSIOCSET, &fss) == -1)
171
int i,
fssfd
;
local
199
fssfd
= rump_sys_open("/dev/rfss0", O_RDWR);
200
if (
fssfd
== -1)
207
if (rump_sys_ioctl(
fssfd
, FSSIOCSET, &fss) == -1)
snapshot.c
39
int
fssfd
;
local
68
fssfd
= rump_sys_open("/dev/rfss0", O_RDWR);
69
if (
fssfd
== -1)
76
if (rump_sys_ioctl(
fssfd
, FSSIOCSET, &fss) == -1)
171
int i,
fssfd
;
local
199
fssfd
= rump_sys_open("/dev/rfss0", O_RDWR);
200
if (
fssfd
== -1)
207
if (rump_sys_ioctl(
fssfd
, FSSIOCSET, &fss) == -1)
/src/tests/fs/ffs/
h_quota2_tests.c
213
int fd,
fssfd
;
local
245
fssfd
= rump_sys_open("/dev/rfss0", O_RDWR);
246
if (
fssfd
== -1)
252
if (rump_sys_ioctl(
fssfd
, FSSIOCSET, &fss) == -1)
271
if (rump_sys_ioctl(
fssfd
, FSSIOCCLR, NULL) == -1)
h_quota2_tests.c
213
int fd,
fssfd
;
local
245
fssfd
= rump_sys_open("/dev/rfss0", O_RDWR);
246
if (
fssfd
== -1)
252
if (rump_sys_ioctl(
fssfd
, FSSIOCSET, &fss) == -1)
271
if (rump_sys_ioctl(
fssfd
, FSSIOCCLR, NULL) == -1)
Completed in 116 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026