Home
last modified time | relevance | path

Searched refs:blockoff (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/ceph/
H A Dstriper.c30 u32 blockoff; /* offset into su */ in ceph_calc_file_object_mapping() local
37 blockno = div_u64_rem(off, l->stripe_unit, &blockoff); in ceph_calc_file_object_mapping()
42 *objoff = objsetpos * l->stripe_unit + blockoff; in ceph_calc_file_object_mapping()
43 *xlen = min_t(u64, len, l->stripe_unit - blockoff); in ceph_calc_file_object_mapping()
218 u32 blockoff; /* offset into su */ in ceph_extent_to_file() local
238 div_u64_rem(objoff, l->stripe_unit, &blockoff); in ceph_extent_to_file()
246 off = blockno * l->stripe_unit + blockoff; in ceph_extent_to_file()
247 len = min_t(u64, objlen, l->stripe_unit - blockoff); in ceph_extent_to_file()
252 blockoff = 0; in ceph_extent_to_file()
/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4fs.c78 int blockoff = pos - (blocksize * i); in ext4fs_read_file() local
98 skipfirst = blockoff; in ext4fs_read_file()
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_scsi.c997 int blockoff = 0; in lpfc_bg_err_inject() local
1015 blockoff = phba->lpfc_injerr_lba - lba; in lpfc_bg_err_inject()
1018 if (numblks < blockoff) in lpfc_bg_err_inject()
1019 blockoff = numblks; in lpfc_bg_err_inject()
1046 src += blockoff; in lpfc_bg_err_inject()
1068 (unsigned long)lba, blockoff, in lpfc_bg_err_inject()
1189 (unsigned long)lba, blockoff, in lpfc_bg_err_inject()