Symbol: cachefiles_volume
fs/cachefiles/cache.c
321
struct cachefiles_volume *volume;
fs/cachefiles/cache.c
328
volume = list_entry(cur, struct cachefiles_volume, cache_link);
fs/cachefiles/cache.c
356
struct cachefiles_volume *volume = NULL;
fs/cachefiles/cache.c
361
struct cachefiles_volume, cache_link);
fs/cachefiles/interface.c
26
struct cachefiles_volume *volume = vcookie->cache_priv;
fs/cachefiles/interface.c
430
struct cachefiles_volume *volume = object->volume;
fs/cachefiles/internal.h
321
struct cachefiles_volume *volume);
fs/cachefiles/internal.h
371
struct cachefiles_volume *volume)
fs/cachefiles/internal.h
410
void cachefiles_withdraw_volume(struct cachefiles_volume *volume);
fs/cachefiles/internal.h
422
extern bool cachefiles_set_volume_xattr(struct cachefiles_volume *volume);
fs/cachefiles/internal.h
423
extern int cachefiles_check_volume_xattr(struct cachefiles_volume *volume);
fs/cachefiles/internal.h
67
struct cachefiles_volume *volume; /* Cache volume that holds this object */
fs/cachefiles/namei.c
417
struct cachefiles_volume *volume = object->volume;
fs/cachefiles/namei.c
439
struct cachefiles_volume *volume = object->volume;
fs/cachefiles/namei.c
618
struct cachefiles_volume *volume = object->volume;
fs/cachefiles/namei.c
674
struct cachefiles_volume *volume = object->volume;
fs/cachefiles/ondemand.c
732
struct cachefiles_volume *volume)
fs/cachefiles/volume.c
111
static void __cachefiles_free_volume(struct cachefiles_volume *volume)
fs/cachefiles/volume.c
127
struct cachefiles_volume *volume = vcookie->cache_priv;
fs/cachefiles/volume.c
137
void cachefiles_withdraw_volume(struct cachefiles_volume *volume)
fs/cachefiles/volume.c
20
struct cachefiles_volume *volume;
fs/cachefiles/volume.c
31
volume = kzalloc_obj(struct cachefiles_volume);
fs/cachefiles/xattr.c
212
bool cachefiles_set_volume_xattr(struct cachefiles_volume *volume)
fs/cachefiles/xattr.c
260
int cachefiles_check_volume_xattr(struct cachefiles_volume *volume)
include/trace/events/cachefiles.h
418
TP_PROTO(struct cachefiles_volume *volume,