Lines Matching refs:component_name
106 struct component_name *key;
161 static int dtCompare(struct component_name * key, dtpage_t * p, int si);
163 static int ciCompare(struct component_name * key, dtpage_t * p, int si,
166 static void dtGetKey(dtpage_t * p, int i, struct component_name * key,
170 int ri, struct component_name * key, int flag);
172 static void dtInsertEntry(dtpage_t * p, int index, struct component_name * key,
567 int dtSearch(struct inode *ip, struct component_name * key, ino_t * data, in dtSearch()
581 struct component_name ciKey; in dtSearch()
810 struct component_name * name, ino_t * fsn, struct btstack * btstack) in dtInsert()
936 struct component_name key = { 0, NULL }; in dtSplitUp()
2071 struct inode *ip, struct component_name * key, ino_t * ino, int flag) in dtDelete()
3578 static int dtCompare(struct component_name * key, /* search key */ in dtCompare()
3654 static int ciCompare(struct component_name * key, /* search key */ in ciCompare()
3763 int ri, struct component_name * key, int flag) in ciGetLeafPrefixKey()
3767 struct component_name lkey; in ciGetLeafPrefixKey()
3768 struct component_name rkey; in ciGetLeafPrefixKey()
3830 struct component_name * key, int flag) in dtGetKey()
3893 static void dtInsertEntry(dtpage_t * p, int index, struct component_name * key, in dtInsertEntry()
4508 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) in dtModify()