Home
last modified time | relevance | path

Searched refs:__fscache_resize_cookie (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/fscache/
H A Dio.c307 void __fscache_resize_cookie(struct fscache_cookie *cookie, loff_t new_size) in __fscache_resize_cookie() function
327 EXPORT_SYMBOL(__fscache_resize_cookie);
/openbmc/linux/include/linux/
H A Dfscache.h170 extern void __fscache_resize_cookie(struct fscache_cookie *, loff_t);
389 __fscache_resize_cookie(cookie, new_size); in fscache_resize_cookie()