Lines Matching defs:nl
71 struct ceph_ioctl_layout nl;
82 memset(&nl, 0, sizeof(nl));
84 nl.stripe_count = l.stripe_count;
86 nl.stripe_count = ci->i_layout.stripe_count;
88 nl.stripe_unit = l.stripe_unit;
90 nl.stripe_unit = ci->i_layout.stripe_unit;
92 nl.object_size = l.object_size;
94 nl.object_size = ci->i_layout.object_size;
96 nl.data_pool = l.data_pool;
98 nl.data_pool = ci->i_layout.pool_id;
101 nl.preferred_osd = -1;
103 err = __validate_layout(mdsc, &nl);