Home
last modified time | relevance | path

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

/fs/ceph/
Dioctl.c25 l.stripe_unit = ceph_file_layout_su(ci->i_layout); in ceph_ioctl_get_layout()
26 l.stripe_count = ceph_file_layout_stripe_count(ci->i_layout); in ceph_ioctl_get_layout()
27 l.object_size = ceph_file_layout_object_size(ci->i_layout); in ceph_ioctl_get_layout()
28 l.data_pool = le32_to_cpu(ci->i_layout.fl_pg_pool); in ceph_ioctl_get_layout()
30 (s32)le32_to_cpu(ci->i_layout.fl_pg_preferred); in ceph_ioctl_get_layout()
55 nl.stripe_unit = ceph_file_layout_su(ci->i_layout); in ceph_ioctl_set_layout()
56 nl.stripe_count = ceph_file_layout_stripe_count(ci->i_layout); in ceph_ioctl_set_layout()
57 nl.object_size = ceph_file_layout_object_size(ci->i_layout); in ceph_ioctl_set_layout()
58 nl.data_pool = le32_to_cpu(ci->i_layout.fl_pg_pool); in ceph_ioctl_set_layout()
60 (s32)le32_to_cpu(ci->i_layout.fl_pg_preferred); in ceph_ioctl_set_layout()
[all …]
Dxattr.c118 (unsigned long long)ceph_file_layout_su(ci->i_layout), in ceph_vxattrcb_file_layout()
119 (unsigned long long)ceph_file_layout_stripe_count(ci->i_layout), in ceph_vxattrcb_file_layout()
120 (unsigned long long)ceph_file_layout_object_size(ci->i_layout)); in ceph_vxattrcb_file_layout()
122 if (ceph_file_layout_pg_preferred(ci->i_layout) >= 0) { in ceph_vxattrcb_file_layout()
127 ci->i_layout)); in ceph_vxattrcb_file_layout()
Daddr.c207 err = ceph_osdc_readpages(osdc, ceph_vino(inode), &ci->i_layout, in readpage_nounlock()
313 req = ceph_osdc_new_request(osdc, &ci->i_layout, ceph_vino(inode), in start_read()
492 &ci->i_layout, snapc, in writepage_nounlock()
832 &ci->i_layout, in ceph_writepages_start()
Dfile.c327 &ci->i_layout, pos, &this_len, in striped_read()
525 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_sync_write()
Dsuper.h263 struct ceph_file_layout i_layout; member
Dinode.c644 ci->i_layout = info->layout; in fill_inode()
Dcaps.c2423 ci->i_layout = grant->layout; in handle_cap_grant()