Home
last modified time | relevance | path

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

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