Lines Matching refs:p
602 struct exfat_node* p = node->child; in reset_cache() local
603 reset_cache(ef, p); in reset_cache()
604 tree_detach(p); in reset_cache()
605 free(p); in reset_cache()
833 struct exfat_node* p; in find_slot() local
849 for (p = dir->child; p != NULL; p = p->next) in find_slot()
850 for (i = 0; i < 1u + p->continuations; i++) in find_slot()
851 BMAP_SET(dmap, p->entry_offset / sizeof(struct exfat_entry) + i); in find_slot()
1096 struct exfat_node* p; in exfat_rename() local
1098 for (p = dir; p; p = p->parent) in exfat_rename()
1099 if (node == p) in exfat_rename()