Searched refs:ubifs_encrypt (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | crypto.c | 27 int ubifs_encrypt(const struct inode *inode, struct ubifs_data_node *dn, in ubifs_encrypt() function
|
| H A D | ubifs.h | 2074 static inline int ubifs_encrypt(const struct inode *inode, in ubifs_encrypt() function 2093 int ubifs_encrypt(const struct inode *inode, struct ubifs_data_node *dn,
|
| H A D | journal.c | 772 err = ubifs_encrypt(inode, data, compr_len, &out_len, key_block(c, key)); in ubifs_jnl_write_data() 1475 err = ubifs_encrypt(inode, dn, out_len, &old_dlen, block); in truncate_data_node()
|