Searched refs:darg (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/net/tls/ |
| D | tls_sw.c | 151 struct tls_decrypt_arg *darg) in tls_padding_length() argument 160 char content_type = darg->zc ? darg->tail : 0; in tls_padding_length() 227 struct tls_decrypt_arg *darg) in tls_do_decryption() argument 240 if (darg->async) { in tls_do_decryption() 253 if (darg->async) in tls_do_decryption() 258 darg->async = false; in tls_do_decryption() 1436 struct tls_decrypt_arg *darg) in tls_decrypt_sg() argument 1460 if (darg->zc && (out_iov || out_sg)) { in tls_decrypt_sg() 1469 darg->zc = false; in tls_decrypt_sg() 1569 data_len + prot->tail_size, aead_req, darg); in tls_decrypt_sg() [all …]
|
| /Linux-v6.1/fs/ext4/ |
| D | fast_commit.c | 1340 static inline void tl_to_darg(struct dentry_info_args *darg, in tl_to_darg() argument 1347 darg->parent_ino = le32_to_cpu(fcd.fc_parent_ino); in tl_to_darg() 1348 darg->ino = le32_to_cpu(fcd.fc_ino); in tl_to_darg() 1349 darg->dname = val + offsetof(struct ext4_fc_dentry_info, fc_dname); in tl_to_darg() 1350 darg->dname_len = tl->fc_len - sizeof(struct ext4_fc_dentry_info); in tl_to_darg() 1366 struct dentry_info_args darg; in ext4_fc_replay_unlink() local 1369 tl_to_darg(&darg, tl, val); in ext4_fc_replay_unlink() 1371 trace_ext4_fc_replay(sb, EXT4_FC_TAG_UNLINK, darg.ino, in ext4_fc_replay_unlink() 1372 darg.parent_ino, darg.dname_len); in ext4_fc_replay_unlink() 1374 entry.name = darg.dname; in ext4_fc_replay_unlink() [all …]
|