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) \
90 #ifndef FS_42POSTBLFMT558 #ifdef FS_42POSTBLFMT in main()559 if (fs->fs_postblformat == FS_42POSTBLFMT) in main()4551 #ifdef FS_42POSTBLFMT in printsb()4552 if (fs->fs_postblformat == FS_42POSTBLFMT) in printsb()4555 fs->fs_postblformat == FS_42POSTBLFMT ? "static" : "dynamic", in printsb()4578 #ifdef FS_42POSTBLFMT in printsb()4606 #ifdef FS_42POSTBLFMT in printsb()4615 #ifdef FS_42POSTBLFMT in printsb()4690 #ifdef FS_42POSTBLFMT in printcg()[all …]
219 fsp->fs_postblformat == FS_42POSTBLFMT ? "static" : "dynamic"); in get_attr()312 fsp->fs_postblformat == FS_42POSTBLFMT ? "static" : "dynamic", in dumpfs()
394 #define FS_42POSTBLFMT -1 /* 4.2BSD rotational table format */ macro
1121 if (fsp->fs_postblformat == FS_42POSTBLFMT) in mountfs()