Lines Matching defs:key
99 /* Maximum possible key length */
123 /* The key is always at the same position in all keyed nodes */
124 #define UBIFS_KEY_OFFSET offsetof(struct ubifs_ino_node, key)
176 * Supported key hash functions.
187 * Supported key formats.
189 * UBIFS_SIMPLE_KEY_FMT: simple key format
196 * The simple key format uses 29 bits for storing UBIFS block number and hash
207 * UBIFS_INO_KEY: inode node key
208 * UBIFS_DATA_KEY: data node key
209 * UBIFS_DENT_KEY: directory entry node key
210 * UBIFS_XENT_KEY: extended attribute entry key
211 * UBIFS_KEY_TYPES_CNT: number of supported key types
375 * corresponding key type constants.
453 * Every UBIFS node starts with this common part. If the node has a key, the
454 * key always goes next.
483 * @key: node key
517 __u8 key[UBIFS_MAX_KEY_LEN];
544 * @key: node key
558 __u8 key[UBIFS_MAX_KEY_LEN];
570 * @key: node key
579 __u8 key[UBIFS_MAX_KEY_LEN];
622 * @key_fmt: format of the key
647 * to the user to check if the correct key is passed.
802 * struct ubifs_branch - key/reference/length branch
806 * @key: key
808 * In an authenticated UBIFS we have the hash of the referenced node after @key.
809 * This can't be added to the struct type definition because @key is a
816 __u8 key[];
824 * @branches: LEB number / offset / length / key branches