Searched defs:max_blocks (Results 1 – 19 of 19) sorted by relevance
/linux/arch/powerpc/lib/ |
H A D | rheap.c | 45 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 D | rheap.h | 28 int max_blocks; member
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | dm.c | 155 u32 max_blocks; in mlx5_dm_sw_icm_alloc() local
|
/linux/fs/fat/ |
H A D | inode.c | 119 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 D | file.c | 229 int max_blocks = bh_result->b_size >> inode->i_blkbits; in omfs_get_block() local
|
/linux/fs/ext2/ |
H A D | inode.c | 786 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 D | sdio_io.c | 319 unsigned max_blocks; in sdio_io_rw_ext_helper() local
|
/linux/include/linux/ |
H A D | shmem_fs.h | 60 unsigned long max_blocks; /* How many blocks are allowed */ member
|
/linux/fs/exfat/ |
H A D | inode.c | 270 unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits; in exfat_get_block() local
|
/linux/drivers/target/ |
H A D | target_core_xcopy.c | 663 unsigned long long max_bytes, max_bytes_src, max_bytes_dst, max_blocks; in target_xcopy_do_work() local
|
H A D | target_core_user.c | 142 uint32_t max_blocks; member
|
/linux/fs/xfs/ |
H A D | xfs_discard.c | 836 xfs_rfsblock_t max_blocks; in xfs_ioc_trim() local
|
/linux/fs/gfs2/ |
H A D | file.c | 1232 unsigned int max_blocks) in calc_max_reserv()
|
/linux/fs/ocfs2/ |
H A D | aops.c | 132 u64 max_blocks = bh_result->b_size >> inode->i_blkbits; in ocfs2_get_block() local
|
/linux/drivers/md/ |
H A D | dm-thin-metadata.c | 943 dm_block_t max_blocks = 4096; /* 16M */ in __set_metadata_reserve() local
|
H A D | dm-integrity.c | 1807 unsigned int max_blocks = max_size / ic->tag_size; in integrity_metadata() local
|
/linux/fs/ext4/ |
H A D | xattr.c | 1386 int max_blocks = (bufsize + blocksize - 1) >> ea_inode->i_blkbits; in ext4_xattr_inode_write() local
|
/linux/tools/perf/ |
H A D | builtin-script.c | 90 static int max_blocks; variable
|
/linux/fs/f2fs/ |
H A D | segment.c | 2609 unsigned int i = 1, max_blocks = sbi->blocks_per_seg, cnt; in f2fs_invalidate_blocks() local
|