Searched refs:cachefiles_see_object (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/cachefiles/ |
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() 332 cachefiles_see_object(object, cachefiles_obj_see_clean_delete); in cachefiles_clean_up_object() 336 cachefiles_see_object(object, cachefiles_obj_see_clean_drop_tmp); in cachefiles_clean_up_object() 340 cachefiles_see_object(object, cachefiles_obj_see_clean_commit); in cachefiles_clean_up_object() 361 cachefiles_see_object(object, cachefiles_obj_see_withdraw_cookie); in cachefiles_withdraw_cookie() 365 cachefiles_see_object(object, cachefiles_obj_see_withdrawal); in cachefiles_withdraw_cookie()
|
D | cache.c | 300 cachefiles_see_object(object, cachefiles_obj_see_withdrawal); in cachefiles_withdraw_objects()
|
D | internal.h | 240 extern void cachefiles_see_object(struct cachefiles_object *object,
|