Searched refs:FS_42POSTBLFMT (Results 1 – 5 of 5) sorted by relevance
248 #define FS_42POSTBLFMT -1 /* 4.2BSD rotational table format */ macro254 (((fs)->fs_postblformat == FS_42POSTBLFMT) \258 (((fs)->fs_postblformat == FS_42POSTBLFMT) \
80 #ifndef FS_42POSTBLFMT548 #ifdef FS_42POSTBLFMT in main()549 if (fs->fs_postblformat == FS_42POSTBLFMT) in main()4541 #ifdef FS_42POSTBLFMT in printsb()4542 if (fs->fs_postblformat == FS_42POSTBLFMT) in printsb()4545 fs->fs_postblformat == FS_42POSTBLFMT ? "static" : "dynamic", in printsb()4568 #ifdef FS_42POSTBLFMT in printsb()4596 #ifdef FS_42POSTBLFMT in printsb()4605 #ifdef FS_42POSTBLFMT in printsb()4680 #ifdef FS_42POSTBLFMT in printcg()[all …]
217 fsp->fs_postblformat == FS_42POSTBLFMT ? "static" : "dynamic"); in get_attr()310 fsp->fs_postblformat == FS_42POSTBLFMT ? "static" : "dynamic", in dumpfs()
392 #define FS_42POSTBLFMT -1 /* 4.2BSD rotational table format */ macro
1122 if (fsp->fs_postblformat == FS_42POSTBLFMT) in mountfs()