Home
last modified time | relevance | path

Searched refs:al_offset (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_main.c3019 u32 al_offset; /* offset to this block */ member
3050 buffer->al_offset = cpu_to_be32(device->ldev->md.al_offset); in drbd_md_write()
3168 if (in_core->al_offset < 0) { in check_offsets_and_sizes()
3169 if (in_core->bm_offset > in_core->al_offset) in check_offsets_and_sizes()
3171 on_disk_al_sect = -in_core->al_offset; in check_offsets_and_sizes()
3172 on_disk_bm_sect = in_core->al_offset - in_core->bm_offset; in check_offsets_and_sizes()
3174 if (in_core->al_offset != MD_4kB_SECT) in check_offsets_and_sizes()
3176 if (in_core->bm_offset < in_core->al_offset + in_core->al_size_4k * MD_4kB_SECT) in check_offsets_and_sizes()
3186 || in_core->al_offset != MD_4kB_SECT in check_offsets_and_sizes()
3225 in_core->al_offset, in_core->bm_offset, in_core->md_size_sect, in check_offsets_and_sizes()
[all …]
H A Ddrbd_nl.c839 bdev->md.al_offset = MD_4kB_SECT; in drbd_md_set_sector_offsets()
845 bdev->md.al_offset = MD_4kB_SECT; in drbd_md_set_sector_offsets()
851 bdev->md.al_offset = -al_size_sect; in drbd_md_set_sector_offsets()
934 s32 al_offset; in drbd_determine_dev_size() member
966 prev.al_offset = md->al_offset; in drbd_determine_dev_size()
1077 md->al_offset = prev.al_offset; in drbd_determine_dev_size()
H A Ddrbd_bitmap.c615 if (ldev->md.al_offset == 8) in drbd_md_on_disk_bits()
618 bitmap_sectors = ldev->md.al_offset - ldev->md.bm_offset; in drbd_md_on_disk_bits()
H A Ddrbd_actlog.c313 return device->ldev->md.md_offset + device->ldev->md.al_offset + t; in al_tr_number_to_on_disk_sector()
H A Ddrbd_int.h581 s32 al_offset; /* signed relative sector offset to activity log */ member
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_ioctl.c327 context->count * sizeof(alist->al_offset[0]); in xfs_ioc_attr_put_listent()
343 alist->al_offset[context->count++] = context->firstu; in xfs_ioc_attr_put_listent()
425 alist->al_offset[0] = context.bufsize; in xfs_ioc_attr_list()
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_fs.h598 __s32 al_offset[1]; /* byte offsets of attrs [var-sized] */ member