Lines Matching +full:record +full:- +full:size
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2000-2001 Christoph Hellwig.
9 * Veritas filesystem driver - Object Location Table data structures.
17 * OLT magic number (vxfs_olt->olt_magic).
37 * OLT extent. It is used to fing certain filesystem-wide metadata, e.g.
42 __fs32 olt_size; /* size of this entry */
49 __fs32 olt_esize; /* size of this extent */
51 __fs32 olt_nsize; /* size of next extent */
59 __fs32 olt_type; /* type of this record */
60 __fs32 olt_size; /* size of this record */
67 __fs32 olt_type; /* type of this record */
68 __fs32 olt_fsize; /* size of this free record */
72 * VxFS initial-inode list (on disk).
75 __fs32 olt_type; /* type of this record */
76 __fs32 olt_size; /* size of this record */
84 __fs32 olt_type; /* type of this record */
85 __fs32 olt_size; /* size of this record */
94 __fs32 olt_type; /* type of this record */
95 __fs32 olt_size; /* size of this record */
106 __fs32 olt_type; /* type of this record */
107 __fs32 olt_size; /* size of this record */
116 __fs32 olt_size; /* size of this record */