OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_old_postblformat
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/lib/libsa/
ffs_bswap.c
110
n->
fs_old_postblformat
= bswap32(o->
fs_old_postblformat
);
/src/sys/ufs/ffs/
ffs_bswap.c
109
n->
fs_old_postblformat
= bswap32(o->
fs_old_postblformat
);
219
(fs->
fs_old_postblformat
== FS_42POSTBLFMT)) { /* old format */
fs.h
367
int32_t
fs_old_postblformat
; /* format of positional layout tables */
member in struct:fs
386
((((fs_)->
fs_old_postblformat
== FS_42POSTBLFMT) || \
392
(((fs)->
fs_old_postblformat
== FS_42POSTBLFMT) \
ffs_vfsops.c
1688
if (fs->
fs_old_postblformat
== FS_42POSTBLFMT) {
/src/sbin/fsck_ffs/
setup.c
266
sblock->
fs_old_postblformat
= FS_DYNAMICPOSTBLFMT;
299
if (!is_ufs2 && sblock->
fs_old_postblformat
!= FS_42POSTBLFMT &&
312
if (!is_ufs2 && sblock->
fs_old_postblformat
!= FS_42POSTBLFMT &&
432
sblock->
fs_old_postblformat
== FS_42POSTBLFMT) {
438
sblock->
fs_old_postblformat
= FS_DYNAMICPOSTBLFMT;
925
if (sb->
fs_old_postblformat
< FS_DYNAMICPOSTBLFMT)
957
* (although note that in 4.2, the
fs_old_postblformat
pass5.c
172
switch ((int)fs->
fs_old_postblformat
) {
192
fs->
fs_old_postblformat
);
321
fs->
fs_old_postblformat
== FS_42POSTBLFMT)
utilities.c
627
if (fs->
fs_old_postblformat
== FS_42POSTBLFMT)
679
if (fs->
fs_old_postblformat
== FS_42POSTBLFMT) {
703
if (fs->
fs_old_postblformat
== FS_42POSTBLFMT) {
711
((fs->
fs_old_postblformat
== FS_42POSTBLFMT) ?
/src/usr.sbin/dumpfs/
dumpfs.c
256
(((int32_t)bswap32(fs->
fs_old_postblformat
) == FS_42POSTBLFMT) ||
263
((fs->
fs_old_postblformat
== FS_42POSTBLFMT) ||
287
if (printold && fs->
fs_old_postblformat
== FS_42POSTBLFMT)
320
if (fs->
fs_old_postblformat
!= FS_42POSTBLFMT) {
631
afs.
fs_old_postblformat
== FS_42POSTBLFMT ?
/src/usr.sbin/makefs/ffs/
mkfs.c
298
sblock.
fs_old_postblformat
= 1;
/src/sbin/newfs/
mkfs.c
334
sblock.
fs_old_postblformat
= FS_DYNAMICPOSTBLFMT;
Completed in 29 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026