Searched refs:parentid (Results 1 – 1 of 1) sorted by relevance
340 static int hash_name(struct fuse *f, struct node *node, fuse_ino_t parentid, in hash_name() argument343 size_t hash = name_hash(f, parentid, name); in hash_name()344 struct node *parent = get_node(f, parentid); in hash_name()