Searched refs:kp2 (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Drcbag_btree.c79 const struct rcbag_key *kp2 = (const struct rcbag_key *)k2; local
83 if (kp1->rbg_startblock > kp2->rbg_startblock)
85 if (kp1->rbg_startblock < kp2->rbg_startblock)
88 if (kp1->rbg_blockcount > kp2->rbg_blockcount)
90 if (kp1->rbg_blockcount < kp2->rbg_blockcount)
103 const struct rcbag_key *kp2 = (const struct rcbag_key *)k2; local
105 if (kp1->rbg_startblock > kp2->rbg_startblock)
107 if (kp1->rbg_startblock < kp2->rbg_startblock)
110 if (kp1->rbg_blockcount > kp2->rbg_blockcount)
112 if (kp1->rbg_blockcount < kp2
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_rmap_btree.c278 const struct xfs_rmap_key *kp2 = &k2->rmap; local
286 be32_to_cpu(kp2->rm_startblock);
292 y = be64_to_cpu(kp2->rm_owner);
304 y = offset_keymask(be64_to_cpu(kp2->rm_offset));
/linux-master/lib/
H A Dtest_kprobes.c116 static struct kprobe kp2 = { variable in typeref:struct:kprobe
124 struct kprobe *kps[2] = {&kp, &kp2};

Completed in 138 milliseconds