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()
3280 static int dtCompare(struct component_name * key, /* search key */ in dtCompare()
3356 static int ciCompare(struct component_name * key, /* search key */ in ciCompare()
3465 int ri, struct component_name * key, int flag) in ciGetLeafPrefixKey()
3469 struct component_name lkey; in ciGetLeafPrefixKey()
3470 struct component_name rkey; in ciGetLeafPrefixKey()
3532 struct component_name * key, int flag) in dtGetKey()
3595 static void dtInsertEntry(dtpage_t * p, int index, struct component_name * key, in dtInsertEntry()
4210 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) in dtModify()