Home
last modified time | relevance | path

Searched refs:breq (Results 1 – 23 of 23) sorted by relevance

/linux/fs/xfs/
A Dxfs_itable.c35 struct xfs_ibulk *breq; member
165 .breq = breq, in xfs_bulkstat_one()
191 error = xfs_bulkstat_one_int(breq->mp, breq->mnt_userns, tp, in xfs_bulkstat_one()
256 .breq = breq, in xfs_bulkstat()
266 if (xfs_bulkstat_already_done(breq->mp, breq->startino)) in xfs_bulkstat()
282 error = xfs_iwalk(breq->mp, tp, breq->startino, breq->flags, in xfs_bulkstat()
295 if (breq->ocount > 0) in xfs_bulkstat()
396 .breq = breq, in xfs_inumbers()
401 if (xfs_bulkstat_already_done(breq->mp, breq->startino)) in xfs_inumbers()
412 error = xfs_inobt_walk(breq->mp, tp, breq->startino, breq->flags, in xfs_inumbers()
[all …]
A Dxfs_itable.h28 struct xfs_ibulk *breq, in xfs_ibulk_advance() argument
31 char __user *b = breq->ubuffer; in xfs_ibulk_advance()
33 breq->ubuffer = b + bytes; in xfs_ibulk_advance()
34 breq->ocount++; in xfs_ibulk_advance()
35 return breq->ocount == breq->icount ? -ECANCELED : 0; in xfs_ibulk_advance()
50 typedef int (*bulkstat_one_fmt_pf)(struct xfs_ibulk *breq,
53 int xfs_bulkstat_one(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter);
54 int xfs_bulkstat(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter);
58 typedef int (*inumbers_fmt_pf)(struct xfs_ibulk *breq,
61 int xfs_inumbers(struct xfs_ibulk *breq, inumbers_fmt_pf formatter);
A Dxfs_ioctl32.c84 struct xfs_ibulk *breq, in xfs_fsinumbers_fmt_compat() argument
173 struct xfs_ibulk *breq, in xfs_fsbulkstat_one_fmt_compat() argument
219 struct xfs_ibulk breq = { in xfs_compat_ioc_fsbulkstat() local
280 breq.ubuffer = bulkreq.ubuffer; in xfs_compat_ioc_fsbulkstat()
281 breq.icount = bulkreq.icount; in xfs_compat_ioc_fsbulkstat()
297 lastino = breq.startino - 1; in xfs_compat_ioc_fsbulkstat()
299 breq.startino = lastino; in xfs_compat_ioc_fsbulkstat()
300 breq.icount = 1; in xfs_compat_ioc_fsbulkstat()
302 lastino = breq.startino; in xfs_compat_ioc_fsbulkstat()
305 error = xfs_bulkstat(&breq, bs_one_func); in xfs_compat_ioc_fsbulkstat()
[all …]
A Dxfs_ioctl.c714 struct xfs_ibulk *breq, in xfs_fsbulkstat_one_fmt() argument
727 struct xfs_ibulk *breq, in xfs_fsinumbers_fmt() argument
795 breq.icount = 1; in xfs_ioc_fsbulkstat()
820 struct xfs_ibulk *breq, in xfs_bulkstat_fmt() argument
838 struct xfs_ibulk *breq, in xfs_bulk_ireq_setup() argument
847 breq->ubuffer = ubuffer; in xfs_bulk_ireq_setup()
849 breq->ocount = 0; in xfs_bulk_ireq_setup()
850 breq->flags = 0; in xfs_bulk_ireq_setup()
868 breq->icount = 1; in xfs_bulk_ireq_setup()
907 struct xfs_ibulk *breq) in xfs_bulk_ireq_teardown() argument
[all …]
A Dxfs_ioctl.h73 int xfs_fsbulkstat_one_fmt(struct xfs_ibulk *breq,
75 int xfs_fsinumbers_fmt(struct xfs_ibulk *breq, const struct xfs_inumbers *igrp);
/linux/drivers/usb/gadget/udc/
A Dbcm63xx_udc.c596 unsigned int bytes_left = breq->req.length - breq->offset; in iudma_write()
601 breq->bd_bytes = 0; in iudma_write()
646 d->address = breq->req.dma + breq->offset; in iudma_write()
1118 breq = kzalloc(sizeof(*breq), mem_flags); in bcm63xx_udc_alloc_request()
1119 if (!breq) in bcm63xx_udc_alloc_request()
1121 return &breq->req; in bcm63xx_udc_alloc_request()
1133 kfree(breq); in bcm63xx_udc_free_request()
1164 breq->offset = 0; in bcm63xx_udc_queue()
1220 if (breq == cur) { in bcm63xx_udc_dequeue()
1391 breq->offset = 0; in bcm63xx_ep0_map_write()
[all …]
/linux/arch/arc/lib/
A Dstrchr-700.S19 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. */
A Dstrcmp.S29 breq r2,r3,.Lwordloop
88 breq r2,0,.Lcmpend
89 breq r2,r3,.Lcharloop
A Dstrcmp-archs.S68 breq r2, 0, .Lcmpend
69 breq r2, r3, .Lcharloop
A Dmemcpy-700.S27 breq r2,0,.Last_store
A Dstrlen.S53 breq r12,0,.Loop
A Dmemcmp.S113 breq r2,0,.Lnil
/linux/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce-cipher.c277 struct skcipher_request *breq = container_of(areq, struct skcipher_request, base); in sun8i_ce_cipher_run() local
278 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(breq); in sun8i_ce_cipher_run()
281 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(breq); in sun8i_ce_cipher_run()
285 err = sun8i_ce_run_task(ce, flow, crypto_tfm_alg_name(breq->base.tfm)); in sun8i_ce_cipher_run()
286 crypto_finalize_skcipher_request(engine, breq, err); in sun8i_ce_cipher_run()
A Dsun8i-ce-hash.c250 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()
A Dsun8i-ce.h367 int sun8i_ce_hash_run(struct crypto_engine *engine, void *breq);
/linux/arch/arc/kernel/
A Dhead.S27 breq r5, 0, 1f ; I$ doesn't exist
65 breq r5, 0, 1f ; LPB doesn't exist
A Dentry-arcv2.S205 breq r11, 0, .Lexcept_ret ; No intr active, ret from Exception
/linux/drivers/crypto/gemini/
A Dsl3516-ce-cipher.c264 struct skcipher_request *breq = container_of(areq, struct skcipher_request, base); in sl3516_ce_handle_cipher_request() local
266 err = sl3516_ce_cipher(breq); in sl3516_ce_handle_cipher_request()
267 crypto_finalize_skcipher_request(engine, breq, err); in sl3516_ce_handle_cipher_request()
/linux/drivers/crypto/amlogic/
A Damlogic-gxl-cipher.c265 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()
268 crypto_finalize_skcipher_request(engine, breq, err); in meson_handle_cipher_request()
/linux/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-cipher.c274 struct skcipher_request *breq = container_of(areq, struct skcipher_request, base); in sun8i_ss_handle_cipher_request() local
276 err = sun8i_ss_cipher(breq); in sun8i_ss_handle_cipher_request()
277 crypto_finalize_skcipher_request(engine, breq, err); in sun8i_ss_handle_cipher_request()
A Dsun8i-ss-hash.c318 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()
445 crypto_finalize_hash_request(engine, breq, err); in sun8i_ss_hash_run()
A Dsun8i-ss.h308 int sun8i_ss_hash_run(struct crypto_engine *engine, void *breq);
/linux/arch/arc/include/asm/
A Ddsp-impl.h21 breq r5, 0, 1f

Completed in 38 milliseconds