Searched refs:cachefiles_see_object (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/cachefiles/ |
H A D | interface.c | 56 void cachefiles_see_object(struct cachefiles_object *object, in cachefiles_see_object() function 201 cachefiles_see_object(object, cachefiles_obj_see_lookup_cookie); in cachefiles_lookup_cookie() 214 cachefiles_see_object(object, cachefiles_obj_see_lookup_failed); in cachefiles_lookup_cookie() 334 cachefiles_see_object(object, cachefiles_obj_see_clean_delete); in cachefiles_clean_up_object() 338 cachefiles_see_object(object, cachefiles_obj_see_clean_drop_tmp); in cachefiles_clean_up_object() 342 cachefiles_see_object(object, cachefiles_obj_see_clean_commit); in cachefiles_clean_up_object() 367 cachefiles_see_object(object, cachefiles_obj_see_withdraw_cookie); in cachefiles_withdraw_cookie() 371 cachefiles_see_object(object, cachefiles_obj_see_withdrawal); in cachefiles_withdraw_cookie()
|
H A D | cache.c | 300 cachefiles_see_object(object, cachefiles_obj_see_withdrawal); in cachefiles_withdraw_objects()
|
H A D | internal.h | 241 extern void cachefiles_see_object(struct cachefiles_object *object,
|