Home
last modified time | relevance | path

Searched refs:UBIFS_HASH_ARR_SZ (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/fs/ubifs/
Djournal.c550 u8 hash_dent[UBIFS_HASH_ARR_SZ]; in ubifs_jnl_update()
551 u8 hash_ino[UBIFS_HASH_ARR_SZ]; in ubifs_jnl_update()
552 u8 hash_ino_host[UBIFS_HASH_ARR_SZ]; in ubifs_jnl_update()
731 u8 hash[UBIFS_HASH_ARR_SZ]; in ubifs_jnl_write_data()
848 u8 hash[UBIFS_HASH_ARR_SZ]; in ubifs_jnl_write_inode()
1059 u8 hash_dent1[UBIFS_HASH_ARR_SZ]; in ubifs_jnl_xrename()
1060 u8 hash_dent2[UBIFS_HASH_ARR_SZ]; in ubifs_jnl_xrename()
1061 u8 hash_p1[UBIFS_HASH_ARR_SZ]; in ubifs_jnl_xrename()
1062 u8 hash_p2[UBIFS_HASH_ARR_SZ]; in ubifs_jnl_xrename()
1225 u8 hash_old_dir[UBIFS_HASH_ARR_SZ]; in ubifs_jnl_rename()
[all …]
Dauth.c168 u8 calc[UBIFS_HASH_ARR_SZ]; in ubifs_bad_hash()
190 u8 calc[UBIFS_HASH_ARR_SZ]; in __ubifs_node_check_hash()
335 if (c->hash_len > UBIFS_HASH_ARR_SZ) { in ubifs_init_authentication()
337 c->auth_hash_name, c->hash_len, UBIFS_HASH_ARR_SZ); in ubifs_init_authentication()
Dubifs.h151 #define UBIFS_HASH_ARR_SZ UBIFS_MAX_HASH_LEN macro
154 #define UBIFS_HASH_ARR_SZ 0 macro
752 u8 hash[UBIFS_HASH_ARR_SZ];
Dsb.c89 u8 hash[UBIFS_HASH_ARR_SZ]; in create_default_filesystem()
90 u8 hash_lpt[UBIFS_HASH_ARR_SZ]; in create_default_filesystem()
Dtnc_commit.c29 u8 hash[UBIFS_HASH_ARR_SZ]; in make_idx_node()
838 u8 hash[UBIFS_HASH_ARR_SZ]; in write_index()
Dreplay.c49 u8 hash[UBIFS_HASH_ARR_SZ];
736 u8 hash[UBIFS_HASH_ARR_SZ]; in replay_bud()
Dlpt.c1751 u8 hash[UBIFS_HASH_ARR_SZ]; in lpt_check_hash()