/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_itable.c | 34 struct xfs_ibulk *breq; member 139 error = bc->formatter(bc->breq, buf); in xfs_bulkstat_one_int() 152 bc->breq->startino = ino + 1; in xfs_bulkstat_one_int() 160 struct xfs_ibulk *breq, in xfs_bulkstat_one() argument 165 .breq = breq, in xfs_bulkstat_one() 169 ASSERT(breq->icount == 1); in xfs_bulkstat_one() 176 error = xfs_bulkstat_one_int(breq->mp, NULL, breq->startino, &bc); in xfs_bulkstat_one() 233 struct xfs_ibulk *breq, in xfs_bulkstat() argument 238 .breq = breq, in xfs_bulkstat() 242 if (xfs_bulkstat_already_done(breq->mp, breq->startino)) in xfs_bulkstat() [all …]
|
D | xfs_itable.h | 27 struct xfs_ibulk *breq, in xfs_ibulk_advance() argument 30 char __user *b = breq->ubuffer; in xfs_ibulk_advance() 32 breq->ubuffer = b + bytes; in xfs_ibulk_advance() 33 breq->ocount++; in xfs_ibulk_advance() 34 return breq->ocount == breq->icount ? -ECANCELED : 0; in xfs_ibulk_advance() 49 typedef int (*bulkstat_one_fmt_pf)(struct xfs_ibulk *breq, 52 int xfs_bulkstat_one(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter); 53 int xfs_bulkstat(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter); 57 typedef int (*inumbers_fmt_pf)(struct xfs_ibulk *breq, 60 int xfs_inumbers(struct xfs_ibulk *breq, inumbers_fmt_pf formatter);
|
D | xfs_ioctl32.c | 84 struct xfs_ibulk *breq, in xfs_fsinumbers_fmt_compat() argument 87 struct compat_xfs_inogrp __user *p32 = breq->ubuffer; in xfs_fsinumbers_fmt_compat() 98 return xfs_ibulk_advance(breq, sizeof(struct compat_xfs_inogrp)); in xfs_fsinumbers_fmt_compat() 173 struct xfs_ibulk *breq, in xfs_fsbulkstat_one_fmt_compat() argument 176 struct compat_xfs_bstat __user *p32 = breq->ubuffer; in xfs_fsbulkstat_one_fmt_compat() 180 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat); in xfs_fsbulkstat_one_fmt_compat() 206 return xfs_ibulk_advance(breq, sizeof(struct compat_xfs_bstat)); in xfs_fsbulkstat_one_fmt_compat() 218 struct xfs_ibulk breq = { in xfs_compat_ioc_fsbulkstat() local 278 breq.ubuffer = bulkreq.ubuffer; in xfs_compat_ioc_fsbulkstat() 279 breq.icount = bulkreq.icount; in xfs_compat_ioc_fsbulkstat() [all …]
|
D | xfs_ioctl.c | 712 struct xfs_ibulk *breq, in xfs_fsbulkstat_one_fmt() argument 717 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat); in xfs_fsbulkstat_one_fmt() 718 if (copy_to_user(breq->ubuffer, &bs1, sizeof(bs1))) in xfs_fsbulkstat_one_fmt() 720 return xfs_ibulk_advance(breq, sizeof(struct xfs_bstat)); in xfs_fsbulkstat_one_fmt() 725 struct xfs_ibulk *breq, in xfs_fsinumbers_fmt() argument 731 if (copy_to_user(breq->ubuffer, &ig1, sizeof(struct xfs_inogrp))) in xfs_fsinumbers_fmt() 733 return xfs_ibulk_advance(breq, sizeof(struct xfs_inogrp)); in xfs_fsinumbers_fmt() 743 struct xfs_ibulk breq = { in xfs_ioc_fsbulkstat() local 771 breq.ubuffer = bulkreq.ubuffer; in xfs_ioc_fsbulkstat() 772 breq.icount = bulkreq.icount; in xfs_ioc_fsbulkstat() [all …]
|
D | xfs_ioctl.h | 63 int xfs_fsbulkstat_one_fmt(struct xfs_ibulk *breq, 65 int xfs_fsinumbers_fmt(struct xfs_ibulk *breq, const struct xfs_inumbers *igrp);
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
D | bcm63xx_udc.c | 596 struct bcm63xx_req *breq) in iudma_write() argument 599 unsigned int bytes_left = breq->req.length - breq->offset; in iudma_write() 604 breq->bd_bytes = 0; in iudma_write() 605 breq->iudma = iudma; in iudma_write() 607 if ((bytes_left % iudma->max_pkt == 0) && bytes_left && breq->req.zero) in iudma_write() 649 d->address = breq->req.dma + breq->offset; in iudma_write() 653 breq->offset += n_bytes; in iudma_write() 654 breq->bd_bytes += n_bytes; in iudma_write() 1078 struct bcm63xx_req *breq, *n; in bcm63xx_ep_disable() local 1094 list_for_each_entry_safe(breq, n, &bep->queue, queue) { in bcm63xx_ep_disable() [all …]
|
/kernel/linux/linux-5.10/arch/arc/lib/ |
D | strchr-700.S | 19 breq.d r2,r0,.Laligned 41 breq r7,0,.Loop ; For speed, we want this branch to be unaligned. 45 breq r12,0,.Loop ; For speed, we want this branch to be unaligned. 67 breq r7,0,.Loop /* ... so that this branch is unaligned. */
|
D | strcmp.S | 29 breq r2,r3,.Lwordloop 88 breq r2,0,.Lcmpend 89 breq r2,r3,.Lcharloop
|
D | strcmp-archs.S | 68 breq r2, 0, .Lcmpend 69 breq r2, r3, .Lcharloop
|
D | memcpy-700.S | 27 breq r2,0,.Last_store
|
D | strlen.S | 53 breq r12,0,.Loop
|
D | memcmp.S | 113 breq r2,0,.Lnil
|
/kernel/linux/linux-5.10/drivers/crypto/rockchip/ |
D | rk3288_crypto_ahash.c | 218 static int rk_hash_prepare(struct crypto_engine *engine, void *breq) in rk_hash_prepare() argument 220 struct ahash_request *areq = container_of(breq, struct ahash_request, base); in rk_hash_prepare() 235 static int rk_hash_unprepare(struct crypto_engine *engine, void *breq) in rk_hash_unprepare() argument 237 struct ahash_request *areq = container_of(breq, struct ahash_request, base); in rk_hash_unprepare() 246 static int rk_hash_run(struct crypto_engine *engine, void *breq) in rk_hash_run() argument 248 struct ahash_request *areq = container_of(breq, struct ahash_request, base); in rk_hash_run() 310 crypto_finalize_hash_request(engine, breq, err); in rk_hash_run()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-cipher.c | 275 struct skcipher_request *breq = container_of(areq, struct skcipher_request, base); in sun8i_ce_cipher_run() local 276 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(breq); in sun8i_ce_cipher_run() 279 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(breq); in sun8i_ce_cipher_run() 283 err = sun8i_ce_run_task(ce, flow, crypto_tfm_alg_name(breq->base.tfm)); in sun8i_ce_cipher_run() 285 crypto_finalize_skcipher_request(engine, breq, err); in sun8i_ce_cipher_run()
|
D | sun8i-ce-hash.c | 250 int sun8i_ce_hash_run(struct crypto_engine *engine, void *breq) in sun8i_ce_hash_run() argument 252 struct ahash_request *areq = container_of(breq, struct ahash_request, base); in sun8i_ce_hash_run() 417 crypto_finalize_hash_request(engine, breq, err); in sun8i_ce_hash_run()
|
D | sun8i-ce.h | 366 int sun8i_ce_hash_run(struct crypto_engine *engine, void *breq);
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
D | head.S | 27 breq r5, 0, 1f ; I$ doesn't exist 65 breq r5, 0, 1f ; LPB doesn't exist
|
D | entry-arcv2.S | 204 breq r11, 0, .Lexcept_ret ; No intr active, ret from Exception
|
/kernel/linux/linux-5.10/drivers/crypto/amlogic/ |
D | amlogic-gxl-cipher.c | 265 struct skcipher_request *breq = container_of(areq, struct skcipher_request, base); in meson_handle_cipher_request() local 267 err = meson_cipher(breq); in meson_handle_cipher_request() 269 crypto_finalize_skcipher_request(engine, breq, err); in meson_handle_cipher_request()
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
D | dsp-impl.h | 21 breq r5, 0, 1f
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-hash.c | 318 int sun8i_ss_hash_run(struct crypto_engine *engine, void *breq) in sun8i_ss_hash_run() argument 320 struct ahash_request *areq = container_of(breq, struct ahash_request, base); in sun8i_ss_hash_run() 444 crypto_finalize_hash_request(engine, breq, err); in sun8i_ss_hash_run()
|
D | sun8i-ss-cipher.c | 312 struct skcipher_request *breq = container_of(areq, struct skcipher_request, base); in sun8i_ss_handle_cipher_request() local 314 err = sun8i_ss_cipher(breq); in sun8i_ss_handle_cipher_request() 316 crypto_finalize_skcipher_request(engine, breq, err); in sun8i_ss_handle_cipher_request()
|
D | sun8i-ss.h | 315 int sun8i_ss_hash_run(struct crypto_engine *engine, void *breq);
|