Searched refs:cachefiles_see_object (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/cachefiles/ |
A D | interface.c | 51 void cachefiles_see_object(struct cachefiles_object *object, in cachefiles_see_object() function 196 cachefiles_see_object(object, cachefiles_obj_see_lookup_cookie); in cachefiles_lookup_cookie() 209 cachefiles_see_object(object, cachefiles_obj_see_lookup_failed); in cachefiles_lookup_cookie() 327 cachefiles_see_object(object, cachefiles_obj_see_clean_delete); in cachefiles_clean_up_object() 331 cachefiles_see_object(object, cachefiles_obj_see_clean_drop_tmp); in cachefiles_clean_up_object() 335 cachefiles_see_object(object, cachefiles_obj_see_clean_commit); in cachefiles_clean_up_object() 356 cachefiles_see_object(object, cachefiles_obj_see_withdraw_cookie); in cachefiles_withdraw_cookie() 360 cachefiles_see_object(object, cachefiles_obj_see_withdrawal); in cachefiles_withdraw_cookie()
|
A D | cache.c | 297 cachefiles_see_object(object, cachefiles_obj_see_withdrawal); in cachefiles_withdraw_objects()
|
A D | internal.h | 222 extern void cachefiles_see_object(struct cachefiles_object *object,
|
Completed in 5 milliseconds