Searched refs:lcb (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/fs/ntfs3/ ! |
D | fslog.c | 395 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->lrh; in find_log_rec() 2376 lcb->lrh = rh; in find_log_rec() 2408 lcb->log_rec = lr; in find_log_rec() [all …]
|
/linux-6.1.9/drivers/crypto/chelsio/ ! |
D | chcr_algo.h | 197 #define FILL_WR_RX_Q_ID(cid, qid, lcb, fid) \ argument 201 FW_CRYPTO_LOOKASIDE_WR_LCB_V((lcb)) | \
|
D | chcr_algo.c | 762 unsigned int lcb) in create_wreq() argument 784 !!lcb, txqidx); in create_wreq()
|
/linux-6.1.9/drivers/scsi/ ! |
D | ncr53c8xx.c | 1117 struct lcb; 1192 struct lcb * lp[MAX_LUN]; /* The lcb's of this tcb */ 1245 struct lcb { struct 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 * lp, int maxn); 4086 struct lcb *lp = tp->lp[sdev->lun]; in ncr_queue_command() 4387 static void ncr_start_next_ccb(struct ncb *np, struct lcb *lp, int maxn) in ncr_start_next_ccb() 4552 struct lcb *lp; in ncr_detach() 4664 struct lcb *lp; in ncr_complete() [all …]
|
/linux-6.1.9/Documentation/scsi/ ! |
D | sym53c8xx_2.rst | 398 alloc print info about memory allocations (ccb, lcb)
|
D | ncr53c8xx.rst | 548 alloc print info about memory allocations (ccb, lcb)
|