OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zfs
(Results
1 - 17
of
17
) sorted by relevancy
/src/etc/rc.d/
mountall
19
# Mount
ZFS
filesystems first because fstab
20
# may try and null mount paths on
ZFS
.
21
if checkyesno
zfs
; then
22
zfs
mount -a
23
zfs
share -a
36
# Unmount
ZFS
file systems.
37
if checkyesno
zfs
; then
38
zfs
unshare -a
39
zfs
unmount -a
44
load_rc_config_var
zfs
zf
[
all
...]
mountcritlocal
22
if checkyesno
zfs
; then
29
load_rc_config_var
zfs
zfs
zfs
3
# $NetBSD:
zfs
,v 1.6 2021/08/03 05:15:20 mlelstv Exp $
6
# PROVIDE:
zfs
12
name="
zfs
"
19
if [ -x /sbin/
zfs
]; then
20
# Get
ZFS
module loaded (and thereby, zvols created).
21
/sbin/
zfs
list > /dev/null 2>&1
23
warn "
zfs
module may not have loaded, may not be present in the kernel, or /dev/
zfs
may be missing"
31
if [ -x /sbin/
zfs
]; then
32
modunload
zfs
[
all
...]
mountd
22
if checkyesno
zfs
; then
23
if [ ! -r /etc/
zfs
/exports ]; then
24
touch /etc/
zfs
/exports
26
rc_flags="${rc_flags} /etc/exports /etc/
zfs
/exports"
Makefile
68
CONFIGFILES+=
zfs
/src/sys/modules/zfs/
Makefile
5
KMOD=
zfs
/src/usr.sbin/fstyp/
Makefile
9
SRCS+=
zfs
.c
17
COPTS.
zfs
.c+= -Wno-unknown-pragmas
18
COPTS.
zfs
.c+= -Wno-sign-conversion
19
COPTS.
zfs
.c+= -Wno-strict-prototypes
25
CPPFLAGS.
zfs
.c+= -I${NETBSDSRCDIR}/external
26
CPPFLAGS.
zfs
.c+= -I${OSNET}/include
27
CPPFLAGS.
zfs
.c+= -I${OSNET}/sys
28
CPPFLAGS.
zfs
.c+= -I${OSNET}/dist/head
29
CPPFLAGS.
zfs
.c+= -I${OSNET}/dist/lib/libzpool/common
30
CPPFLAGS.
zfs
.c+= -I${OSNET}/dist/uts/commo
[
all
...]
/src/tests/fs/zfs/
Makefile
6
TESTSDIR= ${TESTSBASE}/fs/
zfs
t_zpool.sh
28
server='rump_server -lrumpvfs -lrumpdev_disk -lrumpkern_solaris -lrumpfs_zfs -lrumpdev -lrumpdev_rnd -d key=/dk,hostpath=
zfs
.img,size=100m'
40
jippo on /jippo type
zfs
(local)
54
export RUMPHIJACK=blanket=/dev/
zfs
:/dk:/jippo,sysctl=yes,modctl=yes
/src/tests/fs/
Makefile
14
TESTS_SUBDIRS+=
zfs
/src/usr.bin/fstat/
Makefile
10
SRCS+=
zfs
.c
/src/sbin/cgdconfig/
Makefile
41
CPPFLAGS.cgdconfig.c+= -I${OSNET}/dist/uts/common/fs/
zfs
/src/tests/fs/common/
h_fsmacros.h
66
FSPROTOS(
zfs
);
164
# define ATF_TC_FSADD_ZFS(func,desc) ATF_TC_FSADD(
zfs
,MOUNT_ZFS,func,desc)
165
# define ATF_TP_FSADD_ZFS(func) ATF_TP_FSADD(
zfs
,func); /* semicolon sic */
249
if (strcmp(fs, "
zfs
") == 0) {
250
/* XXX
ZFS
hardcodes a minimal size */
294
(strcmp(atf_tc_get_md_var(tc, "X-fs.type"), "
zfs
") == 0)
/src/etc/defaults/
rc.conf
421
#
ZFS
422
zfs
=NO
key
/src/sys/modules/
Makefile
437
# we need solaris for the dtrace and
zfs
modules
443
SUBDIR+=
zfs
/src/etc/
MAKEDEV.tmpl
844
makedev
zfs
2230
zfs
)
2231
mkdev
zfs
c %zfs_chr% 0 600
/src/share/mk/
bsd.own.mk
1184
# We want to build
zfs
only for amd64, aarch64 and sparc64 by default for now.
Completed in 40 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025