Lines Matching defs:parent
21 k1p = k1->cat.parent;
22 k2p = k2->cat.parent;
34 k1p = k1->cat.parent;
35 k2p = k2->cat.parent;
44 hfsplus_btree_key *key, u32 parent, const struct qstr *str)
48 key->cat.parent = cpu_to_be32(parent);
61 hfsplus_btree_key *key, u32 parent)
63 key->cat.parent = cpu_to_be32(parent);
68 static void hfsplus_cat_build_key_uni(hfsplus_btree_key *key, u32 parent,
74 key->cat.parent = cpu_to_be32(parent);
362 fd.search_key->cat.parent = cpu_to_be32(dir->i_ino);