Searched refs:hdr1 (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_attr_leaf.c1298 xfs_attr_leaf_hdr_t *hdr1, *hdr2; local
1327 hdr1 = &leaf1->hdr;
1346 if (count < be16_to_cpu(hdr1->count)) {
1351 count = be16_to_cpu(hdr1->count) - count;
1352 space = be16_to_cpu(hdr1->usedbytes) - totallen;
1368 xfs_attr_leaf_moveents(leaf1, be16_to_cpu(hdr1->count) - count,
1373 } else if (count > be16_to_cpu(hdr1->count)) {
1383 count -= be16_to_cpu(hdr1->count);
1384 space = totallen - be16_to_cpu(hdr1->usedbytes);
1390 max = be16_to_cpu(hdr1
1465 xfs_attr_leaf_hdr_t *hdr1, *hdr2; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Duser_mad.c388 static int same_destination(struct ib_user_mad_hdr *hdr1, argument
391 if (!hdr1->grh_present && !hdr2->grh_present)
392 return (hdr1->lid == hdr2->lid);
394 if (hdr1->grh_present && hdr2->grh_present)
395 return !memcmp(hdr1->gid, hdr2->gid, 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dsetup.c434 struct tag_header hdr1; member in struct:init_tags
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dsetup.c746 struct tag_header hdr1; member in struct:init_tags

Completed in 115 milliseconds