Searched refs:ceph_file_layout_su (Results 1 – 4 of 4) sorted by relevance
24 l.stripe_unit = ceph_file_layout_su(ci->i_layout); in ceph_ioctl_get_layout()89 nl.stripe_unit = ceph_file_layout_su(ci->i_layout); in ceph_ioctl_set_layout()206 dl.block_size = ceph_file_layout_su(ci->i_layout); in ceph_ioctl_get_dataloc()
84 (unsigned long long)ceph_file_layout_su(ci->i_layout), in ceph_vxattrcb_layout()99 (unsigned long long)ceph_file_layout_su(ci->i_layout), in ceph_vxattrcb_layout()118 (unsigned long long)ceph_file_layout_su(ci->i_layout)); in ceph_vxattrcb_layout_stripe_unit()
1299 s32 stripe_unit = ceph_file_layout_su(ci->i_layout); in ceph_zero_objects()
56 #define ceph_file_layout_su(l) ((__s32)le32_to_cpu((l).fl_stripe_unit)) macro