Home
last modified time | relevance | path

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

1234

/linux/fs/jfs/
A Djfs_dmap.c355 int dbFree(struct inode *ip, s64 blkno, s64 nblocks) in dbFree()
1083 int nblocks) in dbAllocNext()
1580 s64 nblocks, blkno; in dbDiscardAG() local
1587 u64 nblocks; in dbDiscardAG() member
2023 int nblocks) in dbAllocDmap()
2078 int nblocks) in dbFreeDmap()
2140 int nblocks) in dbAllocBits()
2287 int nblocks) in dbFreeBits()
3244 int nblocks) in dbAllocDmapBU()
3984 static int dbGetL2AGSize(s64 nblocks) in dbGetL2AGSize()
[all …]
A Djfs_discard.c32 void jfs_issue_discard(struct inode *ip, u64 blkno, u64 nblocks) in jfs_issue_discard()
/linux/arch/arm64/crypto/
A 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
A 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
A 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/arch/x86/crypto/
A 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
A 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
A Dblake2s-glue.c29 size_t nblocks, const u32 inc) in blake2s_compress()
/linux/tools/testing/selftests/vDSO/
A 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/init/
A Ddo_mounts_rd.c66 int nblocks = -1; in identify_ramdisk_image() local
190 int nblocks, i; in rd_load_image() local
/linux/fs/jbd2/
A 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/fs/ext4/
A 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/fs/nilfs2/
A 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/lib/crypto/
A Dblake2s.c38 const size_t nblocks = DIV_ROUND_UP(inlen, BLAKE2S_BLOCK_SIZE); in blake2s_update() local
A Dblake2s-generic.c44 size_t nblocks, const u32 inc) in blake2s_compress_generic()
/linux/drivers/staging/greybus/
A 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/arch/x86/entry/vdso/
A Dvgetrandom-chacha.S29 .set nblocks, %rcx define
/linux/arch/arm/crypto/
A Dblake2b-neon-glue.c22 const u8 *block, size_t nblocks, u32 inc) in blake2b_compress_arch()
/linux/include/sound/
A Dutil_mem.h29 int nblocks; /* # of allocated blocks */ member
/linux/drivers/mtd/nand/
A Dbbt.c26 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_bbt_init() local
/linux/drivers/md/dm-vdo/
A Dmurmurhash3.c36 const int nblocks = len / 16; in murmurhash3_128() local
/linux/fs/reiserfs/
A Dxattr.h75 size_t nblocks = JOURNAL_BLOCKS_PER_OBJECT(inode->i_sb); in reiserfs_xattr_jcreate_nblocks() local
/linux/block/partitions/
A Dsysv68.c44 __be32 nblocks; /* slice size (in blocks) */ member
/linux/lib/vdso/
A Dgetrandom.c73 size_t batch_len, nblocks, orig_len = len; in __cvdso_getrandom_data() local
/linux/crypto/
A Dblake2b_generic.c115 const u8 *block, size_t nblocks, u32 inc) in blake2b_compress_generic()

Completed in 48 milliseconds

1234