Home
last modified time | relevance | path

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

/Linux-v6.6/fs/cachefiles/
Dinternal.h50 struct cachefiles_object { struct
51 struct fscache_cookie *cookie; /* Netfs data storage object cookie */
52 struct cachefiles_volume *volume; /* Cache volume that holds this object */
53 struct list_head cache_link; /* Link in cache->*_list */
54 struct file *file; /* The file representing this object */
55 char *d_name; /* Backing file name */
56 int debug_id;
57 spinlock_t lock;
58 refcount_t ref;
59 u8 d_name_len; /* Length of filename */
[all …]