Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ubifs/
Dubifs-media.h528 struct ubifs_dent_node { struct
529 struct ubifs_ch ch;
530 __u8 key[UBIFS_MAX_KEY_LEN];
531 __le64 inum;
532 __u8 padding1;
533 __u8 type;
534 __le16 nlen;
535 __u8 padding2[4]; /* Watch 'zero_dent_node_unused()' if changing! */
536 __u8 name[];