Searched refs:aux_read (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | ksmbd_work.c | 44 struct aux_read *ar, *tmp; in ksmbd_free_work_struct() 112 struct aux_read *ar = NULL; in __ksmbd_iov_pin_rsp() 117 ar = kmalloc(sizeof(struct aux_read), GFP_KERNEL); in __ksmbd_iov_pin_rsp()
|
H A D | ksmbd_work.h | 22 struct aux_read { struct
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | tango_nand.c | 351 static void aux_read(struct nand_chip *chip, u8 **buf, int len, int *pos) in aux_read() function 413 aux_read(chip, &oob, METADATA_SIZE, &pos); in raw_read() 416 aux_read(chip, &buf, pkt_size, &pos); in raw_read() 417 aux_read(chip, &oob, ecc_size, &pos); in raw_read() 421 aux_read(chip, &buf, rem, &pos); in raw_read() 422 aux_read(chip, &oob_orig, BBM_SIZE, &pos); in raw_read() 423 aux_read(chip, &buf, pkt_size - rem, &pos); in raw_read() 424 aux_read(chip, &oob, ecc_size, &pos); in raw_read()
|
Completed in 2 milliseconds