Searched refs:tr_buf (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | trans.c | 69 INIT_LIST_HEAD(&tr->tr_buf); in gfs2_trans_begin() 246 list_add(&bd->bd_list, &tr->tr_buf); in gfs2_trans_add_meta() 295 gfs2_assert_warn(sdp, list_empty(&tr->tr_buf)); in gfs2_trans_free()
|
H A D | log.c | 934 head = &tr->tr_buf; in trans_drain() 1098 list_splice_tail_init(&new->tr_buf, &old->tr_buf); in gfs2_merge_trans()
|
H A D | lops.c | 726 gfs2_before_commit(sdp, limit, nbuf, &tr->tr_buf, 0); in buf_lo_before_commit() 737 head = &tr->tr_buf; in buf_lo_after_commit()
|
H A D | glops.c | 92 INIT_LIST_HEAD(&tr.tr_buf); in gfs2_ail_empty_gl()
|
H A D | incore.h | 514 struct list_head tr_buf; member
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | ksmbd_work.h | 69 void *tr_buf; member
|
H A D | ksmbd_work.c | 56 kfree(work->tr_buf); in ksmbd_free_work_struct()
|
H A D | smb2pdu.c | 8559 static void fill_transform_hdr(void *tr_buf, char *old_buf, __le16 cipher_type) in fill_transform_hdr() argument 8561 struct smb2_transform_hdr *tr_hdr = tr_buf + 4; in fill_transform_hdr() 8565 /* tr_buf must be cleared by the caller */ in fill_transform_hdr() 8575 inc_rfc1001_len(tr_buf, sizeof(struct smb2_transform_hdr)); in fill_transform_hdr() 8576 inc_rfc1001_len(tr_buf, orig_len); in fill_transform_hdr() 8583 void *tr_buf; in smb3_encrypt_resp() local 8585 tr_buf = kzalloc(sizeof(struct smb2_transform_hdr) + 4, GFP_KERNEL); in smb3_encrypt_resp() 8586 if (!tr_buf) in smb3_encrypt_resp() 8590 fill_transform_hdr(tr_buf, work->response_buf, work->conn->cipher_type); in smb3_encrypt_resp() 8592 iov[0].iov_base = tr_buf; in smb3_encrypt_resp() [all...] |
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | trans.c | 68 INIT_LIST_HEAD(&tr->tr_buf); in __gfs2_trans_begin() 284 list_add(&bd->bd_list, &tr->tr_buf); in gfs2_trans_add_meta() 334 gfs2_assert_warn(sdp, list_empty(&tr->tr_buf)); in gfs2_trans_free()
|
H A D | log.c | 1008 head = &tr->tr_buf; in trans_drain() 1195 list_splice_tail_init(&new->tr_buf, &old->tr_buf); in gfs2_merge_trans()
|
H A D | incore.h | 491 struct list_head tr_buf; member
|
H A D | lops.c | 730 gfs2_before_commit(sdp, limit, nbuf, &tr->tr_buf, 0); in buf_lo_before_commit() 741 head = &tr->tr_buf; in buf_lo_after_commit()
|
Completed in 24 milliseconds