ino64 uses 8 byte padding now.
This commit is contained in:
parent
88cafb5b91
commit
a7ce3d543b
@ -28,7 +28,7 @@
|
|||||||
.\" @(#)dir.5 8.3 (Berkeley) 4/19/94
|
.\" @(#)dir.5 8.3 (Berkeley) 4/19/94
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd February 13, 2017
|
.Dd June 20, 2018
|
||||||
.Dt DIR 5
|
.Dt DIR 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -90,7 +90,7 @@ The directory entry format is defined in the file
|
|||||||
*
|
*
|
||||||
* A directory entry has a struct dirent at the front of it, containing its
|
* A directory entry has a struct dirent at the front of it, containing its
|
||||||
* inode number, the length of the entry, and the length of the name
|
* inode number, the length of the entry, and the length of the name
|
||||||
* contained in the entry. These are followed by the name padded to a 4
|
* contained in the entry. These are followed by the name padded to a 8
|
||||||
* byte boundary with null bytes. All names are guaranteed null terminated.
|
* byte boundary with null bytes. All names are guaranteed null terminated.
|
||||||
* The maximum length of a name in a directory is MAXNAMLEN.
|
* The maximum length of a name in a directory is MAXNAMLEN.
|
||||||
* Explicit pad is added between the last member of the header and
|
* Explicit pad is added between the last member of the header and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user