Home
last modified time | relevance | path

Searched refs:fss_set (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/dev/
Dfssvar.h40 struct fss_set { struct
55 #define FSSIOCSET _IOW('F', 5, struct fss_set) /* Configure */ argument
Dfss.c82 static int fss_create_files(struct fss_softc *, struct fss_set *,
84 static int fss_create_snapshot(struct fss_softc *, struct fss_set *,
337 struct fss_set _fss; in fss_ioctl()
338 struct fss_set *fss = (struct fss_set *)data; in fss_ioctl()
695 fss_create_files(struct fss_softc *sc, struct fss_set *fss, in fss_create_files()
835 fss_create_snapshot(struct fss_softc *sc, struct fss_set *fss, struct lwp *l) in fss_create_snapshot()
/netbsd/src/tests/fs/common/
Dsnapshot.c38 struct fss_set fss; in ATF_TC_BODY()
169 struct fss_set fss; in ATF_TC_BODY()
/netbsd/src/sbin/dump/
Dsnapshot.c62 struct fss_set fss; in snap_open()
/netbsd/src/usr.sbin/fssconfig/
Dfssconfig.c119 struct fss_set fss; in config()
/netbsd/src/tests/fs/ffs/
Dh_quota2_tests.c214 struct fss_set fss; in quota_test4()
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_ioctl.c317 netbsd32_to_fss_set(struct netbsd32_fss_set *s32p, struct fss_set *p, in netbsd32_to_fss_set()
878 netbsd32_from_fss_set(struct fss_set *p, struct netbsd32_fss_set *s32p, in netbsd32_from_fss_set()
1605 IOCTL_STRUCT_CONV_TO(FSSIOCSET, fss_set); in netbsd32_ioctl()