Searched refs:fscache_volume (Results 1 - 22 of 22) sorted by relevance

/linux-master/fs/netfs/
H A Dfscache_volume.c20 struct fscache_volume *fscache_get_volume(struct fscache_volume *volume,
30 static void fscache_see_volume(struct fscache_volume *volume,
41 static void __fscache_begin_volume_access(struct fscache_volume *volume,
83 bool fscache_begin_volume_access(struct fscache_volume *volume,
106 void fscache_end_volume_access(struct fscache_volume *volume,
122 static bool fscache_volume_same(const struct fscache_volume *a,
123 const struct fscache_volume *b)
136 static bool fscache_is_acquire_pending(struct fscache_volume *volume)
141 static void fscache_wait_on_volume_collision(struct fscache_volume *candidat
[all...]
H A DMakefile23 fscache_volume.o
H A Dinternal.h327 struct fscache_volume *fscache_get_volume(struct fscache_volume *volume,
329 void fscache_put_volume(struct fscache_volume *volume,
331 bool fscache_begin_volume_access(struct fscache_volume *volume,
334 void fscache_create_volume(struct fscache_volume *volume, bool wait);
H A Dfscache_cookie.c326 struct fscache_volume *volume,
451 struct fscache_volume *volume,
1006 struct fscache_volume *volume = cookie->volume;
/linux-master/include/linux/
H A Dfscache-cache.h56 void (*acquire_volume)(struct fscache_volume *volume);
59 void (*free_volume)(struct fscache_volume *volume);
95 extern void fscache_withdraw_volume(struct fscache_volume *volume);
100 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. */
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 *,
197 struct fscache_volume *fscache_acquire_volume(const char *volume_key,
219 void fscache_relinquish_volume(struct fscache_volume *volume,
243 struct fscache_cookie *fscache_acquire_cookie(struct fscache_volume *volume,
H A Dnfs_fs_sb.h199 struct fscache_volume *fscache; /* superblock cookie */
/linux-master/fs/cachefiles/
H A Dvolume.c17 void cachefiles_acquire_volume(struct fscache_volume *vcookie)
122 void cachefiles_free_volume(struct fscache_volume *vcookie)
H A Dinternal.h42 struct fscache_volume *vcookie; /* The netfs's representation */
402 void cachefiles_acquire_volume(struct fscache_volume *volume);
403 void cachefiles_free_volume(struct fscache_volume *volume);
H A Dondemand.c477 struct fscache_volume *volume = object->volume->vcookie;
539 struct fscache_volume *volume = object->volume->vcookie;
H A Dinterface.c24 struct fscache_volume *vcookie = cookie->volume;
/linux-master/fs/9p/
H A Dv9fs.h118 struct fscache_volume *fscache;
157 static inline struct fscache_volume *v9fs_session_cache(struct v9fs_session_info *v9ses)
H A Dcache.c22 struct fscache_volume *vcookie;
/linux-master/fs/erofs/
H A Dinternal.h105 struct fscache_volume *volume;
183 struct fscache_volume *volume;
H A Dfscache.c413 struct fscache_volume *volume;
498 struct fscache_volume *volume = EROFS_SB(sb)->volume;
/linux-master/fs/smb/client/
H A Dfscache.c39 struct fscache_volume *vcookie;
H A Dcifsglob.h1279 struct fscache_volume *fscache; /* cookie for share */
/linux-master/fs/nfs/
H A Dfscache.c90 struct fscache_volume *vcookie;
/linux-master/include/trace/events/
H A Dfscache.h232 TRACE_EVENT(fscache_volume,
/linux-master/fs/afs/
H A Dvolume.c310 struct fscache_volume *vcookie;
H A Dinternal.h652 struct fscache_volume *cache; /* Caching cookie */
/linux-master/fs/ceph/
H A Dsuper.h159 struct fscache_volume *fscache;

Completed in 271 milliseconds