Home
last modified time | relevance | path

Searched refs:fscache_volume (Results 1 – 21 of 21) sorted by relevance

/linux/include/linux/
H A Dfscache-cache.h57 void (*acquire_volume)(struct fscache_volume *volume);
60 void (*free_volume)(struct fscache_volume *volume);
96 extern void fscache_withdraw_volume(struct fscache_volume *volume);
101 extern struct fscache_volume *
102 fscache_try_get_volume(struct fscache_volume *volume,
104 extern void fscache_put_volume(struct fscache_volume *volume,
106 extern void fscache_end_volume_access(struct fscache_volume *volume,
H A Dfscache.h72 struct fscache_volume { struct
109 struct fscache_volume *volume; /* Parent volume of this file. */ argument
157 extern struct fscache_volume *__fscache_acquire_volume(const char *, const char *,
159 extern void __fscache_relinquish_volume(struct fscache_volume *, const void *, bool);
162 struct fscache_volume *,
200 struct fscache_volume *fscache_acquire_volume(const char *volume_key, in fscache_acquire_volume()
222 void fscache_relinquish_volume(struct fscache_volume *volume, in fscache_relinquish_volume()
246 struct fscache_cookie *fscache_acquire_cookie(struct fscache_volume *volume, in fscache_acquire_cookie()
H A Dnfs_fs_sb.h209 struct fscache_volume *fscache; /* superblock cookie */
/linux/fs/netfs/
H A Dinternal.h390 struct fscache_volume *fscache_get_volume(struct fscache_volume *volume,
392 bool fscache_begin_volume_access(struct fscache_volume *volume,
395 void fscache_create_volume(struct fscache_volume *volume, bool wait);
H A DMakefile29 fscache_volume.o
H A Dfscache_cookie.c326 struct fscache_volume *volume, in fscache_alloc_cookie()
451 struct fscache_volume *volume, in __fscache_acquire_cookie()
1010 struct fscache_volume *volume = cookie->volume; in fscache_put_cookie()
/linux/fs/cachefiles/
H A Dvolume.c17 void cachefiles_acquire_volume(struct fscache_volume *vcookie) in cachefiles_acquire_volume()
122 void cachefiles_free_volume(struct fscache_volume *vcookie) in cachefiles_free_volume()
H A Dinternal.h42 struct fscache_volume *vcookie; /* The netfs's representation */
409 void cachefiles_acquire_volume(struct fscache_volume *volume);
410 void cachefiles_free_volume(struct fscache_volume *volume);
H A Dcache.c322 struct fscache_volume *vcookie; in cachefiles_withdraw_fscache_volumes()
355 struct fscache_volume *vcookie = NULL; in cachefiles_withdraw_volumes()
/linux/fs/9p/
H A Dv9fs.h118 struct fscache_volume *fscache;
157 static inline struct fscache_volume *v9fs_session_cache(struct v9fs_session_info *v9ses) in v9fs_session_cache()
H A Dcache.c22 struct fscache_volume *vcookie; in v9fs_cache_session_get_cookie()
/linux/Documentation/filesystems/caching/
H A Dbackend-api.rst24 Volume cookie struct fscache_volume
120 void fscache_withdraw_volume(struct fscache_volume *volume);
139 struct fscache_volume {
179 struct fscache_volume *volume;
282 void (*acquire_volume)(struct fscache_volume *volume);
294 void (*free_volume)(struct fscache_volume *volume);
H A Dnetfs-api.rst97 struct fscache_volume *
131 void fscache_relinquish_volume(struct fscache_volume *volume,
149 fscache_acquire_cookie(struct fscache_volume *volume,
/linux/fs/erofs/
H A Dinternal.h89 struct fscache_volume *volume;
165 struct fscache_volume *volume;
H A Dfscache.c407 struct fscache_volume *volume; in erofs_fscache_register_volume()
492 struct fscache_volume *volume = EROFS_SB(sb)->volume; in erofs_fscache_acquire_cookie()
/linux/fs/smb/client/
H A Dfscache.c39 struct fscache_volume *vcookie; in cifs_fscache_get_super_cookie()
H A Dcifsglob.h1317 struct fscache_volume *fscache; /* cookie for share */
/linux/fs/nfs/
H A Dfscache.c90 struct fscache_volume *vcookie; in nfs_fscache_get_super_cookie()
/linux/fs/afs/
H A Dvolume.c310 struct fscache_volume *vcookie; in afs_activate_volume()
H A Dinternal.h638 struct fscache_volume *cache; /* Caching cookie */
/linux/include/trace/events/
H A Dfscache.h236 TRACE_EVENT(fscache_volume,