OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newfs
(Results
1 - 6
of
6
) sorted by relevancy
/src/tests/fs/ffs/
t_extattr.c
82
const char *
newfs
= "
newfs
-O 2ea -F -s 10000 " IMGNAME;
variable
89
if (system(
newfs
) == -1)
90
atf_tc_fail_errno("
newfs
failed");
t_fifos.c
102
const char *
newfs
= "
newfs
-F -s 10000 " IMGNAME;
variable
110
if (system(
newfs
) == -1)
111
atf_tc_fail_errno("
newfs
failed");
/src/sys/ufs/ext2fs/
ext2fs_vfsops.c
604
struct ext2fs *
newfs
;
local
631
newfs
= (struct ext2fs *)bp->b_data;
632
e2fs_sbload(
newfs
, &fs->e2fs);
/src/sys/ufs/ffs/
ffs_vfsops.c
819
struct fs *fs, *
newfs
;
local
852
newfs
= kmem_alloc(fs_sbsize, KM_SLEEP);
853
memcpy(
newfs
, bp->b_data, fs_sbsize);
857
ffs_sb_swap((struct fs *)bp->b_data,
newfs
);
858
newfs
->fs_flags |= FS_SWAPPED;
861
newfs
->fs_flags &= ~FS_SWAPPED;
866
if (
newfs
->fs_magic == FS_UFS2EA_MAGIC) {
868
newfs
->fs_magic = FS_UFS2_MAGIC;
874
if ((
newfs
->fs_magic != FS_UFS1_MAGIC) &&
875
(
newfs
->fs_magic != FS_UFS2_MAGIC))
[
all
...]
/src/usr.sbin/sysinst/
disks.c
1244
* Are we able to
newfs
this type of file system?
1268
char *
newfs
= NULL, devdev[PATH_MAX], rdev[PATH_MAX],
local
1286
"/sbin/
newfs
-V2 -O2ea %s", rdev);
1311
*
Newfs
all file systems marked as needing this.
1316
newfs
= NULL;
1339
asprintf(&
newfs
, "/sbin/
newfs
%s", opts);
1364
asprintf(&
newfs
,
1365
"/sbin/
newfs
-V2 -O %s %s",
1377
asprintf(&
newfs
, "/sbin/newfs_lfs %s", opts)
[
all
...]
/src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_sendrecv.c
3055
boolean_t
newfs
= B_FALSE;
local
3341
* If we are resuming a
newfs
, set
newfs
here so that we will
3343
* that it was a
newfs
on the first recv because the fs
3349
newfs
= B_TRUE;
3380
newfs
= B_TRUE;
3522
if (
newfs
) {
3561
if (cp && (ioctl_err == 0 || !
newfs
)) {
3570
} else if (
newfs
|| stream_avl) {
Completed in 34 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026