Lines Matching defs:nsindex
1426 struct nd_namespace_index *nsindex;
1437 nsindex = to_namespace_index(ndd, ndd->ns_current);
1438 if (nsindex == NULL)
1442 if (__le16_to_cpu(nsindex->major) == 1
1443 && __le16_to_cpu(nsindex->minor) == 1)
1450 * If nsindex is null loop_bitmask's bit 0 will be set, and if an index
1458 * If all the label index blocks are found to agree, nsindex of NULL
1950 struct nd_namespace_index *nsindex,
1953 u64 cookie = nd_region_interleave_set_cookie(nd_region, nsindex);
2386 struct nd_namespace_index *nsindex;
2388 nsindex = to_namespace_index(ndd, ndd->ns_current);
2389 dev = create_namespace_pmem(nd_region, nsindex, nd_label);