Searched refs:i_layout (Results 1 – 7 of 7) sorted by relevance
/fs/ceph/ |
D | ioctl.c | 25 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 …]
|
D | xattr.c | 118 (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()
|
D | addr.c | 207 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()
|
D | file.c | 327 &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()
|
D | super.h | 263 struct ceph_file_layout i_layout; member
|
D | inode.c | 644 ci->i_layout = info->layout; in fill_inode()
|
D | caps.c | 2423 ci->i_layout = grant->layout; in handle_cap_grant()
|