Symbol: fscache_volume
fs/9p/cache.c
22
struct fscache_volume *vcookie;
fs/9p/v9fs.h
121
struct fscache_volume *fscache;
fs/9p/v9fs.h
160
static inline struct fscache_volume *v9fs_session_cache(struct v9fs_session_info *v9ses)
fs/afs/internal.h
642
struct fscache_volume *cache; /* Caching cookie */
fs/afs/volume.c
313
struct fscache_volume *vcookie;
fs/cachefiles/cache.c
322
struct fscache_volume *vcookie;
fs/cachefiles/cache.c
355
struct fscache_volume *vcookie = NULL;
fs/cachefiles/interface.c
25
struct fscache_volume *vcookie = cookie->volume;
fs/cachefiles/internal.h
408
void cachefiles_acquire_volume(struct fscache_volume *volume);
fs/cachefiles/internal.h
409
void cachefiles_free_volume(struct fscache_volume *volume);
fs/cachefiles/internal.h
42
struct fscache_volume *vcookie; /* The netfs's representation */
fs/cachefiles/ondemand.c
613
struct fscache_volume *volume = object->volume->vcookie;
fs/cachefiles/ondemand.c
675
struct fscache_volume *volume = object->volume->vcookie;
fs/cachefiles/volume.c
125
void cachefiles_free_volume(struct fscache_volume *vcookie)
fs/cachefiles/volume.c
18
void cachefiles_acquire_volume(struct fscache_volume *vcookie)
fs/ceph/super.h
185
struct fscache_volume *fscache;
fs/erofs/fscache.c
393
struct fscache_volume *volume;
fs/erofs/fscache.c
478
struct fscache_volume *volume = EROFS_SB(sb)->volume;
fs/erofs/internal.h
164
struct fscache_volume *volume;
fs/erofs/internal.h
84
struct fscache_volume *volume;
fs/netfs/fscache_cookie.c
1010
struct fscache_volume *volume = cookie->volume;
fs/netfs/fscache_cookie.c
326
struct fscache_volume *volume,
fs/netfs/fscache_cookie.c
451
struct fscache_volume *volume,
fs/netfs/fscache_volume.c
119
void fscache_end_volume_access(struct fscache_volume *volume,
fs/netfs/fscache_volume.c
135
static bool fscache_volume_same(const struct fscache_volume *a,
fs/netfs/fscache_volume.c
136
const struct fscache_volume *b)
fs/netfs/fscache_volume.c
149
static bool fscache_is_acquire_pending(struct fscache_volume *volume)
fs/netfs/fscache_volume.c
154
static void fscache_wait_on_volume_collision(struct fscache_volume *candidate,
fs/netfs/fscache_volume.c
173
static bool fscache_hash_volume(struct fscache_volume *candidate)
fs/netfs/fscache_volume.c
175
struct fscache_volume *cursor;
fs/netfs/fscache_volume.c
20
struct fscache_volume *fscache_get_volume(struct fscache_volume *volume,
fs/netfs/fscache_volume.c
212
static struct fscache_volume *fscache_alloc_volume(const char *volume_key,
fs/netfs/fscache_volume.c
217
struct fscache_volume *volume;
fs/netfs/fscache_volume.c
284
struct fscache_volume *volume =
fs/netfs/fscache_volume.c
285
container_of(work, struct fscache_volume, work);
fs/netfs/fscache_volume.c
30
struct fscache_volume *fscache_try_get_volume(struct fscache_volume *volume,
fs/netfs/fscache_volume.c
302
void fscache_create_volume(struct fscache_volume *volume, bool wait)
fs/netfs/fscache_volume.c
330
struct fscache_volume *__fscache_acquire_volume(const char *volume_key,
fs/netfs/fscache_volume.c
335
struct fscache_volume *volume;
fs/netfs/fscache_volume.c
352
static void fscache_wake_pending_volume(struct fscache_volume *volume,
fs/netfs/fscache_volume.c
355
struct fscache_volume *cursor;
fs/netfs/fscache_volume.c
371
static void fscache_unhash_volume(struct fscache_volume *volume)
fs/netfs/fscache_volume.c
389
static void fscache_free_volume(struct fscache_volume *volume)
fs/netfs/fscache_volume.c
420
void fscache_put_volume(struct fscache_volume *volume,
fs/netfs/fscache_volume.c
43
static void fscache_see_volume(struct fscache_volume *volume,
fs/netfs/fscache_volume.c
439
void __fscache_relinquish_volume(struct fscache_volume *volume,
fs/netfs/fscache_volume.c
463
void fscache_withdraw_volume(struct fscache_volume *volume)
fs/netfs/fscache_volume.c
486
struct fscache_volume *volume;
fs/netfs/fscache_volume.c
495
volume = list_entry(v, struct fscache_volume, proc_link);
fs/netfs/fscache_volume.c
54
static void __fscache_begin_volume_access(struct fscache_volume *volume,
fs/netfs/fscache_volume.c
96
bool fscache_begin_volume_access(struct fscache_volume *volume,
fs/netfs/internal.h
437
struct fscache_volume *fscache_get_volume(struct fscache_volume *volume,
fs/netfs/internal.h
439
bool fscache_begin_volume_access(struct fscache_volume *volume,
fs/netfs/internal.h
442
void fscache_create_volume(struct fscache_volume *volume, bool wait);
fs/nfs/fscache.c
90
struct fscache_volume *vcookie;
fs/smb/client/cifsglob.h
1287
struct fscache_volume *fscache; /* cookie for share */
fs/smb/client/fscache.c
39
struct fscache_volume *vcookie;
include/linux/fscache-cache.h
101
extern struct fscache_volume *
include/linux/fscache-cache.h
102
fscache_try_get_volume(struct fscache_volume *volume,
include/linux/fscache-cache.h
104
extern void fscache_put_volume(struct fscache_volume *volume,
include/linux/fscache-cache.h
106
extern void fscache_end_volume_access(struct fscache_volume *volume,
include/linux/fscache-cache.h
57
void (*acquire_volume)(struct fscache_volume *volume);
include/linux/fscache-cache.h
60
void (*free_volume)(struct fscache_volume *volume);
include/linux/fscache-cache.h
96
extern void fscache_withdraw_volume(struct fscache_volume *volume);
include/linux/fscache.h
109
struct fscache_volume *volume; /* Parent volume of this file. */
include/linux/fscache.h
157
extern struct fscache_volume *__fscache_acquire_volume(const char *, const char *,
include/linux/fscache.h
159
extern void __fscache_relinquish_volume(struct fscache_volume *, const void *, bool);
include/linux/fscache.h
162
struct fscache_volume *,
include/linux/fscache.h
200
struct fscache_volume *fscache_acquire_volume(const char *volume_key,
include/linux/fscache.h
222
void fscache_relinquish_volume(struct fscache_volume *volume,
include/linux/fscache.h
246
struct fscache_cookie *fscache_acquire_cookie(struct fscache_volume *volume,
include/linux/nfs_fs_sb.h
214
struct fscache_volume *fscache; /* superblock cookie */
include/trace/events/fscache.h
236
TRACE_EVENT(fscache_volume,