| /OK3568_Linux_fs/kernel/arch/nios2/lib/ |
| H A D | memcpy.c | 35 #define BYTE_COPY_FWD(dst_bp, src_bp, nbytes) \ argument 53 #define WORD_COPY_FWD(dst_bp, src_bp, nbytes_left, nbytes) \ argument
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | readdir.c | 126 static int parse_dirfile(char *buf, size_t nbytes, struct file *file, in parse_dirfile() 278 static int parse_dirplusfile(char *buf, size_t nbytes, struct file *file, in parse_dirplusfile() 393 unsigned int nbytes = size - offset; in fuse_parse_cache() local
|
| H A D | dev.c | 186 unsigned nbytes = 0; in fuse_len_args() local 993 static int fuse_copy_pages(struct fuse_copy_state *cs, unsigned nbytes, in fuse_copy_pages() 1068 size_t nbytes, struct fuse_req *req) in fuse_read_interrupt() 1121 size_t nbytes) in fuse_read_single_forget() 1153 struct fuse_copy_state *cs, size_t nbytes) in fuse_read_batch_forget() 1203 size_t nbytes) in fuse_read_forget() 1222 struct fuse_copy_state *cs, size_t nbytes) in fuse_dev_do_read() 1840 unsigned nbytes) in copy_out_args() 1868 struct fuse_copy_state *cs, size_t nbytes) in fuse_dev_do_write()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | padlock-aes.c | 349 unsigned int nbytes; in ecb_aes_encrypt() local 374 unsigned int nbytes; in ecb_aes_decrypt() local 414 unsigned int nbytes; in cbc_aes_encrypt() local 441 unsigned int nbytes; in cbc_aes_decrypt() local
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | aesni-intel_glue.c | 377 unsigned int nbytes; in ecb_encrypt() local 399 unsigned int nbytes; in ecb_decrypt() local 421 unsigned int nbytes; in cbc_encrypt() local 443 unsigned int nbytes; in cbc_decrypt() local 468 unsigned int nbytes = walk->nbytes; in ctr_crypt_final() local 498 unsigned int nbytes; in ctr_crypt() local
|
| /OK3568_Linux_fs/kernel/arch/s390/crypto/ |
| H A D | paes_s390.c | 207 unsigned int nbytes, n, k; in ecb_paes_crypt() local 320 unsigned int nbytes, n, k; in cbc_paes_crypt() local 483 unsigned int keylen, offset, nbytes, n, k; in xts_paes_crypt() local 611 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) in __ctrblk_init() 632 unsigned int nbytes, n, k; in ctr_paes_crypt() local
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/ |
| H A D | bbt_store.c | 27 unsigned int nbytes = DIV_ROUND_UP(nblocks * bits_per_block, in nanddev_read_bbt() local 96 unsigned int nbytes = DIV_ROUND_UP(nblocks * bits_per_block, in nanddev_write_bbt() local
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_inode_item.c | 49 int *nbytes) in xfs_inode_item_data_fork_size() 90 int *nbytes) in xfs_inode_item_attr_fork_size() 135 int *nbytes) in xfs_inode_item_size()
|
| H A D | xfs_dquot_item.c | 33 int *nbytes) in xfs_qm_dquot_logitem_size() 239 int *nbytes) in xfs_qm_qoff_logitem_size()
|
| /OK3568_Linux_fs/kernel/fs/coda/ |
| H A D | psdev.c | 92 size_t nbytes, loff_t *off) in coda_psdev_write() 209 size_t nbytes, loff_t *off) in coda_psdev_read()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | psi.c | 1145 char *buf, size_t nbytes, enum psi_res res) in psi_trigger_create() 1304 size_t nbytes, enum psi_res res) in psi_write() 1347 size_t nbytes, loff_t *ppos) in psi_io_write() 1353 size_t nbytes, loff_t *ppos) in psi_memory_write() 1359 size_t nbytes, loff_t *ppos) in psi_cpu_write()
|
| /OK3568_Linux_fs/kernel/drivers/visorbus/ |
| H A D | visorchannel.c | 30 ulong nbytes; member 112 ulong nbytes) in visorchannel_read() 122 ulong nbytes) in visorchannel_write()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ccree/ |
| H A D | cc_buffer_mgr.c | 75 unsigned int nbytes, u32 *lbytes) in cc_get_sgl_nents() 256 unsigned int nbytes, int direction, u32 *nents, in cc_map_sg() 371 unsigned int ivsize, unsigned int nbytes, in cc_map_cipher_request() 1142 struct scatterlist *src, unsigned int nbytes, in cc_map_hash_request_final() 1221 struct scatterlist *src, unsigned int nbytes, in cc_map_hash_request_update()
|
| /OK3568_Linux_fs/kernel/lib/crypto/ |
| H A D | poly1305.c | 31 unsigned int nbytes) in poly1305_update_generic()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | mtdcore.c | 1279 const u8 *oobbuf, int start, int nbytes, in mtd_ooblayout_get_bytes() 1322 u8 *oobbuf, int start, int nbytes, in mtd_ooblayout_set_bytes() 1365 int section = 0, ret, nbytes = 0; in mtd_ooblayout_count_bytes() local 1394 const u8 *oobbuf, int start, int nbytes) in mtd_ooblayout_get_eccbytes() 1414 u8 *oobbuf, int start, int nbytes) in mtd_ooblayout_set_eccbytes() 1434 const u8 *oobbuf, int start, int nbytes) in mtd_ooblayout_get_databytes() 1454 u8 *oobbuf, int start, int nbytes) in mtd_ooblayout_set_databytes()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | hmac.c | 106 const u8 *data, unsigned int nbytes) in hmac_update() 127 unsigned int nbytes, u8 *out) in hmac_finup()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | hugetlb_cgroup.c | 499 char *buf, size_t nbytes, loff_t off, in hugetlb_cgroup_write() 537 char *buf, size_t nbytes, loff_t off) in hugetlb_cgroup_write_legacy() 543 char *buf, size_t nbytes, loff_t off) in hugetlb_cgroup_write_dfl() 549 char *buf, size_t nbytes, loff_t off) in hugetlb_cgroup_reset()
|
| /OK3568_Linux_fs/kernel/drivers/memory/ |
| H A D | renesas-rpc-if.c | 356 static u8 rpcif_bits_set(struct rpcif *rpc, u32 nbytes) in rpcif_bits_set() 428 u32 nbytes; in rpcif_prepare() local 477 u32 nbytes, data[2]; in rpcif_manual_xfer() local 541 u32 nbytes, data[2]; in rpcif_manual_xfer() local
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | aes-ce-glue.c | 402 unsigned int nbytes = walk.nbytes; in ctr_encrypt() local 480 int nbytes = walk.nbytes; in xts_encrypt() local 552 int nbytes = walk.nbytes; in xts_decrypt() local
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/ |
| H A D | bbt.c | 47 unsigned int nbytes = DIV_ROUND_UP(nblocks * bits_per_block, in nanddev_read_bbt() local 117 unsigned int nbytes = DIV_ROUND_UP(nblocks * bits_per_block, in nanddev_write_bbt() local
|
| /OK3568_Linux_fs/kernel/lib/dim/ |
| H A D | dim.c | 63 u32 nbytes = BIT_GAP(BITS_PER_TYPE(u32), end->byte_ctr, in dim_calc_stats() local
|
| /OK3568_Linux_fs/kernel/drivers/rkflash/ |
| H A D | sfc_nand_mtd_bbt.c | 46 unsigned int nbytes = DIV_ROUND_UP(nblocks * bits_per_block, in nanddev_read_bbt() local 130 unsigned int nbytes = DIV_ROUND_UP(nblocks * bits_per_block, in nanddev_write_bbt() local
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_ahash_utils.c | 80 static u32 rk_calc_lastc_new_len(u32 nbytes, u32 old_len) in rk_calc_lastc_new_len() 289 unsigned int nbytes; in rk_ahash_start() local
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | fpgad.c | 36 ulong nbytes; in do_fpga_md() local
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/uvc/ |
| H A D | uvc_isight.c | 43 unsigned int maxlen, nbytes; in isight_decode() local
|