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