/linux-6.12.1/fs/jfs/ |
D | jfs_dmap.c | 355 int dbFree(struct inode *ip, s64 blkno, s64 nblocks) in dbFree() 450 int free, s64 blkno, s64 nblocks, struct tblock * tblk) in dbUpdatePMap() 725 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) in dbAlloc() 936 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) in dbReAlloc() 983 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks) in dbExtend() 1083 int nblocks) in dbAllocNext() 1215 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) in dbAllocNear() 1323 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) in dbAllocAG() 1521 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results) in dbAllocAny() 1580 s64 nblocks, blkno; in dbDiscardAG() local [all …]
|
D | jfs_discard.c | 32 void jfs_issue_discard(struct inode *ip, u64 blkno, u64 nblocks) in jfs_issue_discard()
|
/linux-6.12.1/arch/arm64/crypto/ |
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
|
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
|
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.12.1/arch/x86/crypto/ |
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
|
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
|
D | blake2s-glue.c | 29 size_t nblocks, const u32 inc) in blake2s_compress()
|
/linux-6.12.1/tools/testing/selftests/vDSO/ |
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.12.1/init/ |
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.12.1/fs/jbd2/ |
D | transaction.c | 459 static handle_t *new_handle(int nblocks) in new_handle() 470 handle_t *jbd2__journal_start(journal_t *journal, int nblocks, int rsv_blocks, in jbd2__journal_start() 542 handle_t *jbd2_journal_start(journal_t *journal, int nblocks) in jbd2_journal_start() 645 int jbd2_journal_extend(handle_t *handle, int nblocks, int revoke_records) in jbd2_journal_extend() 763 int jbd2__journal_restart(handle_t *handle, int nblocks, int revoke_records, in jbd2__journal_restart() 810 int jbd2_journal_restart(handle_t *handle, int nblocks) in jbd2_journal_restart()
|
/linux-6.12.1/fs/ext4/ |
D | ext4_jbd2.h | 305 #define ext4_journal_start_sb(sb, type, nblocks) \ argument 309 #define ext4_journal_start(inode, type, nblocks) \ argument 344 static inline int ext4_journal_extend(handle_t *handle, int nblocks, int revoke) in ext4_journal_extend() 351 static inline int ext4_journal_restart(handle_t *handle, int nblocks, in ext4_journal_restart()
|
/linux-6.12.1/fs/nilfs2/ |
D | the_nilfs.c | 427 u64 nsegments, nblocks; in nilfs_store_disk_layout() local 782 sector_t start = 0, nblocks = 0; in nilfs_discard_segments() local 815 int nilfs_count_free_blocks(struct the_nilfs *nilfs, sector_t *nblocks) in nilfs_count_free_blocks()
|
/linux-6.12.1/lib/crypto/ |
D | blake2s.c | 38 const size_t nblocks = DIV_ROUND_UP(inlen, BLAKE2S_BLOCK_SIZE); in blake2s_update() local
|
D | blake2s-generic.c | 44 size_t nblocks, const u32 inc) in blake2s_compress_generic()
|
/linux-6.12.1/drivers/staging/greybus/ |
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.12.1/arch/x86/entry/vdso/ |
D | vgetrandom-chacha.S | 29 .set nblocks, %rcx define
|
/linux-6.12.1/arch/arm/crypto/ |
D | blake2b-neon-glue.c | 22 const u8 *block, size_t nblocks, u32 inc) in blake2b_compress_arch()
|
/linux-6.12.1/include/sound/ |
D | util_mem.h | 29 int nblocks; /* # of allocated blocks */ member
|
/linux-6.12.1/drivers/mtd/nand/ |
D | bbt.c | 26 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_bbt_init() local
|
/linux-6.12.1/drivers/md/dm-vdo/ |
D | murmurhash3.c | 36 const int nblocks = len / 16; in murmurhash3_128() local
|
/linux-6.12.1/fs/reiserfs/ |
D | xattr.h | 75 size_t nblocks = JOURNAL_BLOCKS_PER_OBJECT(inode->i_sb); in reiserfs_xattr_jcreate_nblocks() local
|
/linux-6.12.1/block/partitions/ |
D | sysv68.c | 44 __be32 nblocks; /* slice size (in blocks) */ member
|
/linux-6.12.1/lib/vdso/ |
D | getrandom.c | 73 size_t batch_len, nblocks, orig_len = len; in __cvdso_getrandom_data() local
|
/linux-6.12.1/crypto/ |
D | blake2b_generic.c | 115 const u8 *block, size_t nblocks, u32 inc) in blake2b_compress_generic()
|