summaryrefslogtreecommitdiff
path: root/sys/src/cmd/cwfs/64xbit.h
blob: 53edb78db8e15ce74dc2e93e0c19e9761611ec23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * fundamental constants and types of the implementation
 * changing any of these changes the layout on disk
 */

/* the glorious new, incompatible (on disk) 64-bit world */

/* keeping NAMELEN ≤ 50 bytes permits 3 Dentrys per mag disk sector */
enum {
	NAMELEN		= 144,		/* max size of file name components */
	NDBLOCK		= 6,		/* number of direct blocks in Dentry */
	NIBLOCK		= 4,		/* max depth of indirect blocks */
};

/*
 * file offsets & sizes, in bytes & blocks.  typically long or vlong.
 * vlong is used in the code where would be needed if Off were just long.
 */
typedef vlong Off;

#undef COMPAT32
#define swaboff swab8