Lines Matching refs:component_name
119 struct component_name *key;
174 static int dtCompare(struct component_name * key, dtpage_t * p, int si);
176 static int ciCompare(struct component_name * key, dtpage_t * p, int si,
179 static void dtGetKey(dtpage_t * p, int i, struct component_name * key,
183 int ri, struct component_name * key, int flag);
185 static void dtInsertEntry(dtpage_t * p, int index, struct component_name * key,
580 int dtSearch(struct inode *ip, struct component_name * key, ino_t * data, in dtSearch()
594 struct component_name ciKey; in dtSearch()
822 struct component_name * name, ino_t * fsn, struct btstack * btstack) in dtInsert()
948 struct component_name key = { 0, NULL }; in dtSplitUp()
2083 struct inode *ip, struct component_name * key, ino_t * ino, int flag) in dtDelete()
3590 static int dtCompare(struct component_name * key, /* search key */ in dtCompare()
3666 static int ciCompare(struct component_name * key, /* search key */ in ciCompare()
3775 int ri, struct component_name * key, int flag) in ciGetLeafPrefixKey()
3779 struct component_name lkey; in ciGetLeafPrefixKey()
3780 struct component_name rkey; in ciGetLeafPrefixKey()
3842 struct component_name * key, int flag) in dtGetKey()
3905 static void dtInsertEntry(dtpage_t * p, int index, struct component_name * key, in dtInsertEntry()
4520 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) in dtModify()