Home
last modified time | relevance | path

Searched refs:fscache_objlist_remove (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/fscache/
Dinternal.h121 extern void fscache_objlist_remove(struct fscache_object *);
124 #define fscache_objlist_remove(object) do {} while(0) macro
Dobject-list.c76 void fscache_objlist_remove(struct fscache_object *obj) in fscache_objlist_remove() function
Dobject.c803 fscache_objlist_remove(object); in fscache_object_destroy()