Home
last modified time | relevance | path

Searched refs:lcb (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/fs/ntfs3/
H A Dfslog.c395 struct lcb { struct
403 static void lcb_put(struct lcb *lcb) in lcb_put() argument
405 if (lcb->alloc) in lcb_put()
406 kfree(lcb->log_rec); in lcb_put()
407 kfree(lcb->lrh); in lcb_put()
408 kfree(lcb); in lcb_put()
2365 static int find_log_rec(struct ntfs_log *log, u64 lsn, struct lcb *lcb) in find_log_rec() argument
2368 struct LFS_RECORD_HDR *rh = lcb in find_log_rec()
2437 struct lcb *lcb; read_log_rec_lcb() local
2479 find_client_next_lsn(struct ntfs_log *log, struct lcb *lcb, u64 *lsn) find_client_next_lsn() argument
2556 read_next_log_rec(struct ntfs_log *log, struct lcb *lcb, u64 *lsn) read_next_log_rec() argument
3736 struct lcb *lcb = NULL; log_replay() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H A Dchcr_algo.h197 #define FILL_WR_RX_Q_ID(cid, qid, lcb, fid) \
201 FW_CRYPTO_LOOKASIDE_WR_LCB_V((lcb)) | \
H A Dchcr_algo.c766 unsigned int lcb) in create_wreq()
788 !!lcb, txqidx); in create_wreq()
759 create_wreq(struct chcr_context *ctx, struct chcr_wr *chcr_req, struct crypto_async_request *req, unsigned int imm, int hash_sz, unsigned int len16, unsigned int sc_len, unsigned int lcb) create_wreq() argument
/kernel/linux/linux-6.6/drivers/crypto/chelsio/
H A Dchcr_algo.h197 #define FILL_WR_RX_Q_ID(cid, qid, lcb, fid) \
201 FW_CRYPTO_LOOKASIDE_WR_LCB_V((lcb)) | \
H A Dchcr_algo.c762 unsigned int lcb) in create_wreq()
784 !!lcb, txqidx); in create_wreq()
755 create_wreq(struct chcr_context *ctx, struct chcr_wr *chcr_req, struct crypto_async_request *req, unsigned int imm, int hash_sz, unsigned int len16, unsigned int sc_len, unsigned int lcb) create_wreq() argument
/kernel/linux/linux-5.10/drivers/scsi/
H A Dncr53c8xx.c1115 struct lcb;
1183 ** SCR_JUMP ^ IFTRUE(MASK(i, 3)), @(first lcb mod. i)
1190 struct lcb * lp[MAX_LUN]; /* The lcb's of this tcb */
1243 struct lcb { struct
1249 ** JUMP IF (SFBR != #lun#), @(next lcb of this target)
1600 /* when lcb is not allocated. */
1913 static struct lcb * ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln);
1914 static struct lcb * ncr_setup_lcb (struct ncb *np, struct scsi_device *sdev);
1940 static void ncr_start_next_ccb (struct ncb *np, struct lcb * l
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dncr53c8xx.c1117 struct lcb;
1185 ** SCR_JUMP ^ IFTRUE(MASK(i, 3)), @(first lcb mod. i)
1192 struct lcb * lp[MAX_LUN]; /* The lcb's of this tcb */
1245 struct lcb { struct
1251 ** JUMP IF (SFBR != #lun#), @(next lcb of this target)
1597 /* when lcb is not allocated. */
1910 static struct lcb * ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln);
1911 static struct lcb * ncr_setup_lcb (struct ncb *np, struct scsi_device *sdev);
1937 static void ncr_start_next_ccb (struct ncb *np, struct lcb * l
[all...]

Completed in 26 milliseconds