Home
last modified time | relevance | path

Searched defs:nblocks (Results 1 – 25 of 76) sorted by relevance

1234

/linux-6.12.1/fs/jfs/
Djfs_dmap.c355 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 …]
Djfs_discard.c32 void jfs_issue_discard(struct inode *ip, u64 blkno, u64 nblocks) in jfs_issue_discard()
/linux-6.12.1/arch/arm64/crypto/
Dsm4-neon-glue.c47 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
Dpolyval-ce-glue.c49 const u8 *in, size_t nblocks, u8 *accumulator) in internal_polyval_update()
107 unsigned int nblocks; in polyval_arm64_update() local
Dsm4-ce-glue.c168 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/
Dsm4_aesni_avx_glue.c59 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
Dpolyval-clmulni_glue.c58 const u8 *in, size_t nblocks, u8 *accumulator) in internal_polyval_update()
116 unsigned int nblocks; in polyval_x86_update() local
Dblake2s-glue.c29 size_t nblocks, const u32 inc) in blake2s_compress()
/linux-6.12.1/tools/testing/selftests/vDSO/
Dvdso_test_chacha.c37 …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/
Ddo_mounts_rd.c66 int nblocks = -1; in identify_ramdisk_image() local
190 int nblocks, i; in rd_load_image() local
/linux-6.12.1/fs/jbd2/
Dtransaction.c459 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/
Dext4_jbd2.h305 #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/
Dthe_nilfs.c427 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/
Dblake2s.c38 const size_t nblocks = DIV_ROUND_UP(inlen, BLAKE2S_BLOCK_SIZE); in blake2s_update() local
Dblake2s-generic.c44 size_t nblocks, const u32 inc) in blake2s_compress_generic()
/linux-6.12.1/drivers/staging/greybus/
Dsdio.c255 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/
Dvgetrandom-chacha.S29 .set nblocks, %rcx define
/linux-6.12.1/arch/arm/crypto/
Dblake2b-neon-glue.c22 const u8 *block, size_t nblocks, u32 inc) in blake2b_compress_arch()
/linux-6.12.1/include/sound/
Dutil_mem.h29 int nblocks; /* # of allocated blocks */ member
/linux-6.12.1/drivers/mtd/nand/
Dbbt.c26 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_bbt_init() local
/linux-6.12.1/drivers/md/dm-vdo/
Dmurmurhash3.c36 const int nblocks = len / 16; in murmurhash3_128() local
/linux-6.12.1/fs/reiserfs/
Dxattr.h75 size_t nblocks = JOURNAL_BLOCKS_PER_OBJECT(inode->i_sb); in reiserfs_xattr_jcreate_nblocks() local
/linux-6.12.1/block/partitions/
Dsysv68.c44 __be32 nblocks; /* slice size (in blocks) */ member
/linux-6.12.1/lib/vdso/
Dgetrandom.c73 size_t batch_len, nblocks, orig_len = len; in __cvdso_getrandom_data() local
/linux-6.12.1/crypto/
Dblake2b_generic.c115 const u8 *block, size_t nblocks, u32 inc) in blake2b_compress_generic()

1234