| /linux-6.15/fs/jfs/ |
| H A D | jfs_dmap.c | 340 int dbFree(struct inode *ip, s64 blkno, s64 nblocks) in dbFree() 1068 int nblocks) in dbAllocNext() 1565 s64 nblocks, blkno; in dbDiscardAG() local 1572 u64 nblocks; in dbDiscardAG() member 2011 int nblocks) in dbAllocDmap() 2066 int nblocks) in dbFreeDmap() 2128 int nblocks) in dbAllocBits() 2275 int nblocks) in dbFreeBits() 3235 int nblocks) in dbAllocDmapBU() 3975 static int dbGetL2AGSize(s64 nblocks) in dbGetL2AGSize() [all …]
|
| H A D | jfs_discard.c | 32 void jfs_issue_discard(struct inode *ip, u64 blkno, u64 nblocks) in jfs_issue_discard()
|
| /linux-6.15/arch/arm64/crypto/ |
| H A D | sm4-neon-glue.c | 47 unsigned int nblocks; in sm4_ecb_do_crypt() local 125 unsigned int nblocks; in sm4_cbc_decrypt() local 156 unsigned int nblocks; in sm4_ctr_crypt() local
|
| H A D | polyval-ce-glue.c | 49 const u8 *in, size_t nblocks, u8 *accumulator) in internal_polyval_update() 107 unsigned int nblocks; in polyval_arm64_update() local
|
| H A D | sm4-ce-glue.c | 168 unsigned int nblocks; in sm4_cbc_crypt() local 342 int nblocks = DIV_ROUND_UP(req->cryptlen, SM4_BLOCK_SIZE) - 2; in sm4_xts_crypt() local 604 unsigned int l, nblocks; in sm4_mac_update() local
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | sm4_aesni_avx_glue.c | 59 unsigned int nblocks = min(nbytes >> 4, 4u); in ecb_do_crypt() local 151 unsigned int nblocks = min(nbytes >> 4, 8u); in sm4_avx_cbc_decrypt() local 215 unsigned int nblocks = min(nbytes >> 4, 8u); in sm4_avx_ctr_crypt() local
|
| H A D | polyval-clmulni_glue.c | 58 const u8 *in, size_t nblocks, u8 *accumulator) in internal_polyval_update() 116 unsigned int nblocks; in polyval_x86_update() local
|
| H A D | blake2s-glue.c | 29 size_t nblocks, const u32 inc) in blake2s_compress()
|
| /linux-6.15/tools/testing/selftests/vDSO/ |
| H A D | vdso_test_chacha.c | 37 …ference_chacha20_blocks(uint8_t *dst_bytes, const uint32_t *key, uint32_t *counter, size_t nblocks) in reference_chacha20_blocks() 77 …chacha20_blocks_nostack(uint8_t *dst_bytes, const uint32_t *key, uint32_t *counter, size_t nblocks) in __arch_chacha20_blocks_nostack()
|
| /linux-6.15/fs/ext4/ |
| H A D | ext4_jbd2.h | 221 #define ext4_journal_start_sb(sb, type, nblocks) \ argument 225 #define ext4_journal_start(inode, type, nblocks) \ argument 260 static inline int ext4_journal_extend(handle_t *handle, int nblocks, int revoke) in ext4_journal_extend() 267 static inline int ext4_journal_restart(handle_t *handle, int nblocks, in ext4_journal_restart()
|
| /linux-6.15/init/ |
| H A D | do_mounts_rd.c | 66 int nblocks = -1; in identify_ramdisk_image() local 190 int nblocks, i; in rd_load_image() local
|
| /linux-6.15/fs/jbd2/ |
| H A D | transaction.c | 455 static handle_t *new_handle(int nblocks) in new_handle() 466 handle_t *jbd2__journal_start(journal_t *journal, int nblocks, int rsv_blocks, in jbd2__journal_start() 538 handle_t *jbd2_journal_start(journal_t *journal, int nblocks) in jbd2_journal_start() 641 int jbd2_journal_extend(handle_t *handle, int nblocks, int revoke_records) in jbd2_journal_extend() 759 int jbd2__journal_restart(handle_t *handle, int nblocks, int revoke_records, in jbd2__journal_restart() 806 int jbd2_journal_restart(handle_t *handle, int nblocks) in jbd2_journal_restart()
|
| /linux-6.15/fs/nilfs2/ |
| H A D | the_nilfs.c | 440 u64 nsegments, nblocks; in nilfs_store_disk_layout() local 791 sector_t start = 0, nblocks = 0; in nilfs_discard_segments() local 824 int nilfs_count_free_blocks(struct the_nilfs *nilfs, sector_t *nblocks) in nilfs_count_free_blocks()
|
| /linux-6.15/lib/crypto/ |
| H A D | blake2s.c | 38 const size_t nblocks = DIV_ROUND_UP(inlen, BLAKE2S_BLOCK_SIZE); in blake2s_update() local
|
| H A D | blake2s-generic.c | 44 size_t nblocks, const u32 inc) in blake2s_compress_generic()
|
| H A D | poly1305-donna64.c | 34 unsigned int nblocks, u32 hibit) in poly1305_core_blocks()
|
| /linux-6.15/drivers/staging/greybus/ |
| H A D | sdio.c | 255 size_t len, u16 nblocks, off_t skip) in _gb_sdio_send() 309 size_t len, u16 nblocks, off_t skip) in _gb_sdio_recv() 365 u16 nblocks; in gb_sdio_transfer() local
|
| /linux-6.15/arch/x86/entry/vdso/ |
| H A D | vgetrandom-chacha.S | 29 .set nblocks, %rcx define
|
| /linux-6.15/arch/arm/crypto/ |
| H A D | blake2b-neon-glue.c | 22 const u8 *block, size_t nblocks, u32 inc) in blake2b_compress_arch()
|
| /linux-6.15/include/sound/ |
| H A D | util_mem.h | 29 int nblocks; /* # of allocated blocks */ member
|
| /linux-6.15/drivers/mtd/nand/ |
| H A D | bbt.c | 26 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_bbt_init() local
|
| /linux-6.15/drivers/md/dm-vdo/ |
| H A D | murmurhash3.c | 36 const int nblocks = len / 16; in murmurhash3_128() local
|
| /linux-6.15/block/partitions/ |
| H A D | sysv68.c | 44 __be32 nblocks; /* slice size (in blocks) */ member
|
| /linux-6.15/lib/vdso/ |
| H A D | getrandom.c | 76 size_t batch_len, nblocks, orig_len = len; in __cvdso_getrandom_data() local
|
| /linux-6.15/crypto/ |
| H A D | blake2b_generic.c | 115 const u8 *block, size_t nblocks, u32 inc) in blake2b_compress_generic()
|