Home
last modified time | relevance | path

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

/linux-3.4.99/fs/hpfs/
Dhpfs.h389 struct bplus_header struct
392 u8 hbff: 1; /* high bit of first free entry offset */
393 u8 flag1234: 4;
394 u8 fnode_parent: 1; /* ? we're pointed to by an fnode,
401 u8 binary_search: 1; /* suggest binary search (unused) */
402 u8 internal: 1; /* 1 -> (internal) tree of anodes
418 u8 fill[3];
419 u8 n_free_nodes; /* free nodes in following array */
420 u8 n_used_nodes; /* used nodes in following array */
421 u16 first_free; /* offset from start of header to
[all …]