Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/fs/jfs/
Djfs_dmap.c318 int dbFree(struct inode *ip, s64 blkno, s64 nblocks) in dbFree()
412 int free, s64 blkno, s64 nblocks, struct tblock * tblk) in dbUpdatePMap()
687 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) in dbAlloc()
880 int dbAllocExact(struct inode *ip, s64 blkno, int nblocks) in dbAllocExact()
966 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) in dbReAlloc()
1013 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks) in dbExtend()
1113 int nblocks) in dbAllocNext()
1245 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) in dbAllocNear()
1353 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) in dbAllocAG()
1551 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results) in dbAllocAny()
[all …]
Djfs_discard.c32 void jfs_issue_discard(struct inode *ip, u64 blkno, u64 nblocks) in jfs_issue_discard()
Dresize.c62 s64 XAddress, XSize, nblocks, xoff, xaddr, t64; in jfs_extendfs() local
Dxattr.c207 int nblocks; in ea_write() local
356 int nblocks; in ea_read() local
/kernel/linux/linux-5.10/arch/x86/crypto/
Dblake2s-glue.c32 const u8 *block, size_t nblocks, in blake2s_compress_arch()
105 const size_t nblocks = DIV_ROUND_UP(inlen, BLAKE2S_BLOCK_SIZE); in crypto_blake2s_update() local
/kernel/linux/linux-5.10/init/
Ddo_mounts_rd.c66 int nblocks = -1; in identify_ramdisk_image() local
190 int nblocks, i; in rd_load_image() local
/kernel/linux/linux-5.10/fs/erofs/
Ddata.c53 erofs_blk_t nblocks, lastblk; in erofs_map_blocks_flatmode() local
131 unsigned int nblocks, in erofs_read_raw_page()
/kernel/linux/linux-5.10/fs/ext4/
Dext4_jbd2.h302 #define ext4_journal_start_sb(sb, type, nblocks) \ argument
306 #define ext4_journal_start(inode, type, nblocks) \ argument
341 static inline int ext4_journal_extend(handle_t *handle, int nblocks, int revoke) in ext4_journal_extend()
348 static inline int ext4_journal_restart(handle_t *handle, int nblocks, in ext4_journal_restart()
/kernel/linux/linux-5.10/fs/jbd2/
Dtransaction.c462 static handle_t *new_handle(int nblocks) in new_handle()
473 handle_t *jbd2__journal_start(journal_t *journal, int nblocks, int rsv_blocks, in jbd2__journal_start()
545 handle_t *jbd2_journal_start(journal_t *journal, int nblocks) in jbd2_journal_start()
648 int jbd2_journal_extend(handle_t *handle, int nblocks, int revoke_records) in jbd2_journal_extend()
769 int jbd2__journal_restart(handle_t *handle, int nblocks, int revoke_records, in jbd2__journal_restart()
816 int jbd2_journal_restart(handle_t *handle, int nblocks) in jbd2_journal_restart()
/kernel/linux/linux-5.10/lib/crypto/
Dblake2s-generic.c41 size_t nblocks, const u32 inc) in blake2s_compress_generic()
Dblake2s.c41 const size_t nblocks = DIV_ROUND_UP(inlen, BLAKE2S_BLOCK_SIZE); in blake2s_update() local
Dpoly1305-donna64.c36 unsigned int nblocks, u32 hibit) in poly1305_core_blocks()
Dpoly1305-donna32.c33 unsigned int nblocks, u32 hibit) in poly1305_core_blocks()
/kernel/linux/linux-5.10/include/sound/
Dutil_mem.h29 int nblocks; /* # of allocated blocks */ member
/kernel/linux/linux-5.10/crypto/
Dblake2s_generic.c59 const size_t nblocks = DIV_ROUND_UP(inlen, BLAKE2S_BLOCK_SIZE); in crypto_blake2s_update() local
/kernel/linux/linux-5.10/drivers/mtd/nand/
Dbbt.c26 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_bbt_init() local
/kernel/linux/linux-5.10/drivers/staging/greybus/
Dsdio.c256 size_t len, u16 nblocks, off_t skip) in _gb_sdio_send()
310 size_t len, u16 nblocks, off_t skip) in _gb_sdio_recv()
366 u16 nblocks; in gb_sdio_transfer() local
/kernel/linux/linux-5.10/fs/reiserfs/
Dxattr.h74 size_t nblocks = JOURNAL_BLOCKS_PER_OBJECT(inode->i_sb); in reiserfs_xattr_jcreate_nblocks() local
Dxattr_acl.c364 int nblocks = 0; in reiserfs_cache_default_acl() local
/kernel/linux/linux-5.10/block/partitions/
Dsysv68.c44 __be32 nblocks; /* slice size (in blocks) */ member
/kernel/linux/linux-5.10/fs/nilfs2/
Dthe_nilfs.c656 sector_t start = 0, nblocks = 0; in nilfs_discard_segments() local
689 int nilfs_count_free_blocks(struct the_nilfs *nilfs, sector_t *nblocks) in nilfs_count_free_blocks()
Drecovery.c327 unsigned long nblocks, ndatablk, nnodeblk; in nilfs_scan_dsync_log() local
805 unsigned long nblocks; in nilfs_search_super_root() local
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c609 int nblocks, nbytes; in gss_krb5_aes_encrypt() local
730 int nblocks, blocksize, cbcbytes; in gss_krb5_aes_decrypt() local
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dnvme_ioctl.h13 __u16 nblocks; member
/kernel/linux/linux-5.10/drivers/s390/char/
Dtape_char.c193 int nblocks; in tapechar_write() local

123