Home
last modified time | relevance | path

Searched defs:max_blocks (Results 1 – 19 of 19) sorted by relevance

/linux/arch/powerpc/lib/
H A Drheap.c45 static int grow(rh_info_t * info, int max_blocks) in grow()
105 int max_blocks; in assure_empty() local
300 void rh_init(rh_info_t * info, unsigned int alignment, int max_blocks, in rh_init()
/linux/arch/powerpc/include/asm/
H A Drheap.h28 int max_blocks; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Ddm.c155 u32 max_blocks; in mlx5_dm_sw_icm_alloc() local
/linux/fs/fat/
H A Dinode.c119 unsigned long *max_blocks, in __fat_get_block()
186 unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits; in fat_get_block() local
294 unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits; in fat_get_block_bmap() local
/linux/fs/omfs/
H A Dfile.c229 int max_blocks = bh_result->b_size >> inode->i_blkbits; in omfs_get_block() local
/linux/fs/ext2/
H A Dinode.c786 unsigned max_blocks = bh_result->b_size >> inode->i_blkbits; in ext2_get_block() local
811 unsigned long max_blocks = (length + (1 << blkbits) - 1) >> blkbits; in ext2_iomap_begin() local
/linux/drivers/mmc/core/
H A Dsdio_io.c319 unsigned max_blocks; in sdio_io_rw_ext_helper() local
/linux/include/linux/
H A Dshmem_fs.h60 unsigned long max_blocks; /* How many blocks are allowed */ member
/linux/fs/exfat/
H A Dinode.c270 unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits; in exfat_get_block() local
/linux/drivers/target/
H A Dtarget_core_xcopy.c663 unsigned long long max_bytes, max_bytes_src, max_bytes_dst, max_blocks; in target_xcopy_do_work() local
H A Dtarget_core_user.c142 uint32_t max_blocks; member
/linux/fs/xfs/
H A Dxfs_discard.c836 xfs_rfsblock_t max_blocks; in xfs_ioc_trim() local
/linux/fs/gfs2/
H A Dfile.c1232 unsigned int max_blocks) in calc_max_reserv()
/linux/fs/ocfs2/
H A Daops.c132 u64 max_blocks = bh_result->b_size >> inode->i_blkbits; in ocfs2_get_block() local
/linux/drivers/md/
H A Ddm-thin-metadata.c943 dm_block_t max_blocks = 4096; /* 16M */ in __set_metadata_reserve() local
H A Ddm-integrity.c1807 unsigned int max_blocks = max_size / ic->tag_size; in integrity_metadata() local
/linux/fs/ext4/
H A Dxattr.c1386 int max_blocks = (bufsize + blocksize - 1) >> ea_inode->i_blkbits; in ext4_xattr_inode_write() local
/linux/tools/perf/
H A Dbuiltin-script.c90 static int max_blocks; variable
/linux/fs/f2fs/
H A Dsegment.c2609 unsigned int i = 1, max_blocks = sbi->blocks_per_seg, cnt; in f2fs_invalidate_blocks() local