Searched defs:new_blocks (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/drivers/md/persistent-data/ |
H A D | dm-bitset.c | 47 uint32_t new_blocks = dm_div_up(new_nr_entries, BITS_PER_ARRAY_ENTRY); dm_bitset_resize() local
|
/linux-4.1.27/arch/powerpc/lib/ |
H A D | rheap.c | 48 int i, new_blocks; grow() local
|
/linux-4.1.27/fs/jfs/ |
H A D | xattr.c | 609 unsigned long old_blocks, new_blocks; ea_put() local
|
/linux-4.1.27/fs/ext4/ |
H A D | indirect.c | 327 ext4_fsblk_t b, new_blocks[4]; ext4_alloc_branch() local
|
/linux-4.1.27/fs/ext2/ |
H A D | inode.c | 481 ext2_fsblk_t new_blocks[4]; ext2_alloc_branch() local 394 ext2_alloc_blocks(struct inode *inode, ext2_fsblk_t goal, int indirect_blks, int blks, ext2_fsblk_t new_blocks[4], int *err) ext2_alloc_blocks() argument
|
/linux-4.1.27/drivers/md/ |
H A D | bitmap.c | 1962 sector_t old_blocks, new_blocks; bitmap_resize() local
|
/linux-4.1.27/fs/ext3/ |
H A D | inode.c | 662 ext3_fsblk_t new_blocks[4]; ext3_alloc_branch() local 575 ext3_alloc_blocks(handle_t *handle, struct inode *inode, ext3_fsblk_t goal, int indirect_blks, int blks, ext3_fsblk_t new_blocks[4], int *err) ext3_alloc_blocks() argument
|
/linux-4.1.27/fs/ocfs2/ |
H A D | alloc.c | 1163 int status, new_blocks, i; ocfs2_add_branch() local
|
Completed in 311 milliseconds