Home
last modified time | relevance | path

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

/openbmc/linux/fs/cachefiles/
H A Dinternal.h64 struct cachefiles_object { struct
65 struct fscache_cookie *cookie; /* Netfs data storage object cookie */
67 struct list_head cache_link; /* Link in cache->*_list */
68 struct file *file; /* The file representing this object */
69 char *d_name; /* Backing file name */
70 int debug_id;
71 spinlock_t lock;
72 refcount_t ref;
73 u8 d_name_len; /* Length of filename */
75 unsigned long flags;
[all …]