Searched refs:stripe_unit (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dioctl.h11 __u64 stripe_unit, stripe_count, object_size; member in struct:ceph_ioctl_layout
H A Dioctl.c23 l.stripe_unit = ceph_file_layout_su(ci->i_layout);
50 (l.stripe_unit & ~PAGE_MASK) ||
51 !l.stripe_unit ||
53 (unsigned)l.object_size % (unsigned)l.stripe_unit))
78 cpu_to_le32(l.stripe_unit);
H A Dceph_fs.h360 __le32 stripe_unit; /* layout for newly created file */ member in struct:ceph_mds_request_args::__anon16520
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exofs/
H A Dios.c268 * U = stripe_unit * group_width
273 * T = stripe_unit * group_width * group_depth
278 * S = stripe_unit * group_width * group_depth * group_count
298 * C = (H - (N * U)) / stripe_unit + G * group_width
299 * [or (L % U) / stripe_unit + G * group_width]
303 * O = L % stripe_unit + N * stripe_unit + M * group_depth * stripe_unit
315 u32 stripe_unit = ios->layout->stripe_unit; local
393 unsigned stripe_unit = ios->layout->stripe_unit; local
[all...]
H A Dsuper.c349 sbi->layout.stripe_unit = sbi->data_map.odm_stripe_unit;
375 stripe_length = (u64)sbi->layout.group_width * sbi->layout.stripe_unit;
559 sbi->layout.stripe_unit = PAGE_SIZE;
H A Dexofs.h60 unsigned stripe_unit; member in struct:exofs_layout

Completed in 123 milliseconds