Lines Matching refs:fscache_volume
20 struct fscache_volume *fscache_get_volume(struct fscache_volume *volume, in fscache_get_volume()
30 struct fscache_volume *fscache_try_get_volume(struct fscache_volume *volume, in fscache_try_get_volume()
43 static void fscache_see_volume(struct fscache_volume *volume, in fscache_see_volume()
54 static void __fscache_begin_volume_access(struct fscache_volume *volume, in __fscache_begin_volume_access()
96 bool fscache_begin_volume_access(struct fscache_volume *volume, in fscache_begin_volume_access()
119 void fscache_end_volume_access(struct fscache_volume *volume, in fscache_end_volume_access()
135 static bool fscache_volume_same(const struct fscache_volume *a, in fscache_volume_same()
136 const struct fscache_volume *b) in fscache_volume_same()
149 static bool fscache_is_acquire_pending(struct fscache_volume *volume) in fscache_is_acquire_pending()
154 static void fscache_wait_on_volume_collision(struct fscache_volume *candidate, in fscache_wait_on_volume_collision()
173 static bool fscache_hash_volume(struct fscache_volume *candidate) in fscache_hash_volume()
175 struct fscache_volume *cursor; in fscache_hash_volume()
212 static struct fscache_volume *fscache_alloc_volume(const char *volume_key, in fscache_alloc_volume()
217 struct fscache_volume *volume; in fscache_alloc_volume()
285 struct fscache_volume *volume = in fscache_create_volume_work()
286 container_of(work, struct fscache_volume, work); in fscache_create_volume_work()
303 void fscache_create_volume(struct fscache_volume *volume, bool wait) in fscache_create_volume()
332 struct fscache_volume *__fscache_acquire_volume(const char *volume_key, in __fscache_acquire_volume()
337 struct fscache_volume *volume; in __fscache_acquire_volume()
354 static void fscache_wake_pending_volume(struct fscache_volume *volume, in fscache_wake_pending_volume()
357 struct fscache_volume *cursor; in fscache_wake_pending_volume()
373 static void fscache_unhash_volume(struct fscache_volume *volume) in fscache_unhash_volume()
391 static void fscache_free_volume(struct fscache_volume *volume) in fscache_free_volume()
422 void fscache_put_volume(struct fscache_volume *volume, in fscache_put_volume()
441 void __fscache_relinquish_volume(struct fscache_volume *volume, in __fscache_relinquish_volume()
465 void fscache_withdraw_volume(struct fscache_volume *volume) in fscache_withdraw_volume()
488 struct fscache_volume *volume; in fscache_volumes_seq_show()
497 volume = list_entry(v, struct fscache_volume, proc_link); in fscache_volumes_seq_show()