vxfs_olt.h (1da177e4c3f41524e886b7f1b8a0c1fc7321cac2) vxfs_olt.h (25985edcedea6396277003854657b5f3cb31a628)
1/*
2 * Copyright (c) 2000-2001 Christoph Hellwig.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 46 unchanged lines hidden (view full) ---

55 VXFS_OLT_SB = 6
56};
57
58/*
59 * VxFS OLT header.
60 *
61 * The Object Location Table header is placed at the beginning of each
62 * OLT extent. It is used to fing certain filesystem-wide metadata, e.g.
1/*
2 * Copyright (c) 2000-2001 Christoph Hellwig.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 46 unchanged lines hidden (view full) ---

55 VXFS_OLT_SB = 6
56};
57
58/*
59 * VxFS OLT header.
60 *
61 * The Object Location Table header is placed at the beginning of each
62 * OLT extent. It is used to fing certain filesystem-wide metadata, e.g.
63 * the inital inode list, the fileset header or the device configuration.
63 * the initial inode list, the fileset header or the device configuration.
64 */
65struct vxfs_olt {
66 u_int32_t olt_magic; /* magic number */
67 u_int32_t olt_size; /* size of this entry */
68 u_int32_t olt_checksum; /* checksum of extent */
69 u_int32_t __unused1; /* ??? */
70 u_int32_t olt_mtime; /* time of last mod. (sec) */
71 u_int32_t olt_mutime; /* time of last mod. (usec) */

--- 74 unchanged lines hidden ---
64 */
65struct vxfs_olt {
66 u_int32_t olt_magic; /* magic number */
67 u_int32_t olt_size; /* size of this entry */
68 u_int32_t olt_checksum; /* checksum of extent */
69 u_int32_t __unused1; /* ??? */
70 u_int32_t olt_mtime; /* time of last mod. (sec) */
71 u_int32_t olt_mutime; /* time of last mod. (usec) */

--- 74 unchanged lines hidden ---