Searched defs:hpfs_dirent (Results 1 – 1 of 1) sorted by relevance
302 struct hpfs_dirent { struct303 __le16 length; /* offset to next dirent */306 u8 first: 1; /* set on phony ^A^A (".") entry */307 u8 has_acl: 1;308 u8 down: 1; /* down pointer present (after name) */309 u8 last: 1; /* set on phony \377 entry */310 u8 has_ea: 1; /* entry has EA */311 u8 has_xtd_perm: 1; /* has extended perm list (???) */312 u8 has_explicit_acl: 1;313 u8 has_needea: 1; /* ?? some EA has NEEDEA set[all …]