Home
last modified time | relevance | path

Searched defs:cachefiles_object (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/cachefiles/
Dinternal.h35 struct cachefiles_object { struct
50 extern struct kmem_cache *cachefiles_object_jar; argument
/kernel/linux/linux-6.6/fs/cachefiles/
Dinternal.h65 struct cachefiles_object { struct
66 struct fscache_cookie *cookie; /* Netfs data storage object cookie */
67 struct cachefiles_volume *volume; /* Cache volume that holds this object */
68 struct list_head cache_link; /* Link in cache->*_list */
69 struct file *file; /* The file representing this object */
70 char *d_name; /* Backing file name */
71 int debug_id;
72 spinlock_t lock;
73 refcount_t ref;
74 u8 d_name_len; /* Length of filename */
[all …]