Home
last modified time | relevance | path

Searched refs:sfs (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dstatfs.c113 struct statfs32 sfs; in cstatfs() local
130 bzero(&sfs, sizeof (sfs)); in cstatfs()
131 sfs.f_bsize = svfs.f_bsize; in cstatfs()
135 sfs.f_files = svfs.f_files; in cstatfs()
136 sfs.f_ffree = svfs.f_ffree; in cstatfs()
139 cp2 = sfs.f_fname; in cstatfs()
141 while (i++ < sizeof (sfs.f_fname)) in cstatfs()
149 (void) strncpy(sfs.f_fpack, cp + 1, sizeof (sfs.f_fpack)); in cstatfs()
151 sfs.f_fstyp = 0; in cstatfs()
153 sfs.f_fstyp = vswp - vfssw; in cstatfs()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_003_pos.ksh64 spool=smallpool.$$; sfs=smallfs.$$
66 log_must zfs create $spool/$sfs
73 zfs set compression=off $spool/$sfs
74 zfs set compression=on $spool/$sfs
75 zfs set compression=off $spool/$sfs
76 zfs set compression=on $spool/$sfs
77 zfs set compression=off $spool/$sfs
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h3868 uint32_t sfs :1; member
3872 uint32_t sfs :1; member