Searched defs:alias (Results 1 – 2 of 2) sorted by relevance
380 static struct kmemleak_object *lookup_object(unsigned long ptr, int alias) in lookup_object()517 static struct kmemleak_object *find_and_get_object(unsigned long ptr, int alias) in find_and_get_object()550 static struct kmemleak_object *find_and_remove_object(unsigned long ptr, int alias) in find_and_remove_object()
3318 struct dentry *alias = d_find_alias(inode); in shmem_find_alias() local