Searched refs:new_blk (Results 1 - 7 of 7) sorted by last modified time

/linux-master/fs/xfs/
H A Dxfs_log_recover.c305 * Fill in *new_blk with the block offset where such a block is
317 xfs_daddr_t *new_blk)
353 *new_blk = i+j;
361 *new_blk = -1;
504 xfs_daddr_t new_blk, first_blk, start_blk, last_blk, head_blk; local
635 stop_on_cycle, &new_blk)))
637 if (new_blk != -1)
638 head_blk = new_blk;
672 (stop_on_cycle - 1), &new_blk)))
674 if (new_blk !
312 xlog_find_verify_cycle( struct xlog *log, xfs_daddr_t start_blk, int nbblks, uint stop_on_cycle_no, xfs_daddr_t *new_blk) argument
1399 xfs_daddr_t new_blk, last_blk, start_blk; local
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.c1816 struct xfs_da_state_blk *new_blk)
1833 new_info = new_blk->bp->b_addr;
1840 before = xfs_attr_leaf_order(old_blk->bp, new_blk->bp);
1843 before = xfs_dir2_leafn_order(dp, old_blk->bp, new_blk->bp);
1846 before = xfs_da3_node_order(dp, old_blk->bp, new_blk->bp);
1870 tmp_info->forw = cpu_to_be32(new_blk->blkno);
1873 old_info->back = cpu_to_be32(new_blk->blkno);
1891 tmp_info->back = cpu_to_be32(new_blk->blkno);
1894 old_info->forw = cpu_to_be32(new_blk->blkno);
1898 xfs_trans_log_buf(args->trans, new_blk
1813 xfs_da3_blk_link( struct xfs_da_state *state, struct xfs_da_state_blk *old_blk, struct xfs_da_state_blk *new_blk) argument
[all...]
H A Dxfs_da_btree.h196 xfs_da_state_blk_t *new_blk);
/linux-master/fs/ocfs2/
H A Dxattr.c4610 * Move some xattrs in old bucket(blk) to new bucket(new_blk).
4622 u64 new_blk,
4634 (unsigned long long)new_blk);
4661 ret = ocfs2_init_xattr_bucket(t_bucket, new_blk, new_bucket_head);
4976 u64 new_blk,
4992 new_blk, first_hash, 1);
4999 * new_blk starts a new separate cluster, and we will move some xattrs from
5025 u64 new_blk,
5034 (unsigned long long)new_blk, prev_clusters);
5040 new_blk,
4619 ocfs2_divide_xattr_bucket(struct inode *inode, handle_t *handle, u64 blk, u64 new_blk, u32 *first_hash, int new_bucket_head) argument
4973 ocfs2_divide_xattr_cluster(struct inode *inode, handle_t *handle, u64 prev_blk, u64 new_blk, u32 *first_hash) argument
5021 ocfs2_adjust_xattr_cross_cluster(struct inode *inode, handle_t *handle, struct ocfs2_xattr_bucket *first, struct ocfs2_xattr_bucket *target, u64 new_blk, u32 prev_clusters, u32 *v_start, int *extend) argument
[all...]
/linux-master/drivers/gpu/drm/msm/disp/
H A Dmsm_disp_snapshot_util.c174 struct msm_disp_state_block *new_blk; local
178 new_blk = kzalloc(sizeof(struct msm_disp_state_block), GFP_KERNEL);
179 if (!new_blk)
186 snprintf(new_blk->name, sizeof(new_blk->name), "%pV", &vaf);
190 INIT_LIST_HEAD(&new_blk->node);
191 new_blk->size = ALIGN(len, REG_DUMP_ALIGN);
192 new_blk->base_addr = base_addr;
194 msm_disp_state_dump_regs(&new_blk->state, new_blk
[all...]
/linux-master/drivers/staging/rts5208/
H A Dxd.c1091 static int xd_copy_page(struct rtsx_chip *chip, u32 old_blk, u32 new_blk, argument
1100 old_blk, new_blk); local
1105 if (old_blk == BLK_NOT_FOUND || new_blk == BLK_NOT_FOUND)
1109 new_page = (new_blk << xd_card->block_shift) + start_page;
1191 xd_mark_bad_block(chip, new_blk);
1497 u32 page_addr, new_blk; local
1588 new_blk = xd_get_unused_block(chip, zone_no);
1589 if (new_blk == NO_NEW_BLK) {
1594 retval = xd_copy_page(chip, phy_blk, new_blk, 0,
1598 retval = xd_erase_block(chip, new_blk);
1617 xd_finish_write(struct rtsx_chip *chip, u32 old_blk, u32 new_blk, u32 log_blk, u8 page_off) argument
1625 dev_dbg(rtsx_dev(chip), "new_blk = 0x%x, ", new_blk); local
1675 xd_prepare_write(struct rtsx_chip *chip, u32 old_blk, u32 new_blk, u32 log_blk, u8 page_off) argument
1681 __func__, old_blk, new_blk, log_blk, (int)page_off); local
1692 xd_write_multiple_pages(struct rtsx_chip *chip, u32 old_blk, u32 new_blk, u32 log_blk, u8 start_page, u8 end_page, u8 *buf, unsigned int *index, unsigned int *offset) argument
1704 __func__, old_blk, new_blk, log_blk); local
1829 u32 log_blk, old_blk = 0, new_blk = 0; local
[all...]
H A Dms.c1622 static int ms_copy_page(struct rtsx_chip *chip, u16 old_blk, u16 new_blk, argument
1631 old_blk, new_blk, log_blk); local
1635 retval = ms_read_extra_data(chip, new_blk, 0, extra, MS_EXTRA_SIZE);
1744 ms_write_extra_data(chip, new_blk, i,
1782 data[2] = (u8)(new_blk >> 8);
1783 data[3] = (u8)new_blk;
3124 u16 new_blk, u16 log_blk, u8 start_page,
3181 data[2] = (u8)(new_blk >> 8);
3182 data[3] = (u8)new_blk;
3315 static int ms_finish_write(struct rtsx_chip *chip, u16 old_blk, u16 new_blk, argument
3123 ms_write_multiple_pages(struct rtsx_chip *chip, u16 old_blk, u16 new_blk, u16 log_blk, u8 start_page, u8 end_page, u8 *buf, unsigned int *index, unsigned int *offset) argument
3342 ms_prepare_write(struct rtsx_chip *chip, u16 old_blk, u16 new_blk, u16 log_blk, u8 start_page) argument
3399 u16 old_blk = 0, new_blk = 0, log_blk, total_sec_cnt = sector_cnt; local
3518 seg_no, old_blk, new_blk); local
3607 seg_no, old_blk, new_blk); local
[all...]

Completed in 272 milliseconds