Searched refs:darg (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/net/tls/ |
| D | tls_sw.c | 156 struct tls_decrypt_arg *darg) in tls_padding_length() argument 165 char content_type = darg->zc ? darg->tail : 0; in tls_padding_length() 239 struct tls_decrypt_arg *darg) in tls_do_decryption() argument 252 if (darg->async) { in tls_do_decryption() 265 if (darg->async) in tls_do_decryption() 270 darg->async = false; in tls_do_decryption() 1443 struct tls_decrypt_arg *darg) in tls_decrypt_sg() argument 1467 if (darg->zc && (out_iov || out_sg)) { in tls_decrypt_sg() 1476 darg->zc = false; in tls_decrypt_sg() 1578 data_len + prot->tail_size, aead_req, darg); in tls_decrypt_sg() [all …]
|
| /Linux-v6.6/fs/ext4/ |
| D | fast_commit.c | 1341 static inline void tl_to_darg(struct dentry_info_args *darg, in tl_to_darg() argument 1348 darg->parent_ino = le32_to_cpu(fcd.fc_parent_ino); in tl_to_darg() 1349 darg->ino = le32_to_cpu(fcd.fc_ino); in tl_to_darg() 1350 darg->dname = val + offsetof(struct ext4_fc_dentry_info, fc_dname); in tl_to_darg() 1351 darg->dname_len = tl->fc_len - sizeof(struct ext4_fc_dentry_info); in tl_to_darg() 1369 struct dentry_info_args darg; in ext4_fc_replay_unlink() local 1372 tl_to_darg(&darg, tl, val); in ext4_fc_replay_unlink() 1374 trace_ext4_fc_replay(sb, EXT4_FC_TAG_UNLINK, darg.ino, in ext4_fc_replay_unlink() 1375 darg.parent_ino, darg.dname_len); in ext4_fc_replay_unlink() 1377 entry.name = darg.dname; in ext4_fc_replay_unlink() [all …]
|