Home
last modified time | relevance | path

Searched defs:hfs_mdb (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/hfs/
Dhfs.h240 struct hfs_mdb { struct
241 __be16 drSigWord; /* Signature word indicating fs type */
242 __be32 drCrDate; /* fs creation date/time */
243 __be32 drLsMod; /* fs modification date/time */
244 __be16 drAtrb; /* fs attributes */
245 __be16 drNmFls; /* number of files in root directory */
246 __be16 drVBMSt; /* location (in 512-byte blocks)
248 __be16 drAllocPtr; /* location (in allocation blocks)
250 __be16 drNmAlBlks; /* number of allocation blocks */
251 __be32 drAlBlkSiz; /* bytes in an allocation block */
[all …]