Lines Matching defs:cachefiles_object
63 struct cachefiles_object { struct
64 struct fscache_cookie *cookie; /* Netfs data storage object cookie */
65 struct cachefiles_volume *volume; /* Cache volume that holds this object */
66 struct list_head cache_link; /* Link in cache->*_list */
67 struct file *file; /* The file representing this object */
68 char *d_name; /* Backing file name */
69 int debug_id;
70 spinlock_t lock;
71 refcount_t ref;
72 u8 d_name_len; /* Length of filename */
73 enum cachefiles_content content_info:8; /* Info about content presence */
74 unsigned long flags;
77 struct cachefiles_ondemand_info *ondemand;