Searched refs:ubifs_encrypt (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/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 | 2079 static inline int ubifs_encrypt(const struct inode *inode, in ubifs_encrypt() function 2098 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() 1511 err = ubifs_encrypt(inode, dn, out_len, &old_dlen, block); in truncate_data_node()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | crypto.c | 28 * ubifs_encrypt - Encrypt data. 38 int ubifs_encrypt(const struct inode *inode, struct ubifs_data_node *dn, in ubifs_encrypt() function
|
H A D | ubifs.h | 2120 static inline int ubifs_encrypt(const struct inode *inode, in ubifs_encrypt() function 2139 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() 1517 err = ubifs_encrypt(inode, dn, out_len, &data_size, block); in truncate_data_node()
|
Completed in 13 milliseconds