| /linux/fs/xfs/ |
| H A D | xfs_itable.c | 35 struct xfs_ibulk *breq; member 42 struct xfs_ibulk *breq) in want_metadir_file() argument 44 return xfs_is_metadir_inode(ip) && (breq->flags & XFS_IBULK_METADIR); in want_metadir_file() 109 if (want_metadir_file(ip, bc->breq)) { in xfs_bulkstat_one_int() 119 error = bc->formatter(bc->breq, buf); in xfs_bulkstat_one_int() 156 if (!(bc->breq->flags & XFS_IBULK_NREXT64)) in xfs_bulkstat_one_int() 194 error = bc->formatter(bc->breq, buf); in xfs_bulkstat_one_int() 207 bc->breq->startino = ino + 1; in xfs_bulkstat_one_int() 215 struct xfs_ibulk *breq, in xfs_bulkstat_one() argument 220 .breq = breq, in xfs_bulkstat_one() [all …]
|
| H A D | xfs_itable.h | 32 struct xfs_ibulk *breq, in xfs_ibulk_advance() argument 35 char __user *b = breq->ubuffer; in xfs_ibulk_advance() 37 breq->ubuffer = b + bytes; in xfs_ibulk_advance() 38 breq->ocount++; in xfs_ibulk_advance() 39 return breq->ocount == breq->icount ? -ECANCELED : 0; in xfs_ibulk_advance() 54 typedef int (*bulkstat_one_fmt_pf)(struct xfs_ibulk *breq, 57 int xfs_bulkstat_one(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter); 58 int xfs_bulkstat(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter); 62 typedef int (*inumbers_fmt_pf)(struct xfs_ibulk *breq, 65 int xfs_inumbers(struct xfs_ibulk *breq, inumbers_fmt_pf formatter);
|
| H A D | xfs_ioctl.c | 51 struct xfs_ibulk *breq, in xfs_fsbulkstat_one_fmt() argument 56 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat); in xfs_fsbulkstat_one_fmt() 57 if (copy_to_user(breq->ubuffer, &bs1, sizeof(bs1))) in xfs_fsbulkstat_one_fmt() 59 return xfs_ibulk_advance(breq, sizeof(struct xfs_bstat)); in xfs_fsbulkstat_one_fmt() 64 struct xfs_ibulk *breq, in xfs_fsinumbers_fmt() argument 70 if (copy_to_user(breq->ubuffer, &ig1, sizeof(struct xfs_inogrp))) in xfs_fsinumbers_fmt() 72 return xfs_ibulk_advance(breq, sizeof(struct xfs_inogrp)); in xfs_fsinumbers_fmt() 83 struct xfs_ibulk breq = { in xfs_ioc_fsbulkstat() local 112 breq.ubuffer = bulkreq.ubuffer; in xfs_ioc_fsbulkstat() 113 breq.icount = bulkreq.icount; in xfs_ioc_fsbulkstat() [all …]
|
| H A D | xfs_ioctl.h | 40 int xfs_fsbulkstat_one_fmt(struct xfs_ibulk *breq, 42 int xfs_fsinumbers_fmt(struct xfs_ibulk *breq, const struct xfs_inumbers *igrp);
|
| /linux/arch/arc/lib/ |
| H A 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. */
|
| H A D | strcmp.S | 29 breq r2,r3,.Lwordloop 88 breq r2,0,.Lcmpend 89 breq r2,r3,.Lcharloop
|
| H A D | strcmp-archs.S | 68 breq r2, 0, .Lcmpend 69 breq r2, r3, .Lcharloop
|
| H A D | memcpy-700.S | 27 breq r2,0,.Last_store
|
| H A D | strlen.S | 53 breq r12,0,.Loop
|
| H A D | memcmp.S | 113 breq r2,0,.Lnil
|
| /linux/arch/arc/kernel/ |
| H A D | head.S | 27 breq r5, 0, 1f ; I$ doesn't exist 65 breq r5, 0, 1f ; LPB doesn't exist
|
| H A D | entry-arcv2.S | 190 breq r11, 0, .Lexcept_ret ; No intr active, ret from Exception
|
| /linux/drivers/crypto/amlogic/ |
| H A D | amlogic-gxl-cipher.c | 264 struct skcipher_request *breq = container_of(areq, struct skcipher_request, base); in meson_handle_cipher_request() local 266 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/gemini/ |
| H A D | sl3516-ce-cipher.c | 268 struct skcipher_request *breq = container_of(areq, struct skcipher_request, base); in sl3516_ce_handle_cipher_request() local 270 err = sl3516_ce_cipher(breq); in sl3516_ce_handle_cipher_request() 272 crypto_finalize_skcipher_request(engine, breq, err); in sl3516_ce_handle_cipher_request()
|
| /linux/arch/arc/include/asm/ |
| H A D | dsp-impl.h | 21 breq r5, 0, 1f
|
| /linux/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss.h | 316 int sun8i_ss_hash_run(struct crypto_engine *engine, void *breq);
|
| H A D | sun8i-ss-hash.c | 478 int sun8i_ss_hash_run(struct crypto_engine *engine, void *breq) in sun8i_ss_hash_run() argument 480 struct ahash_request *areq = container_of(breq, struct ahash_request, base); in sun8i_ss_hash_run() 702 crypto_finalize_hash_request(engine, breq, err); in sun8i_ss_hash_run()
|