Home
last modified time | relevance | path

Searched refs:me_len (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/
H A Dxfs_bmap_item.c264 map->me_len = bi->bi_bmap.br_blockcount; in xfs_bmap_update_log_item()
437 if (!xfs_verify_fileext(mp, map->me_startoff, map->me_len)) in xfs_bui_validate()
441 return xfs_verify_rtbext(mp, map->me_startblock, map->me_len); in xfs_bui_validate()
443 return xfs_verify_fsbext(mp, map->me_startblock, map->me_len); in xfs_bui_validate()
467 bi->bi_bmap.br_blockcount = map->me_len; in xfs_bui_recover_work()
H A Dxfs_rmap_item.c286 map->me_len = ri->ri_bmap.br_blockcount; in xfs_rmap_update_log_item()
489 if (!xfs_verify_fileext(mp, map->me_startoff, map->me_len)) in xfs_rui_validate_map()
493 return xfs_verify_rtbext(mp, map->me_startblock, map->me_len); in xfs_rui_validate_map()
495 return xfs_verify_fsbext(mp, map->me_startblock, map->me_len); in xfs_rui_validate_map()
544 ri->ri_bmap.br_blockcount = map->me_len; in xfs_rui_recover_work()
/linux/fs/ocfs2/
H A Docfs2_ioctl.h194 __u64 me_len; /* Length of the extents to be moved */ member
/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h739 uint32_t me_len; member