Home
last modified time | relevance | path

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

/linux/drivers/block/drbd/
H A Ddrbd_main.c2944 u32 al_offset; /* offset to this block */ member
2975 buffer->al_offset = cpu_to_be32(device->ldev->md.al_offset); in drbd_md_write()
3093 if (in_core->al_offset < 0) { in check_offsets_and_sizes()
3094 if (in_core->bm_offset > in_core->al_offset) in check_offsets_and_sizes()
3096 on_disk_al_sect = -in_core->al_offset; in check_offsets_and_sizes()
3097 on_disk_bm_sect = in_core->al_offset - in_core->bm_offset; in check_offsets_and_sizes()
3099 if (in_core->al_offset != MD_4kB_SECT) in check_offsets_and_sizes()
3101 if (in_core->bm_offset < in_core->al_offset + in_core->al_size_4k * MD_4kB_SECT) in check_offsets_and_sizes()
3111 || in_core->al_offset != MD_4kB_SECT in check_offsets_and_sizes()
3150 in_core->al_offset, in_core->bm_offset, in_core->md_size_sect, in check_offsets_and_sizes()
[all …]
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.h513 s32 al_offset; /* signed relative sector offset to activity log */ member
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h618 __s32 al_offset[]; /* byte offsets of attrs [var-sized] */ member